cancel
Showing results for 
Search instead for 
Did you mean: 

installation Ecc 6.0

Former Member
0 Kudos

Hi

Currently we are planning to install the ECC6.0 SR3 with EHP3 in our linux machine

We are facing the below error when we are starting the sapinst

[root@mngnetmcdb IM_LINUX_X86_64]# ./sapinst

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

Starting GuiServer using:

/usr/lib/jvm/jre-1.4.2-gcj/bin/java -Xmx256M -Djava.security.egd=file:/dev/urandom -cp /tmp/sapinst_exe.11743.1255872939/JAR/instgui.jar:/tmp/sapinst_exe.11743.1255872939/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 /software/Netweaver/Insta_linux/BS_2005_SR3_SAP_Installation_Master/IM_LINUX_X86_64/resourcepool.xml

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

The java version of our system is

root@mngnetmcdb IM_LINUX_X86_64]# java -version

java version "1.4.2"

gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-44)

Can any provide me a soluttion how to get the sapinst windows pop up

Thanks in advance

Rgs

Haynes

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

x manager

Former Member
0 Kudos

Hi,

as said previously can you check your services file to see if anything is using the sapinst port.

If it is try commenting it out and try running the sapinst again, or choose a different port

Mark

Former Member
0 Kudos

HOSTNAME=mngnetmcdb

TERM=xterm

SHELL=/bin/bash

HISTSIZE=1000

SSH_CLIENT=10.95.70.122 1361 22

OLDPWD=/

SSH_TTY=/dev/pts/2

USER=root

LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:.cmd=00;32:.exe=00;32:.com=00;32:.btm=00;32:.bat=00;32:.sh=00;32:.csh=00;32:.tar=00;31:.tgz=00;31:.arj=00;31:.taz=00;31:.lzh=00;31:.zip=00;31:.z=00;31:.Z=00;31:.gz=00;31:.bz2=00;31:.bz=00;31:.tz=00;31:.rpm=00;31:.cpio=00;31:.jpg=00;35:.gif=00;35:.bmp=00;35:.xbm=00;35:.xpm=00;35:.png=00;35:.tif=00;35:

MAIL=/var/spool/mail/root

PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin

INPUTRC=/etc/inputrc

PWD=/software

LANG=en_US.UTF-8

SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass

SHLVL=1

HOME=/root

LOGNAME=root

CVS_RSH=ssh

SSH_CONNECTION=10.95.70.122 1361 10.95.70.123 22

LESSOPEN=|/usr/bin/lesspipe.sh %s

DISPLAY=10.95.70.122:0.0

G_BROKEN_FILENAMES=1

_=/bin/env

Former Member
0 Kudos

Have you an X window running ?

Former Member
0 Kudos

Hi,

As per your query, pls check you port number is busy with other application or still open. This type of issues comes when port number is not free.

Anil

Former Member
0 Kudos

Yes it is done

Former Member
0 Kudos

Hi Haynes,

Paste the env variables you set here for root user.

Regards

Ashok Dalai

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Have you set all environment variables (like display etc) before starting sapinst ?

Thanks

Sunny