1751920 Members
4688 Online
108783 Solutions
New Discussion юеВ

Re: runInstaller problem

 
SOLVED
Go to solution
Meakin Singh
Frequent Advisor

runInstaller problem

hello evryone

a bit abt my environment

HP UX 11.11 PA RISC + EBS 11.5.10 + oracle10.2.0

i was trying to install Oracle BI

but got an error

:execute permission denied

then i knew , i made a silly error by trying to install BI for HP UX itanium

then i tried again with PA RISC ) definately sure this time)

but still getting same error

the permission are set correctly



8 REPLIES 8
Horia Chirculescu
Honored Contributor

Re: runInstaller problem

Hello,

In order to be sure, please check your installer file type

file oracle_install_executable

This would tell you what kind of binary you are dealing with.

Horia.

Best regards from Romania,
Horia.
Meakin Singh
Frequent Advisor

Re: runInstaller problem

hi,

how do i check it
Meakin Singh
Frequent Advisor

Re: runInstaller problem

$file runInstaller

runInstaller : commands text
Michal Kapalka (mikap)
Honored Contributor

Re: runInstaller problem

Horia Chirculescu
Honored Contributor

Re: runInstaller problem

You have to search on this file for the executable. This executable (maybe the first executable from the install) you must check.

Horia.
Best regards from Romania,
Horia.
Arockiasamy
Advisor
Solution

Re: runInstaller problem

I also faced the same proclem.

I think you've copied the files from root user.
So, please make the owner as oracle .
do that by root user.

chown -Rf oracle:oinstall /SD_CDROM(installation file's directory)

chmod -Rf 755 /SD_CDROM

Its a nature problem.
Meakin Singh
Frequent Advisor

Re: runInstaller problem

thanks for help every one
Horia Chirculescu
Honored Contributor

Re: runInstaller problem

I believe the installation executable can be found in: Disk1/install/hpunix. Should be called runinstaller or something like this.

(if this is the case then:

file runinstaller

whould give you the correct info.
)

Horia.
Best regards from Romania,
Horia.