cancel
Showing results for 
Search instead for 
Did you mean: 

SAPINST issue with ECC 6.0 on Unix

manish_singh13
Active Contributor
0 Kudos

Hi,

I am trying to do installation of ECC 6.0 SR3 on Unix Server (HP-UX 11.31). I have set DISPLAY, JAVA_HOME & SAPINST_JRE_HOME environmen. Also host file entries are correct as below:

Private IP Address <hostname>

Public IP Address <hostname>

127.0.0.1 localhost loopback

but there is some issue with sapinst

  1. ./sapinst

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

Starting GuiServer using:

/opt/java1.4/bin/java -Xmx256M -Djava.security.egd=file:/dev/urandom -cp /tmp/sapinst_exe.6532.1265341275/JAR/instgui.jar:/tmp/sapinst_exe.6532.1265341275/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 /sapbackup/software/Inst_Master/BS_2005_SR3_SAP_Installation_Master/IM_HPUX_IA64/resourcepool.xml

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

It remains at this stage only and not continuing.

Kindly suggest.

Regards

Manish

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi.

Check your path to sapinst file.

Whole path shouldn't have more than 64 signs.

Best Regards

Jacek Fornalczyk

Former Member
0 Kudos

Hello Manish,

If you dont think its a port issue then pls check whether data, stack size etc are configured to right value for root user.

Pls try with " ulimit -d = unlimied " .. similaraly you can adjust values for other parameters like stack size etc.

Pls refer the installation guide for more details.

Hope this is useful to you.

Best Regards

Umesh

manish_singh13
Active Contributor
0 Kudos

Hi,

I am not sure where the issue exists, I am just trying to run installer till now...

I even tried to run ./startInstGui.sh and it gave output as below:

Could not connect to host local host on port 21212

java.net.UnknownHostException: saharah: saharah

Regards,

Manish

Former Member
0 Kudos

set JRE_INST_HOME=/opt/java1.4

Former Member
0 Kudos

Hi

U can set JAVA_HOME and JRE path at SAPINST file directory..

U can check display JAVA_HOME at where you stored SAPINST file..

Former Member
0 Kudos

Hi Manish,

We are facing the same issue.

Could please let us know how it get resolved.

Thanks & Regards,

Rama

Former Member
0 Kudos

This message was moderated.

manish_singh13
Active Contributor
0 Kudos

Hi,

My DISPLAY parameter is set correctly as xclock is popping up.

I have checked other parameters also echo $<parameters> and everything is set correctly.

Thanks & Regards,

Manish

Former Member
0 Kudos

Hi Manish,

Do you have host entry added properly in your /etc/hosts file ?

Can you post your environment variable settings ?

Regards.

Rajesh Narkhede

manish_singh13
Active Contributor
0 Kudos

Hi,

Please find below environment variables for root user

TERM=xterm

PWD=/

TZ=CAT-2

LINES=24

  1. export JAVA_HOME=/opt/java1.4

  2. export SAPINST_JRE_HOME=/opt/java1.4

  3. umask 022

  4. env

_=/usr/bin/env

LANG=en_US.iso88591

PATH=/usr/bin:/usr/ccs/bin:/usr/bin/X11:/usr/contrib/bin:/usr/local/bin:

COLUMNS=80

WINDOWID=4194319

LOGNAME=root

SAPINST_JRE_HOME=/opt/java1.4

DISPLAY=192.168.6.20:0.0

SHELL=/sbin/sh

JAVA_HOME=/opt/java1.4

HOME=/

TERM=xterm

PWD=/

TZ=CAT-2

LINES=24

