Operating System - HP-UX
1753438 Members
4985 Online
108794 Solutions
New Discussion юеВ

Re: Installation of oracle grid infrastruture fails when running cluvfy

 
Mikey De
Occasional Advisor

Installation of oracle grid infrastruture fails when running cluvfy

Hi

I am trying to install oracle grid infrstruture on a two node cluster. I have run cluvfy on node 1 which was successfull but when running on node 2 i get this error message on HP-UX 11.31

crt0: ERROR couldn't open errno:000000002

The reason of me running it on either node was just a test.

Anyone come across this error before ?
Any help would be appreciated

Thanks
Mike
7 REPLIES 7
Dennis Handly
Acclaimed Contributor

Re: Installation of oracle grid infrastruture fails when running cluvfy

>crt0: ERROR couldn't open errno:000000002

It doesn't mention dld.sl in the message?
Is /usr/lib/dld.sl present?
Are you on a PA-RISC server?
Mikey De
Occasional Advisor

Re: Installation of oracle grid infrastruture fails when running cluvfy

dennis

Thanks for the reply , the message is exactly as above , which is quite bizzare.



HP itanium

Thanks
mike
Mikey De
Occasional Advisor

Re: Installation of oracle grid infrastruture fails when running cluvfy

Dennis

forgot to mention

/usr/lib/dld.sl is present on both nodes

oracle@cruz:/u01/app > ls -lrt /usr/lib/dld.sl
-r-xr-xr-x 1 bin bin 393216 Dec 7 2009 /usr/lib/dld.sl

davis:# ls -lrt /usr/lib/dld.sl
-r-xr-xr-x 1 bin bin 393216 Dec 7 2009 /usr/lib/dld.sl


Thanks
mike
Dennis Handly
Acclaimed Contributor

Re: Installation of oracle grid infrastruture fails when running cluvfy

>the message is exactly as above, which is quite bizarre.

Right. You may want to run tusc to trace what it is doing.

>/usr/lib/dld.sl is present on both nodes

Also, try comparing the checksums.

If this is a 64 bit application, you should also check /usr/lib/pa20_64/dld.sl.
Eric Antunes
Honored Contributor

Re: Installation of oracle grid infrastruture fails when running cluvfy

Are the 2 servers similarly patched (swlist -x level=patch -x level=bundle)?

Best Regards,

Eric
Each and every day is a good day to learn.
Mikey De
Occasional Advisor

Re: Installation of oracle grid infrastruture fails when running cluvfy

dennis

cksum is fine for both files , I have traced the clufvy command and noticed a couple of strange things but then again t could be the way the oracle software runs , I noticed
******************
open("/usr/lib/hpux32/dld.so", O_RDONLY, 0) ........................................................................................................... = 3
read(3, "7fE L F 0102010101\0\0\0\0\0\0\0".., 1024) ................................................................................................... = 1024

**********************

The os is hpux itanium 64 and oracle software is 64 too so not sure why it is referring to hpux32 saying that later on in the trace it does use the correct version.

this stuff is way above my head so let see what oracle support say.

I have attached the output if you guys can shed some light

Eric i have ran you command and both systems are patched the same.

Thanks for your help

Mike
Dennis Handly
Acclaimed Contributor

Re: Installation of oracle grid infrastruture fails when running cluvfy

>The OS is HP-UX Integrity and oracle software is 64 too so not sure why it is referring to hpux32

Because runcluvfy.sh is 32 bit.

That crt0 error message is coming from:
/tmp/cvdebug/bootstrap/jdk/bin/java

It must have gotten corrupted.