Hi forum,
do you know of any possibiltiy to see the amount of free tape slots available in a library only by using Veeam functions given either in Veeam Backup Shell or in PowerShell?
Before importing tapes, I always need to have a look onto the tape libraries web interface whether all tapes will fit.
Thanks
In the way I see it, it might be worth taking information regarding library free slots' directly from library, using vendor specific commandlets (if available). Thanks.
Hi,
thanks Dmitry and Vladimir.
As far as I can see, getting the information through Veeam is not possible.
Using vendor commandlets will be the only option. Unfortunately it seems as if there aren't any cmdlets available.
May I ask for such a feature as a feature request?
Having an overview of all tape slots either occupied or emtpy would be nice to have.
Can't find any information regarding automation tools for the said device. However, I believe you can get number of free slots in unobvious way, using VB&R PS snap-in. Query library to get number of slots it has, then, receive list of mediums that occupy slots inside given library, after that, subtract the second number from the first one. The resulting value should be the number you're looking for.
If you struggle with scripting, kindly, create separate topic on corresponding subforum (PowerShell), and I will try to assist you with that.