below are the host file entries:

    1. Configured using SAM by root on Sat Jan 9 06:22:51 2010

  1. @(#)B.11.31_LRhosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $

#

  1. The form for each entry is:

  2. <internet address> <official hostname> <aliases>

#

  1. For example:

  2. 192.1.2.34 hpfcrm loghost

#

  1. See the hosts(4) manual page for more information.

  2. Note: The entries cannot be preceded by a space.

  3. The format described in this file is the correct format.

  4. The original Berkeley manual page contains an error in

  5. the format description.

#

192.168.6.11 saharah

82.129.241.74 saharah

127.0.0.1 localhost loopback

I am running installation using root user. Also I did installation earlier using same env variables with same user and at that time it got completed successfully. Due to some reasons I had to un-install old installation, deleted old installation directories.

Regards,

Manish Singh

nirmal_konchada
Active Contributor
0 Kudos

Hello Manish,

Kindly check your java -version

Please make sure that u set the following parameters:

DISPLAY

  1. export PATH=$PATH:/opt/java1.4/jre/bin

  1. set JAVA_HOME=/opt/java1.4/jre/bin

  2. set SAPINST_JRE_HOME=/opt/java1.4/jre/bin#

  3. set SHLIB_PATH=/sapmnt/VRD/exe

Regards,

Nirmal.K

Former Member
0 Kudos

Hi Manish,

Please correct the below things in your ROOTs login profile...

export SAPINST_JRE_HOME=/opt/java1.4/jre

and add java path in your PATH variable..

like

PATH=/usr/bin:/usr/ccs/bin:/usr/bin/X11:/usr/contrib/bin:/usr/local/bin:$JAVA_HOME/bin
export PATH

Also make sure that either use

export VARIABLE=/path/for/your/variable

OR

VARIABLE=/path/for/your/variable
export VARIABLE

Means, First define variable and then export it...

Regards.

Rajesh Narkhede

JPReyes
Active Contributor
0 Kudos

simple but have you check that the port is not in use by either a failed start of sapinst or another application?

Regards

Juan

Former Member
0 Kudos

HI manish,

if xclock works, maybe could be a port problem (firewall). You can do some workaround

If you cannont log into the server via VNC, try to log in a server with a similiar subnet, then ssh to the target machine e start the sapinst.

You can also try another port

ex

./sapinst GUISERVER_DIALOG_PORT=21215

then

netstat -an | grep LISTEN

to see if the default port of sapinst are used.

ciao

CC

manish_singh13
Active Contributor
0 Kudos

Hi Juan/Cristian,

I have checked that and found that no other application is using port 21215, even tried sapinst with different port also but it remain stuck at below step

  1. ./sapinst GUISERVER_DIALOG_PORT=21215

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

Starting GuiServer using:

/opt/java1.4/bin/java -Xmx256M -Djava.security.egd=file:/dev/urandom -cp /tmp/sapinst_exe.2894.1265392838/JAR/instgui.jar:/tmp/sapinst_exe.2894.1265392838/JAR/inqmyxml.jar SDTServer config=jar:sdtserver.xml guiport=21215 sapinsthost=localhost sapinstport=21200 guistart=true

init: retrieving account information for group sapinst...

init: retrieving account information done.

load resource pool /sapbackup/software/inst700/BS_2005_SR3_SAP_Installation_Master/IM_HPUX_IA64/resourcepool.xml

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

Regards,

Manish

Former Member
0 Kudos

I suppose there is a firewall, that doenst allow the traffic on the two standard port (21200 21212).

Can you access on the machine with the VNC?

manish_singh13
Active Contributor
0 Kudos

Hi Christian,

I am accessing Unix server through Windows Desktop..On windows desktop I have installed Exceed, Putty.

I have exported Display to Windows Desktop.

Regards,

Manish

Former Member
0 Kudos

Try to access using the VNC

Is already configured on the server?

Anyway, for an x11, i suggest you to use XMING

Former Member
0 Kudos

Hi,

Just check that on terminal window "DISPLAY, JAVA_HOME & SAPINST_JRE_HOME" these variables are configured and "active"

#echo $DISPLAY
#echo $JAVA_HOME
#echo $SAPINST_JRE_HOME

some time it happens that even though you configure the variables in login profile, it doesn't appear to be active in terminal window. I have faced this problem on some of the servers.

if this is the case, just do "su - root" again and check the variable values.

Make it sure that DISPLAY varible contain IP Address of your client system, not SERVER.

All the best...

Regards.

Rajesh Narkhede