-
- Enthusiast
- Posts: 25
- Liked: 1 time
- Joined: Aug 15, 2013 8:57 pm
- Full Name: Stephen Carter
- Contact:
Viewing Media Sets
Is there a place to view all the media sets?
For instance, every Tuesday, I want a new media set created, then the old media set will be sent offsite for DR.
I want to be able to pull up all my media sets and see what media is in them. I am not seeing this ability.
For instance, every Tuesday, I want a new media set created, then the old media set will be sent offsite for DR.
I want to be able to pull up all my media sets and see what media is in them. I am not seeing this ability.
-
- VP, Product Management
- Posts: 27377
- Liked: 2802 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Viewing Media Sets
Hi Stephen,
Looks like it is a good idea to create a dedicated report for this in the next updates of Veeam ONE (part of Veeam Backup Management Suite and Veeam Essentials).
Thanks!
Looks like it is a good idea to create a dedicated report for this in the next updates of Veeam ONE (part of Veeam Backup Management Suite and Veeam Essentials).
Thanks!
-
- Enthusiast
- Posts: 25
- Liked: 1 time
- Joined: Aug 15, 2013 8:57 pm
- Full Name: Stephen Carter
- Contact:
Re: Viewing Media Sets
Does veeam essentials for Hyper-v come with veeam one?
If not still makes me sad :[
If not still makes me sad :[
-
- VP, Product Management
- Posts: 27377
- Liked: 2802 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Viewing Media Sets
Yes, of course it does. Veeam Essentials includes both Veeam B&R and Veem ONE, no matter what virtualization platform you are using.
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Viewing Media Sets
In the way I see it, some poweshell scripting might be helpful in this case:
This one-liner sorts tape objects in accordance with the media set they belong to and, then, outputs the name of media set, name of tape and its barcode.
Thanks.
Code: Select all
asnp VeeamPssnapin
Get-VBRTapeMedium | Sort-Object {$_.FindMediaFamily().name} | Select-Object {$_.FindMediaFamily().name}, name, barcode
Thanks.
-
- Novice
- Posts: 8
- Liked: never
- Joined: Sep 04, 2013 1:17 pm
- Full Name: Scheppach EDV
Re: Viewing Media Sets
Hi v.Eremin,
thanks for your powershell-line - this is (nearly) exactly what I searched, too. but is there a way to view the sequence number, too? I want to create a list with media set, tape name and sequence number.
thanks for your powershell-line - this is (nearly) exactly what I searched, too. but is there a way to view the sequence number, too? I want to create a list with media set, tape name and sequence number.
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Viewing Media Sets
Hi, Scheppach. I believe, you can do this by adding “MediaSequenceNumber” to the list of output parameters:
Hope this helps.
Thanks.
Code: Select all
asnp VeeamPssnapin
Get-VBRTapeMedium | Sort-Object {$_.FindMediaFamily().name} | Select-Object {$_.FindMediaFamily().name}, name, barcode, mediasequenceNumber
Hope this helps.
Thanks.
Who is online
Users browsing this forum: No registered users and 7 guests