Operating System - HP-UX
1752609 Members
4681 Online
108788 Solutions
New Discussion

/usr/lib/hpux64/dld.so: Unable to find library 'libOraAgentBase.so'.

 
Narendra Uttekar
Regular Advisor

/usr/lib/hpux64/dld.so: Unable to find library 'libOraAgentBase.so'.

Hi,

While taking backup using SIDADM getting error as below, We are taking backup on CommVault - Simpana v5.2.14. And OS is HP-UX 11.31

 

BR0229I Calling backup utility with function 'backup'...
BR0278I Command output of '/usr/sap/TN2/SYS/exe/run/backint -u TN2 -f backup -i /oracle/TN2/sapbackup/.bepbipit.lst -t file -p /oracle/TN2/112_64/dbs/initTN2.
utl -c':
/usr/lib/hpux64/dld.so: Unable to find library 'libOraAgentBase.so'.
Killed

 

But when i use ORASID then i am able to run backup successfully.

 

Please find the permission as below for BR files. 

 

# ll br*
-rwsrwxr-x   1 oradn2     sapsys     22295456 Sep 29 11:48 brarchive
-rwsrwxr-x   1 oradn2     sapsys     22779736 Sep 29 11:48 brbackup
-rwsrwxr-x   1 oradn2     sapsys     27590240 Sep 29 11:48 brconnect
-rwxr-xr-x   1 dn2adm     sapsys     23658600 Sep 29 11:48 brrecover
-rwxr-xr-x   1 dn2adm     sapsys     15190224 Sep 29 11:48 brrestore
-rwxr-xr-x   1 dn2adm     sapsys     29824632 Sep 29 11:48 brspace
-rwsrwxr-x   1 oradn2     sapsys     16561536 Sep 29 11:48 brtools

 

# ll backint
lrwxr-xr-x   1 dn2adm     sapsys          31 Oct 10 08:40 backint -> /opt/simpana/iDataAgent/backint

 

Please let me know why it is not able to find the library 'libOraAgentBase.so' with SIDADM but it is able to find with ORASID.

 

Thanks,

Narendra

 

 

P.S. This thread has been moved from HP-UX > System Administration to HP-UX > languages. - Hp Forum Moderator

3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: dld.so: Unable to find library 'libOraAgentBase.so'.

>dld.so: Unable to find library 'libOraAgentBase.so'.

>But when I use ORASID then I am able to run backup successfully.

 

Where is this shlib?  Perhaps LD_LIBRARY_PATH or SHLIB_PATH is exported to find it.

 

>Please find the permission as below for BR files.

 

What about the path to the shlib?

 

Narendra Uttekar
Regular Advisor

Re: dld.so: Unable to find library 'libOraAgentBase.so'.

Hi Dennis,

Please find the output as below for SHLIB_PATH set for ORASID and SIDADM

 

Server1:oratn2 3> echo $SHLIB_PATH
/usr/sap/TN2/SYS/exe/run:/usr/sap/TN2/SYS/exe/uc/hpia64:/oracle/TN2/112_64/lib

 

Server1:tn2adm 21> echo $SHLIB_PATH
/usr/sap/TN2/SYS/exe/run:/usr/sap/TN2/SYS/exe/uc/hpia64:/oracle/client/11x_64/instantclient

 

But i tried setting the SHLIB_PATH same as of ORASID for SIDADM but no luck same error "/usr/lib/hpux64/dld.so: Unable to find library 'libOraAgentBase.so'"

 

Thanks,

Narendra

Dennis Handly
Acclaimed Contributor

Re: dld.so: Unable to find library 'libOraAgentBase.so'.

>find the output as below for SHLIB_PATH set for ORASID and SIDADM

 

How about LD_LIBRARY_PATH?

Did you find the path to libOraAgentBase.so?  And check the permissions on the path components to it?