TSM Commands

madunix

ADSM.ORG Member
Joined
Aug 5, 2008
Messages
91
Reaction score
1
Points
0
Since we are running multiple jobs on TSM library, how can we trace logs in brief to see which task was successful and which not, using command line i.e. (q actlog)
 
Query against the return codes (AN?????, etc) - but be warned, you will be getting back a lot of output.
 
You can use 'q act s=****' or u can use select query stating 'select * from status'
 
you can use the select * from summary

when summary is a table that holds all conclusions of your last backups

this gives you backup,archive,restore,retrive and much more info about what occured on your TSM server during the last 10 days i think but you can increase or decrease the retention of the info there

i think its the simplest of ways to get that info.

might as well generate a report through TSM MANAGER if you have one

it basically does the same only the SQL query is built in.
Best regards!
 
q actlog search=abc
q act begind=-3 search=nodename
q act begint=-00:60 search=abc
q act ANR0490I
q act begind=-1 msgno=0986 s='backup storage'" | grep ....

Please these command and let me know..

cheers,
nikki

 
Back
Top