1
I am experiencing problems with the installation of SAP Netweaver SP02.750, I am installing on Linux openSUSE 15.0 on a VM. After the installation command:
sudo ./intall.sh
he accuses the following 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 in."
Has anyone been through this problem?
Can you say the importance of hostname in the installation process? If it has no relevance, you can do as the message suggests, make the installation with
./install.sh -s
to avoid hostname validation. Another option is to check your host’s hotname and change it to something that indicates it is your host.– user3603