If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 backup use TSM

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-26-07, 08:20
wismannh wismannh is offline
Registered User
 
Join Date: Aug 2005
Posts: 2
DB2 backup use TSM

Hello,

after updating my db2 instance to 64 bit (db2iupdt -w 64) everything works fine except the backup using tsm.
Executing a backup command, I get the message "SQL2062N An error occurred while accessing media "/db2data/db2inst/sqllib/adsm/libtsm.a". Reason code: "610"." which means "error trying to open msg txt file". According to the API-Documentation there must be a text file (dscameng.txt) in the $DSMI_DIR directory. This text file changed nothing (An other installation guide says, that this file is only necessary on NetWare).

Does anybody know a solution for this problem?

regards h.w.
Reply With Quote
  #2 (permalink)  
Old 01-26-07, 11:35
dbamota dbamota is offline
Registered User
 
Join Date: Sep 2003
Posts: 237
Try changing the ENV to DSMI_DIR=/usr/tivoli/tsm/client/api/bin64; bounce the instance(db2stop ;db2start) so it picks up the new ENV; execute a db2adutl command to see if it works; then the backup should work.
__________________
mota
Reply With Quote
  #3 (permalink)  
Old 01-26-07, 12:48
wismannh wismannh is offline
Registered User
 
Join Date: Aug 2005
Posts: 2
I've already changed the path of this environment variable and restartet the instance and the server. db2adutl works fine, if a database name is given otherwise it's reported a password error (I don't understand this fact, because the used password must be correct. I've changed it many times using dsmapipw).
Despite the changing of ENV backup use tsm doesn't work.
Reply With Quote
  #4 (permalink)  
Old 01-26-07, 15:53
mark_maz mark_maz is offline
Registered User
 
Join Date: Feb 2002
Location: Hamilton
Posts: 138
what about the dsm.sys and dsm.opt files in /usr/tivoli/tsm/client/api/bin

you may need to move those files to the 64 bin path
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On