Hi, everyone.
I have about 190 LTO tapes, and I need an easy way to sort them. I was going to scan the barcode labels into a text file, then do the following.
for i in `cat tapenames`
do
mminfo -a -r 'volaccess,volume,%used,pool' -q volume=$i
done.
All I get though, is the response
mminfo: no matches found for the query
This happens if I use just the tapename, also
mminfo -a -r 'volaccess,volume,%used,pool' -q volume=CD1206L1
mminfo: no matches found for the query
When I go to the GUI, and look under volumes, the tapes are listed there just fine.
Can anyone tell me why this mminfo command(ANy mminfo command) isnt showing me if the volume is available from that machine/used on that machine? Thanks again!
UnixSkunk - Tux's Evil Nemesis
I have about 190 LTO tapes, and I need an easy way to sort them. I was going to scan the barcode labels into a text file, then do the following.
for i in `cat tapenames`
do
mminfo -a -r 'volaccess,volume,%used,pool' -q volume=$i
done.
All I get though, is the response
mminfo: no matches found for the query
This happens if I use just the tapename, also
mminfo -a -r 'volaccess,volume,%used,pool' -q volume=CD1206L1
mminfo: no matches found for the query
When I go to the GUI, and look under volumes, the tapes are listed there just fine.
Can anyone tell me why this mminfo command(ANy mminfo command) isnt showing me if the volume is available from that machine/used on that machine? Thanks again!
UnixSkunk - Tux's Evil Nemesis