How to query onsite tapes in a tape library?

Hsing1

ADSM.ORG Member
Joined
Mar 13, 2017
Messages
19
Reaction score
0
Points
0
We have TS3500, and I need to check which tapes are located inside the tape library.
What command I can use?

I use "query vol VOL_ID f=d", but it has no information to tell if this tape reside in tape library.
 
1. To check for library volumes
query libvol "libraryname"
it will list all tapes resides in tape library, you can redirect this output into a file.
2. If you need slot information as well, you can use following cmd
show slots "libraryname"
 
Back
Top