It is not based on the number of tapes but on the remaining capacity level (based on the volume default capacity of the tape drive type). The attribute is named 'minimum space'. When reached, a notification is triggered.
Otherwise, you can script the following utility ...
- query mminfo appropriately to get the list of appendable (and recyclable ?) volumes in the jukebox, based on your pool settings
- count the lines
- if lower than your trigger level, issue a notification by sending an email or similar
bingo.1
1 Rookie
•
2430 Posts
324
1
Posted February 13th, 2014 13:00
With NetWorker indirectly ...
It is not based on the number of tapes but on the remaining capacity level (based on the volume default capacity of the tape drive type). The attribute is named 'minimum space'. When reached, a notification is triggered.
Otherwise, you can script the following utility ...
- query mminfo appropriately to get the list of appendable (and recyclable ?) volumes in the jukebox, based on your pool settings
- count the lines
- if lower than your trigger level, issue a notification by sending an email or similar