cancel
Showing results for 
Search instead for 
Did you mean: 

Can't Start SAPINST in Solaris 10

Former Member
0 Kudos

Hello experts, I hope you guys can help me on this case... Here it is:

I've been having problems to run SAPINST in Solaris 10 in order to install Netweaver SR2.

I'm working on an HP Proliant ML 350, with processor Intel Xeon 3.2 Ghz [64bits]

I'm using j2sdk1.4.2_17, i already exported the variables JAVA_HOME and SAPINST_JRE_HOME to usr/j2sdk1.4.2_17

Sapinst starts Loading, it shows up for a little while and then it disappears and the Terminal shows a crash error.

Here's the output:

# JAVA_HOME=/usr/j2sdk1.4.2_17
# SAPINST_JRE_HOME=/usr/j2sdk1.4.2_17/jre
# export JAVA_HOME
# export SAPINST_JRE_HOME
#
# env
AB_CARDCATALOG=/usr/dt/share/answerbooks/C/ab_cardcatalog
COLORTERM=gnome-terminal
DISPLAY=:0.0
DTAPPSEARCHPATH=//.dt/appmanager:/usr/dt/appconfig/appmanager/%L:/usr/dt/appconfig/appmanager/C
DTDATABASESEARCHPATH=//.dt/types,/usr/dt/appconfig/types/%L,/usr/dt/appconfig/types/C
DTDEVROOT=
DTHELPSEARCHPATH=//.dt/help/root-unknown-0/%H://.dt/help/root-unknown-0/%H.sdl://.dt/help/root-unknown-0/%H.hv://.dt/help/%H://.dt/help/%H.sd

l://.dt/help/%H.hv:/usr/dt/appconfig/help/%L/%H:/usr/dt/appconfig/help/%L/%H.sdl:/usr/dt/appconfig/help/%L/%H.hv:/usr/dt/appconfig/help/C/%H:

/usr/dt/appconfig/help/C/%H.sdl:/usr/dt/appconfig/help/C/%H.hv
DTSCREENSAVERLIST=StartDtscreenSwarm StartDtscreenQix     StartDtscreenFlame StartDtscreenHop StartDtscreenImage StartDtscreenLife     

StartDtscreenRotor StartDtscreenPyro StartDtscreenWorm StartDtscreenBlank
DTSOURCEPROFILE=true
DTUSERSESSION=root-unknown-0
DTXSERVERLOCATION=local
EDITOR=/usr/dt/bin/dtpad
GNOME_DESKTOP_SESSION_ID=Default
GNOME_KEYRING_SOCKET=/var/tmp/keyring-girEfd/socket
GTK_RC_FILES=/etc/gtk/gtkrc://.gtkrc-1.2-gnome2
G_BROKEN_FILENAMES=yes
G_FILENAME_ENCODING=@locale,UTF-8
HELPPATH=/usr/openwin/lib/locale:/usr/openwin/lib/help
HOME=/
JAVA_HOME=/usr/j2sdk1.4.2_17
LANG=C
LOGNAME=root
MAIL=/var/mail/root
MANPATH=/usr/dt/man:/usr/man:/usr/openwin/share/man
OPENWINHOME=/usr/openwin
PATH=/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb
PWD=/
SAPINST_JRE_HOME=/usr/j2sdk1.4.2_17/jre
SDT_NO_DTDBCACHE=1
SDT_NO_TOOLTALK=1
SESSIONTYPE=altDt
SESSION_MANAGER=local/unknown:/tmp/.ICE-unix/702,inet6/unknown:32778,inet/unknown:32779
SESSION_SVR=unknown
SHELL=/sbin/sh
START_SPECKEYSD=no
TERM=xterm
TZ=America/Caracas
USER=root
WINDOWID=46137391
XFILESEARCHPATH=/usr/openwin/lib/locale/%L/%T/%N%S:/usr/openwin/lib/%T/%N%S
XMBINDDIR=/usr/dt/lib/bindings
XMICONBMSEARCHPATH=//.dt/icons/%B%M.bm://.dt/icons/%B%M.pm://.dt/icons/%B:/usr/dt/appconfig/icons/%L/%B%M.bm:/usr/dt/appconfig/icons/%L/%B%M.

pm:/usr/dt/appconfig/icons/%L/%B:/usr/dt/appconfig/icons/C/%B%M.bm:/usr/dt/appconfig/icons/C/%B%M.pm:/usr/dt/appconfig/icons/C/%B
XMICONSEARCHPATH=//.dt/icons/%B%M.pm://.dt/icons/%B%M.bm://.dt/icons/%B:/usr/dt/appconfig/icons/%L/%B%M.pm:/usr/dt/appconfig/icons/%L/%B%M.bm

:/usr/dt/appconfig/icons/%L/%B:/usr/dt/appconfig/icons/C/%B%M.pm:/usr/dt/appconfig/icons/C/%B%M.bm:/usr/dt/appconfig/icons/C/%B
_=/usr/bin/gnome-session
dtstart_sessionlogfile=/dev/null
#
#

# ./sapinst
[==============================] / extracting...  done!

Starting GuiServer using:
/usr/bin/java -cp /tmp/sapinst_exe.1814.1207080099/JAR/instgui.jar:/tmp/sapinst_exe.1814.1207080099/JAR/inqmyxml.jar 

-Djava.security.egd=file:/dev/urandom SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true

load resource pool /Documents/INSTMASTER/IM_SOLARIS_X86_64/resourcepool.xml

guiengine: no GUI connected; waiting for a connection on host DEVGSG, port 21200 to continue with the installation

guiengine: login in process.
iauxsysex.c:317: child /tmp/sapinst_exe.1814.1207080099/sapinst (pid 1815) has crashed. Executable directory is 

/tmp/sapinst_exe.1814.1207080099. Contact Support.
iaextract.c:814: child has signaled an exec error. Keeping directory /tmp/sapinst_exe.1814.1207080099
#

I hope you can help me on this...

Best Regards!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Looks like Port 21212 and 21200 is busy or already being used.

execute -> netstat -a | grep 21212

netstat -a | grep 21200

Try change the port for sapinst eg

SAPinst uses the port 21212 during the installation for communication with the SAPinst GUI. If this port is already used by another service you must start SAPinst as follows:

./sapinst SAPINST_DIALOG_PORT=<free_port_number>

Former Member
0 Kudos

Have you set the display variable ?

Thanks

prince Jose