cancel
Showing results for 
Search instead for 
Did you mean: 

installation problem

Former Member
0 Kudos

./sapinst

[==============================] \ extracting... done!

hello Gurus,

I am trying to install sap on aix .But Gui screen shut down immediately, it is saying the process crashed.

Starting GuiServer using:

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

init: retrieving account information for group sapinst...

init: retrieving account information done.

load resource pool /sapcd/im/IM_AIX_PPC64/resourcepool.xml

guiengine: No GUI server connected; waiting for a connection on host CKDEV, port 21200 to continue with the installation

guiengine: 2009-03-02 00:34:05 Login in progress

guiengine: 2009-03-02 00:34:05 Login successful

init: retrieving account information for group sapinst...

init: retrieving account information done.

iauxsysex.c:318: child /tmp/sapinst_exe.143504.1235975633/sapinst (pid 475158) has crashed. Executable directory is /tmp/sapinst_exe.143504.1235975633. Contact Support.

iaextract.c:888: child has signaled an exec error. Keeping directory /tmp/sapinst_exe.143504.1235975633

Please suggest what to do?

Thanks & regards

Shashi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi There,

You need to install supported java version and define JAVA_HOME environment variable. Please do this if it is not done. You can find more information in the installation guides. you can find installation guides at [service.sap.com/instguides]

hope this helps.

Manoj Chintawar

Former Member
0 Kudos

Hi Uppal

U need to set Ulimits as per installation guide this is known problem of crashing GUI bcoz of not settings ulimts

Stack will not get set as per guied but set for other and restart machine

check other requiremnts properly and set for AIX

Regards,

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Check whether you have correct java version and environment variables.

Cheers

Deepanshu

Former Member
0 Kudos

Hello,

One possible cause is that the limits in your environment are set too low. Before starting sapinst issue following commands (or better, add them to a shell script together with the sapinst command so that you don't forget them in case of a restart):

-- in sh / ksh / bash:
ulimit -d unlimited  
ulimit -m unlimited
ulimit -s unlimited

-- In the C shell (csh):
limit datasize unlimited 
limit memory unlimited 
limit stacksize unlimited

Let me know how this goes.

Regards,

Mark