Oracle TDP issue

karikalvalavan

ADSM.ORG Member
Joined
Jul 4, 2007
Messages
51
Reaction score
0
Points
0
Hi I have set up dsm.sys and opt file in /../api/bin64 and /../oracle/bin64, also tdpo.opt file setup. libobk.so link file also created from oracle side. When we run tdpoconf we are getting below error

bash-3.2# ./tdpoconf showenvironment
ld.so.1: tdpoconf: fatal: libobk.so: open failed: No such file or directory
Killed


Below is the configuration details.

bash-3.2# cat /opt/tivoli/tsm/client/oracle/bin64/dsm.sys
SErvername D950TSM2
nodename acsdalsun020_oracle
COMMMethod TCPip
TCPPort 1500
TCPServeraddress 10.161.20.5
PASSWORDAccess prompt
PasswordDir /opt/tivoli/tsm/client/oracle/bin64
* define log files
ERRORLOGRETENTION 10,D
ERRORLOGNAME /var/tivoli/ora_dsmerror.log



bash-3.2# cat /opt/tivoli/tsm/client/api/bin64/dsm.sysSErvername D950TSM2
COMMMethod TCPip
TCPPort 1500
TCPServeraddress 10.161.20.5
PASSWORDAccess prompt
PasswordDir /opt/tivoli/tsm/client/oracle/bin64
* define log files
ERRORLOGRETENTION 10,D
ERRORLOGNAME /var/tivoli/dsmerror.log
SCHEDLOGNAME /var/tivoli/dsmsched.log
SCHEDLOGRETENTION 10,D
inclexcl /opt/tivoli/tsm/client/ba/bin/inclexcl.opt
*managedservices schedule

TDPo_Opt

# cat tdpo.opt
***************************************************************************
* IBM Tivoli Storage Manager for Databases
* Data Protection for Oracle
*
* Sample tdpo.opt for the Solaris 64bit Data Protection for Oracle
********************************************************************* DSMI_ORC_CONFIG /opt/tivoli/tsm/client/oracle/bin64/dsm.opt
DSMI_ORC_CONFIG /opt/tivoli/tsm/client/api/bin64
DSMI_DIR /opt/tivoli/tsm/client/api/bin64
DSMI_LOG /var/log
*TDPO_FS orc8_db
*TDPO_NODE <hostname>
TDPO_NODE acsdalsun020_oracle
*TDPO_OWNER <username>
TDPO_PSWDPATH /opt/tivoli/tsm/client/oracle/bin64

*TDPO_DATE_FMT 1
*TDPO_NUM_FMT 1
*TDPO_TIME_FMT 1
*TDPO_MGMT_CLASS_2 mgmtclass2
*TDPO_MGMT_CLASS_3 mgmtclass3
*TDPO_MGMT_CLASS_4 mgmtclass4

 
Back
Top