cancel
Showing results for 
Search instead for 
Did you mean: 

sapinstallation error in phase 3(Install Common Files) RHEL4 on X86_64

Former Member
0 Kudos

I started the installation as user root in a directory which

has 4Gb free. The JAVA_HOME has been set and the SAPINST_JRE_HOME too.

The error occurs in phase 3 Install Common Files.

The sapinst_syslib_priv.log shows this:

2007-04-18, 13:28:17

Error in execvpS(/var/sapinstall/installsapinit.sh errno: 2, error text: No such

file or directory

The installsapinit.sh.log gives also the same error:

[root@kslh143 sapinstall]# more installsapinit.sh.log

Error in execvpS(/var/sapinstall/installsapinit.sh errno: 2, error text: No such

file or directory

[root@kslh143 sapinstall]#

When I try to execute the installsapinit.sh manually I get this error:

[root@kslh143 sapinstall]# ./installsapinit.sh

: bad interpreter: No such file or directory

Here's some information about the RedHat version:

Linux kslh143 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:32:02 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux

I'm trying solve it also, but I anyone has clue it would be very welcome.

Thank you in advance.

Kind regards,

Harris.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

error message shows,that the file it is asking for is not available in the path of libraray path.

So,include path of the file in library path.

check JAVA_HOME path,java version.

restart the entire system after u do any changes.

reward points if helpful..........

Former Member
0 Kudos

Hello Hans,

Try rerun after setting <b>LD_ASSUME_KERNEL=2.4.1</b> at root environment.

Best Regards,

JC Llanes.

Former Member
0 Kudos

Hi,

I don't know what exactly you try to install, but this seems to be an error with the shell script.

Can you please look at the first line of /var/sapinstall/installsapinit.sh, it should be something like

#!/bin/sh

then check if

/bin/sh

(or whatever you find there) is installed.

Also, please check wether /var/sapinstall/installsapinit.sh is stored in "DOS" mode.

Best regards,

Elmar.

Message was edited by:

Elmar Billen

Former Member
0 Kudos

Hello Elmar,

I'm trying to install NW2004S SR with Oracle 10G on RHEL4.

I checked and the /bin/sh does exist and I execute it.

How can I check if /var/sapinstall/installsapinit.sh is stored in "DOS" mode?

With the 'file' command?

Thanks.

Harris.

Former Member
0 Kudos

Open /var/sapinstall/installsapinit.sh with vi.

If it says something like "[dos]" in the status line, it's in "DOS" mode.

You can run "dos2unix installsapinit.sh" to change it to UNIX mode.

Best regards,

Elmar.

Former Member
0 Kudos

Dear All,

I've set the LD_ASSUME_KERNEL=2.4.1 and ran run "dos2unix installsapinit.sh" too. The installation goes further with Oracle now, but I think I'll run into some prblems there also.

Thanks a lot for now.

Kind regards,

Harris.

hannes_kuehnemund
Active Contributor
0 Kudos

Dear Hans,

do you use the original installer from the DVD? This one has several bugs which are fixed by an update. I strongly recommend to use the latest available sapinst from Service Marketplace.

Best Regards,

Hannes

Former Member
0 Kudos

Hi all,

The installation went further and Oracle 10G 10.2.0.1.0 has been installed.

Oracle precheck was ok.

When starting up the database I get the error:

SQL*Plus: Release 10.2.0.1.0 - Production on Thu Apr 19 14:48:08 2007

Connected to an idle instance.

SQL> startup nomount

!!! WARNING !!! --> libaio-2.3.2-stub.so

This is a stub library which can be used for linking only. It must not

be used as a runtime library. Please make sure this library is not found

in LD_LIBRARY_PATH.

ORA-03113: end-of-file on communication channel

The libaio-2.3.2-stub.so is not in the LD_LIBRARY_PATH.

Patching to 10.02.02 didn't help either.

We're running this version of the gcc:

gcc-3.4.6-3

[root@kslh143 sapinstall]#

What could this be?

Thanks.

Harris.

Former Member
0 Kudos

Hi All,

I found that the problem was caused by some RPM packages which were not installed in the X86_64 bit version. The LIBAIO, LIBAIODEVELOP and SYSSTAT were missing.

But probably adding the 64-bit version of the LIBAIO solved the problem. It seems that sometimes the installation only does the 32-bit version.

After installing the packages and re-installing Sap and Oracle software the installation finished succesfully.