Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Installation Error SAP NW ABAP 7.52 Developer Edition

Former Member
0 Likes
1,933

Hi ,

I have followed this installation guide by julie plummer :

https://blogs.sap.com/2018/09/13/as-abap-7.52-sp01-developer-edition-concise-installation-guide/comm...

When I execute the command ./install.sh I have this message error :

the hostname you have chosen is either configured on a loopback device or not active on this server ,please check your configuration and hostname selection . if you are confident about your choice of hostname start the install script with -s flag to skip the hostname check .

and when execute the ./install.sh -s command , the installation failed with this error message :

Installation of NPL failed ,please check logifiles in tmp /tmp/sapinst_instdir

need your help to resolve this problem

Thanks for your help in advance

Hi ,

I have followed this installation guide by julie plummer :

https://blogs.sap.com/2018/09/13/as-abap-7.52-sp01-developer-edition-concise-installation-guide/comm...

When I execute the command ./install.sh I have this message error :

the hostname you have chosen is either configured on a loopback device or not active on this server ,please check your configuration and hostname selection . if you are confident about your choice of hostname start the install script with -s flag to skip the hostname check .

and when execute the ./install.sh -s command , the installation failed with this error message :

Installation of NPL failed ,please check logifiles in tmp /tmp/sapinst_instdir

need your help to resolve this problem

Thanks for your help in advance

2 REPLIES 2
Read only

BJarkowski
Active Contributor
0 Likes
1,309

Can you please paste the content of /etc/hosts file and the results of:

ping <hostname>

Read only

0 Likes
1,309

Thanks Jarkowski for your response ,

This is my /etc/hosts file :

and when I ping my hostname it didn't stop

Thanks in advance for your help .