1847302 Members
2949 Online
110264 Solutions
New Discussion

Re: svrmgrl error

 
Olebile Molefi_1
Occasional Advisor

svrmgrl error

I am getting the error below on HP-UX 11 thru Oracle 8.1.7 svrmgrl. Please help

/usr/lib/dld.sl: Can't open shared library: /project/hpux/817/src_final/lib//libclntsh.sl.8.0

Thx
8 REPLIES 8
Muthukumar_5
Honored Contributor

Re: svrmgrl error

You have to set SHLIB_PATH variable with /usr/lib location as,

export SHLIB_PATH=/usr/lib

Execute it now.

hth.
Easy to suggest when don't know about the problem!
Olebile Molefi_1
Occasional Advisor

Re: svrmgrl error

Thanks Muthukumar
I tried your suggestion but its now coming up with the error as attached.

Thanks

svrmgrl

Oracle Server Manager Release 3.1.7.0.0 - Production

Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.

sh: /u01/app/oracle/product/8.1.7/bin/oracle: Execute permission denied.
sh: /u01/app/oracle/product/8.1.7/bin/oracle: Execute permission denied.
ORA-12547: TNS:lost contact
Arunvijai_4
Honored Contributor

Re: svrmgrl error

Check your permission,are you using sudo or chroot ?

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Yogeeraj_1
Honored Contributor

Re: svrmgrl error

hi,

did you run the root.sh during the installation?

which user is running the svrmgrl?


also, consider using sqlplus instead of svrmgrl

regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Olebile Molefi_1
Occasional Advisor

Re: svrmgrl error

Hi Yogeeraj

Yes I did run the root.sh..

I am trying to run svrmgrl as user oracle..

Thanks
Arunvijai_4
Honored Contributor

Re: svrmgrl error

what does # ll /u01/app/oracle/product/8.1.7/bin list ? I strongly believe, you have permission issues.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Olebile Molefi_1
Occasional Advisor

Re: svrmgrl error


Hi Arun

when running ll /u01/app/oracle/product/8.1.7/bin

all the files are owned by oracle:dba except the one bellow..


-rwsr-s--- 1 root dba 9551872 Oct 13 11:49 dbsnmpO

Thanks
VEL_1
Valued Contributor

Re: svrmgrl error

Hi,

Arun is specifying its permission( chmod 555 ) problem. The binaries, shared libs should have 555 & scripts should have 755.

Thanks.