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 > TSM error code - 41.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-07-09, 07:32
Meena.s Meena.s is offline
Registered User
 
Join Date: Sep 2006
Posts: 87
TSM error code - 41.

Backup is getting failed twice a week due to the tsm error code:

SQL2025N An I/O error "41" occurred on media "TSM".

Unix server - oslevel 5.2 with db2 level v8.1 FP14.

This server holds 5 databases and the backup script is in such a manner it runs sequentially.

and the error says the that the client was attempting to use more mountpoints for a backup.

Checked with the tsm team and they have updated the backup is using >1 moutpoints for this backup and they will not be able to update the node for increasing the mountpoints.

Could anybody suggest on this to resolve the issue.


Thanks for your help in advance.

Meena.s
Reply With Quote
  #2 (permalink)  
Old 05-07-09, 08:57
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Based on my understanding, the number of sessions is limited by the maxnummp (TSM parameter). So, if this parameter is set to 1, then backup is limited to 1 session. The number of sessions open to TSM is what you specify with the "open n sessions" parameter on the backup command. I think another session will be open if the logs are included in the backup image. So, try the backup command using one session if mannummp can't be increased.
Reply With Quote
  #3 (permalink)  
Old 05-08-09, 04:38
Meena.s Meena.s is offline
Registered User
 
Join Date: Sep 2006
Posts: 87
TSM team updated they will not be able to increase maxnummp parameter.
and the backup command inside the script is the normal one like below:

db2 backup database dbname online use tsm;

Any Help....
Reply With Quote
  #4 (permalink)  
Old 05-08-09, 07:46
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
- check how many sessions were used using "db2adutl query full db <db name>"
- specify "open 1 sessions" and "exclude logs" (default in v8)
Reply With Quote
  #5 (permalink)  
Old 05-12-09, 07:07
Meena.s Meena.s is offline
Registered User
 
Join Date: Sep 2006
Posts: 87
Thanks for your reply.

Its using only one session for the backup.
Reply With Quote
  #6 (permalink)  
Old 05-12-09, 14:17
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
If maxnummp and # of sessions is 1, then I'm not sure what else to suggest from DB2 side. Consider opening a pmr with TSM Support.
Reply With Quote
  #7 (permalink)  
Old 05-15-09, 04:10
Meena.s Meena.s is offline
Registered User
 
Join Date: Sep 2006
Posts: 87
Thanks for your reply.

Will check and let you know if i found anything.
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