TSM 7.1.1 Select Statement

ttercero

ADSM.ORG Member
Joined
Oct 22, 2004
Messages
46
Reaction score
0
Points
0
Location
Honduras
Website
http
Hello guys, I need a select statement in a TSM 7.1.1 environment in order to get the following info:

To find what tapes are used by a node (needed for restore)

Thanks for your response
 
Hello guys, I need a select statement in a TSM 7.1.1 environment in order to get the following info:

To find what tapes are used by a node (needed for restore)

Thanks for your response

Try this out. It'll give you a list of volumes and the amount of data on each. () are optional, and "vol" probably not useful for your usage.

q noded NODENAME (stg=POOL_NAME) (vol=VOLUME_NAME)
 
Back
Top