Hi Gurus,
I'm trying to install NW7 on linux Red Hat. After executing SAPinst, the following log executes:
root@sapserver1 IM_LINUX_I386]# ./sapinst
[==============================] | extracting... done!
Starting GUIServer using:
SAPinst port : 21200
GUIServer port: 21212
HTTP port : 4239
GUI autostart : on
GUI mode : normal
command : /tmp/sapinst_exe.4231.1318317961/jre/bin/java -Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.4231.1318317961/JAR/instgui.jar SDTServer rootdir=/root/.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=localhost -srvarg=/SAPinstService/port=21200
init: retrieving account information for group sapinst...
init: retrieving account information done.
load resource pool /mnt/masterinstall/IM_LINUX_I386/resourcepool.xml
guiengine: No GUI server connected; waiting for a connection on host sapserver1, port 21200 to continue with the installation
Oct 11, 2011 7:26:37 AM [Info]: *************************
Oct 11, 2011 7:26:37 AM [Info]: Starting Server
Oct 11, 2011 7:26:37 AM [Info]: Reading server configuration.
Oct 11, 2011 7:26:37 AM [Info]: Reading service configuration SAPinstService.
Oct 11, 2011 7:26:37 AM [Info]: Configuring LogManager ...
Oct 11, 2011 7:26:37 AM [Info]: *************************************************
Oct 11, 2011 7:26:37 AM [Info]: Starting SL Controller listening on port 21212 ...
Oct 11, 2011 7:26:37 AM [Info]: StorageService switched off.
Oct 11, 2011 7:26:37 AM [Info]: Initializing SecurityManager ...
Oct 11, 2011 7:26:40 AM [Info]: Server certificate fingerprint is 92 9F C1 FC 74 60 48 C9 4F 9F 9E 94 C8 E3 BE 40
Oct 11, 2011 7:26:40 AM [Info]: Configuring HTTPManager ...
Oct 11, 2011 7:26:40 AM [Info]: WebstartService switched off.
Oct 11, 2011 7:26:40 AM [Info]: RoleService switched off.
Oct 11, 2011 7:26:40 AM [Info]: AlertService switched off.
Oct 11, 2011 7:26:40 AM [Info]: Starting NotesService ...
Oct 11, 2011 7:26:40 AM [Info]: ProcessService switched off.
Oct 11, 2011 7:26:40 AM [Info]: Starting MIDService ...
Oct 11, 2011 7:26:40 AM [Info]: Starting FileService ...
Oct 11, 2011 7:26:40 AM [Info]: LogService switched off.
Oct 11, 2011 7:26:40 AM [Info]: MailService switched off.
Oct 11, 2011 7:26:40 AM [Info]: Starting services ...
Oct 11, 2011 7:26:40 AM [Info]: Starting service "SAPinstService" ...
Oct 11, 2011 7:26:40 AM [Info]: Service "SAPinstService" started
Oct 11, 2011 7:26:40 AM [Info]: Services started.
Oct 11, 2011 7:26:40 AM [Info]: Starting HTTP server listening on port 4239 ...
Oct 11, 2011 7:26:40 AM [Info]: HTTP server started.
Oct 11, 2011 7:26:40 AM [Info]: SL Controller started.
Oct 11, 2011 7:26:40 AM [Info]: Starting GUI ...
Oct 11, 2011 7:26:40 AM [Info]: /tmp/sapinst_exe.4231.1318317961/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError -Xmx256M -cp /tmp/sapinst_exe.4231.1318317961/JAR/instgui.jar SDTGui host=localhost port=21212 service=SAPinstService -noauth
Oct 11, 2011 7:26:40 AM [Info]: GUI started.
Oct 11, 2011 7:26:46 AM [Info]: >> <<< frog.jar: version 7.20.12 06/06/08 sap.theme: null >>>
===>> At this point the installation program starts and the following message pops up :
Connection to SAPinst refused with the following message:
Connection to SAPinst could not be established, see following messages.
Could not connect to host localhost on port 21212
java.net.ConnectException: Connection refused
java.net.ConnectException: Connection refused
Please correct the error condition and restart.
====>> First, I don't understand why it tries to connect to "localhost" even I defined the host as "sapserver1"
====>> Second, the "tmp/sapinst_exe.4231.1318317961/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError " is confusing me.
Hope this will help resolve my problem.
Thanks and Regards