db2 backup use tsm - reason code 610

gunna

ADSM.ORG Member
Joined
Jan 29, 2007
Messages
2
Reaction score
0
Points
0
Hello,

after updating my db2 instance to 64bit db2 backup use tsm results in the error "SQL2062N An error occurred while accessing media "/db2data/db2inst/sqllib/adsm/libtsm.a". Reason code: "610".", which means: "The system is unable to open the message txt file (dscameng.txt or dsmclientV3.cat for AIX)". Nevertheless, according to the documentation this file is only needed on NetWare, I touched this file in $DSMI_DIR, but nothing changed.
I updated the environment variables $DSMI_DIR and $DSMI_CONFIG to bin64, copied the dsm.sys and dsm.sys to that directory and restarted the database server.
dsm.sys contains the lines:
SErvername TSM
NODEName SERVER
COMMMethod TCPip
TCPPort 1500
TCPServeraddress <ip>
COMPression ON
Inclexcl /opt/tivoli/tsm/client/ba/bin/inclexcl.def
SchedlogName /var/log/tsm/dsmsched.log
SchedlogRetention 7 D
ErrorlogName /var/log/tsm/dsmerror.log
ErrorlogRetention 7 D
Passwordaccess Generate
and the dsm.opt only
SErvername TSM.

db2 shows the following configuration:
Log retain for recovery enabled (LOGRETAIN) = RECOVERY
User exit for logging enabled (USEREXIT) = OFF
...
First log archive method (LOGARCHMETH1) = TSM

Does anybody know a solution?

Regards gunna

p.s. db2adutl works fine.
 
Hello,

Have you installed TSM API 64 bit client. If you are still running with 32 bit TSM API client try 64 bit.

TSM Client - Application Programming Interface (64 bit) client.api.64bit

Regards,
 
When you are removing the odl API client and installing new 64 bit client, make sure DB2 is stoped as it caches certian thing from TSM which may cause you problems
 
Thank you for reply.
I installed the latest tivoli client software (5.4.0), restarted the db2 server and it works.
 
Back
Top