-
- Lurker
- Posts: 2
- Liked: 1 time
- Joined: Oct 24, 2016 3:00 pm
- Contact:
Report on which tapes are full
Apologies if this is simple and I just haven't been able to find it, but how do I get a list of which tapes in my library that Veeam considers to be full? I can take a guess based on how much free space there is, but it would be helpful to be able to see at a glance which tapes Veeam has marked as 'Full'
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
Re: Report on which tapes are full
Hi and welcome to the community!
There is no such a report in VBR, but if you use Veeam ONE, check Tape Media Retention Period report.
There is no such a report in VBR, but if you use Veeam ONE, check Tape Media Retention Period report.
-
- Novice
- Posts: 4
- Liked: 3 times
- Joined: Jun 28, 2016 2:33 pm
- Full Name: Alexey Mazurin
- Contact:
Re: Report on which tapes are full
you can use powershell command to determine which tapes are full:rnchdc wrote:Apologies if this is simple and I just haven't been able to find it, but how do I get a list of which tapes in my library that Veeam considers to be full? I can take a guess based on how much free space there is, but it would be helpful to be able to see at a glance which tapes Veeam has marked as 'Full'
Code: Select all
asnp Veeam*
(Get-VBRTapeMedium | Where-Object {$_.IsFull -eq $true -and $_.location -like "slot"}).barcode
-
- Expert
- Posts: 106
- Liked: 11 times
- Joined: Jun 20, 2009 12:47 pm
- Contact:
Re: Report on which tapes are full
Shestakov wrote:Hi and welcome to the community!
There is no such a report in VBR, but if you use Veeam ONE, check Tape Media Retention Period report.
I know you want to sell everyone Veeam One. But Veeam One is too expensive if you already have monitoring, and most companies have one (which are also better), and not only for their virtual infrastructure, so most don't want to buy a product for > 10k $$$ just to know what their backup is writing to tape. Maybe you should think about that. Tape index should be searchable from the Enterprise manager. In the moment it's a PITA to find older documents and find the tapes which have the data on them.
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
Re: Report on which tapes are full
McClane,
There was a probability that OP uses Veeam ONE so his goal can be easily achieved.
FR to add it to VBR is also a good one.
Thanks!
There was a probability that OP uses Veeam ONE so his goal can be easily achieved.
FR to add it to VBR is also a good one.
Thanks!
-
- Lurker
- Posts: 2
- Liked: 1 time
- Joined: Oct 24, 2016 3:00 pm
- Contact:
Re: Report on which tapes are full
The script worked a treat! Thanks.
Who is online
Users browsing this forum: No registered users and 9 guests