1752599 Members
4777 Online
108788 Solutions
New Discussion юеВ

Re: runInstaller issue

 
arun m govind
Frequent Advisor

runInstaller issue

Hi,

When i try to install oracle installer file its giving the following error
"
# ./runInstaller
sh: ./runInstaller: Execute permission denied."

when i check the file type, it showing
"# file runInstaller
runInstaller: ELF-32 executable object file"
my mechine is hpux 11.11 64 bit(rp-3440).what is "ELF-32 "???is it supproted on my mechine????
6 REPLIES 6
Peter Godron
Honored Contributor

Re: runInstaller issue

Arun,
who are you running the runInstaller as ?
It should be the oracle user you have set up as a pre-req.
What does ll ./runInstaller report ?
Steven E. Protter
Exalted Contributor

Re: runInstaller issue

Shalom,

You can run 32 bit programs on 64 bit systems.

However you may have one of two problems:

1) The user you are using does not own the binary.
2) The installation of oracle you are using is Itanium and you have a PA-RISC version of runInstaller you are trying to work with.

Note that Oracle releases different software for PA-RISC than Itanium Class systtems. Your system is PA-RISC.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Peter Godron
Honored Contributor

Re: runInstaller issue

Arun,
could you please read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28

Your profile shows 0 points for 52 answers !
A. Clay Stephenson
Acclaimed Contributor

Re: runInstaller issue

There is a high probability that you are trying to run an 11.23 executable on 11.11.
If it ain't broke, I can fix that.
Yogeeraj_1
Honored Contributor

Re: runInstaller issue

hi arun,


first of all make sure that you are running the installer using the Oracle user that you have created as per your installation guide.

Secondly, run the appropriate runInstaller "script" from the installation path rather than the executable found in the install directory.

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
arun m govind
Frequent Advisor

Re: runInstaller issue

hi

thanks for the replay

rgd
arun m govind