Show tape in library and the STG

khawts

Active Newcomer
Joined
Jan 24, 2006
Messages
189
Reaction score
1
Points
0
Website
http
How do I know what the tapes stg in the library? if I do a Q LIBV, it list all the tapes in the library but does not tell me what STG they belong.

Any help is greatly appreciated.



regards,

khawts
 
Hi, You can run the 'q Stg' command to see the list of your storage pools.



To see all the volumes that belongs to a particular storage pool, you need to run



dsmadmc> q vol stg=storage_pool_name





Regards,
 
Hi,



i think you need this command ;o)



tsm>select volumes.volume_name from volumes,libvolumes where volumes.volume_name=libvolumes.volume_name and volumes.stgpool_name='TAPEPOOL'



enjoy
 
Back
Top