cancel
Showing results for 
Search instead for 
Did you mean: 

error when installing ERP2005 SR2

Former Member
0 Kudos

hi

Did nyone face this error before ?The installsapinit.sh is failing to run and i dont know where the problem might be.Any ideas are welcome

Execution of the command "/root/centinst/installsapinit.sh" finished with return code 3. Output:

/root/centinst/installsapinit.sh: line 1: uname: command not found

ERROR 2007-10-03 11:43:34

CJSlibModule::writeError_impl()

MUT-03011 Execution of the command "/root/centinst/installsapinit.sh" finished with return code 3. Output:

/root/centinst/installsapinit.sh: line 1: uname: command not found

TRACE [iaxxejsbas.hpp:460]

EJS_Base::dispatchFunctionCall()

JS Callback has thrown unknown exception. Rethrowing.

ERROR 2007-10-03 11:43:34 [iaxxgenimp.cpp:731]

showDialog()

FCO-00011 The step installSAPInit with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_System|ind|ind|ind|ind|6|0|installSAPInit was executed with status ERROR .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Whts the output of command

uname or uname -a , it showld show you the OS name . Looks this is not in your path

Thanks

Prince Jose

Former Member
0 Kudos

Thanx Jose

Which path ?Is it the shell path ?how will i add it?

Former Member
0 Kudos

I am not a unix expert but I will try

give me the output of

uname

env |grep PATH

You are using root user to Install right?

thnaks

Prince Jose

Former Member
0 Kudos

vnt2:/home/nt2adm # uname

Linux

vnt2:~ # env|grep PATH

MANPATH=/usr/share/man:/usr/local/man:/usr/X11R6/man:/opt/gnome/share/man

GNOME2_PATH=/usr/local:/opt/gnome:/usr

XNLSPATH=/usr/X11R6/lib/X11/nls

PATH=/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin

GTK_PATH=/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/usr/lib/gtk-2.0

PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig

ACLOCAL_PATH=/opt/gnome/share/aclocal

INFOPATH=/usr/local/info:/usr/share/info:/usr/info:/opt/gnome/share/info

Former Member
0 Kudos

I see that you are not logged in as root ? You have to login as root to do the installation in Unix , not sure about Linux. But you can give it a try

Thanks

Prince Jose

Former Member
0 Kudos

hi

got it ..it was just a matter of rebooting the server and restart sapinst then it worked.