cancel
Showing results for 
Search instead for 
Did you mean: 

SAPinst Installation GUI error

Former Member
0 Kudos

Hello All,

I am installtion BS2005 SCM 5.0 SR3 CI+DB Instance.

When ever i start the ./sapinst, i get the error =

Starting GuiServer using:

/usr/java14_64/jre/bin/java -cp /tmp/sapinst_exe.864406.1216745888/JAR/instgui.jar:/tmp/sapinst_exe.864406.1216745888/JAR/inqmyxml.jar -Djava.security.egd=file:/dev/urandom SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true

iauxsysex.c:317: child /tmp/sapinst_exe.864406.1216745888/sapinst (pid 487654) has crashed. Executable directory is /tmp/sapinst_exe.864406.1216745888. Contact Support.

iaextract.c:814: child has signaled an exec error. Keeping directory /tmp/sapinst_exe.864406.1216745888

-


when i look in to the 'dev_selfex.out' file -

iaextract.c:636: No RC file /tmp/sapinst_exe.864296.1216750050/sfx.rc found, using builtin default.

iaextract.c:804: self->argv[0]: /tmp/sapinst_exe.864296.1216750050/sapinst

iaextract.c:804: self->argv[1]: SAPINST_DIALOG_PORT=21211

iaextract.c:804: self->argv[2]: GUISERVER_DIALOG_PORT=21212

iaextract.c:804: self->argv[3]: SAPINST_START_GUI=true

iaextract.c:804: self->argv[4]: SAPINST_START_GUISERVER=true

iaextract.c:804: self->argv[5]: SAPINST_SKIP_ERRORSTEP=true

iauxsysex.c:281: started child /tmp/sapinst_exe.864296.1216750050/sapinst (pid 897060)

iauxsysex.c:312: child /tmp/sapinst_exe.864296.1216750050/sapinst (pid 897060) exited with signal 11

iauxsysex.c:317: child /tmp/sapinst_exe.864296.1216750050/sapinst (pid 897060) has crashed. Executable directory is /tmp/sapinst_exe.864296

.1216750050. Contact Support.

iaextract.c:814: child has signaled an exec error. Keeping directory /tmp/sapinst_exe.864296.1216750050

iaextract.c:537: Starting cleanup

==================================================================

'sapinst_instdir' directory is not getting created in the /tmp directory, so i am not able to get the 'sapinst.log, sapinst_dev.log'

Port 21200 is not used by any other services

when ever i run the ./sapinst, the child pid is getting crashed

i have read the Master and Installation docs

Should i go for latest 'SAPINST' version?

How to check free port on the serve?

i am on AIX UNIX 5.3 + ORACLE 10.2

I am Installing from a remote terminal service id, which is on windows 2003 server

i have set the $PATH, $DISPLAY, $JAVA_HOME variable

java version = java14_64 [JRE]

PLEAE SUGGEST A WORK AROUND ASAP

Thanks and Regards,

Shyamsundar G C

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Sometimes this error occurs due to "orasid" and "sidadm" already exist in /etc/passwd files.

Remove "orasid" and "sidadm" from passwd file. Before changing the file please take the backup of the file.

Sunil Gawde

Former Member
0 Kudos

Hi

Am unable to start the SAPinst.

the error i observed is *Call to bind[] for socket 21200 1740 failed 103 guiengine.connection.failed 21200,943 exit*

Could you tell me why this error occured.

Is there any path setting required to be done before installation.

Server existing on the system was succesfully uninstalled and all services related to it were removed.Then re-tried for installation.

Thanks in Advance

Former Member
0 Kudos

Hi,

This error can come due to many reasons like.

1. Not running 'sapinst' with root user

2. Filesystem access problem

3. Another sapinst is alrady running due to which port is in use

4. ulimit is not set to unlimited.

Please check all the above conditions & try again.

Regards,

-Pankaj Kapote

Former Member
0 Kudos

Hi Sujoy,

Problem is due to old 'sapinst' file. Download new 'sapinst' from Marketplace & replace old 'sapinst' file with this.

This should solve your problem.

Regards,

-Pankaj Kapote

Former Member
0 Kudos

Hi,

Thanks to all for advice.

I had installed latest 'sapinst' from service market place and was able to complete the installation.

Regards,

Shyamsundar G C

Henk
Active Participant
0 Kudos

Hi Sujoy,

The ports in use can be checked by issuing the command "netstat -a".

Making sure you have enough room in the /tmp is a good suggestion. If it isn't sufficient, you could consider to use another directory as your TMPDIR.

Furthermore: indeed try to download and use the latest "sapinst"-executable from SAP Net. This sometimes solves annoying problems like these on AIX 5.3, in my experience.

Good luck!

Henk.

JPReyes
Active Contributor
0 Kudos

let start with the basics...

Are you starting ./sapinst as root?

Did you set SAPINST_JRE_HOME?

What's are the values of JAVA_HOME and SAPINST_JRE_HOME?

Do you have enough space on /tmp?

Regards

Juan