-
- Expert
- Posts: 219
- Liked: 12 times
- Joined: Feb 19, 2013 8:08 am
- Full Name: RH
- Location: Germany
- Contact:
Third-party tape handling
Hello,
with the new Veeam-Patch there is a new enhancement:
Third-party tape handling
Added support for detecting and reusing tapes written by third-party tape backup vendors.
What does that mean? I can't find any Information about this new Feature. Which new backup vendors?
It would be so great if it would be possible to read Backup Exec Tapes!
Kind regards
with the new Veeam-Patch there is a new enhancement:
Third-party tape handling
Added support for detecting and reusing tapes written by third-party tape backup vendors.
What does that mean? I can't find any Information about this new Feature. Which new backup vendors?
It would be so great if it would be possible to read Backup Exec Tapes!
Kind regards
-
- Product Manager
- Posts: 20400
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Third-party tape handling
The said support means that now we can do both recognize that tape has been written by 3-party vendor and erase it ourselves, where previously usage of device manufacturer tool has been required. Thanks.
-
- Enthusiast
- Posts: 83
- Liked: 9 times
- Joined: Oct 31, 2013 5:11 pm
- Full Name: Chris Catlett
- Contact:
Re: Third-party tape handling
I would love to be able to tell Veeam to erase those tapes automatically (we are converting from B&E, and re-using LTO4 tapes).
I'd be fine with a nasty warning dialog, .... possible data loss....
or even a registry key.
Also, I don't like that it "fails" the inventory on those tapes.
Have a separate node for "foreign media" and put them there instead of failing.
I'd be fine with a nasty warning dialog, .... possible data loss....
or even a registry key.
Also, I don't like that it "fails" the inventory on those tapes.
Have a separate node for "foreign media" and put them there instead of failing.
-
- Product Manager
- Posts: 20400
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Third-party tape handling
As mentioned above, VB&R is capable of erasing medias written by 3-party products. Or you're asking about something different?
-
- Enthusiast
- Posts: 83
- Liked: 9 times
- Joined: Oct 31, 2013 5:11 pm
- Full Name: Chris Catlett
- Contact:
Re: Third-party tape handling
I know it can erase them.
I put the "foreign" media into my autoloader, and run an inventory in veeam. It inventories, and fails for each "foreign" tape. They are pulled into "unrecognized" media, and I have to select them and perform a "quick erase". The manual action of having to erase them; is what I would like to avoid. I agree that it should not auto-erase "foreign" media "out-of-the-box" but it should be an option for those moving from another tape backup product and wishing to re-use tapes.
I put the "foreign" media into my autoloader, and run an inventory in veeam. It inventories, and fails for each "foreign" tape. They are pulled into "unrecognized" media, and I have to select them and perform a "quick erase". The manual action of having to erase them; is what I would like to avoid. I agree that it should not auto-erase "foreign" media "out-of-the-box" but it should be an option for those moving from another tape backup product and wishing to re-use tapes.
-
- Chief Product Officer
- Posts: 31803
- Liked: 7298 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Third-party tape handling
You can script it with PowerShell then.ccatlett1984 wrote:The manual action of having to erase them; is what I would like to avoid.
This feature has a very limited use (not something our users will benefit on the on-going base), and as such it makes a bad investment of our R&D resources...ccatlett1984 wrote:should be an option for those moving from another tape backup product and wishing to re-use tapes
-
- Enthusiast
- Posts: 83
- Liked: 9 times
- Joined: Oct 31, 2013 5:11 pm
- Full Name: Chris Catlett
- Contact:
Re: Third-party tape handling
how can I script that? (I'd be very happy with that as a solution)
-
- Chief Product Officer
- Posts: 31803
- Liked: 7298 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Third-party tape handling
We provide a PowerShell cmdlet for that > Erase-VBRTapeMedium
-
- Product Manager
- Posts: 20400
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Third-party tape handling
The script should get all the mediums belonging to unrecognized media pool and erase them in accordance, but use it cautiously:
Thanks.
Code: Select all
asnp VeeamPSSnapin
$MediaPool = Get-VBRTapeMediaPool -name "Unrecognized"
Get-VBRTapeMedium -MediaPool $MediaPool | Erase-VBRTapeMedium
Who is online
Users browsing this forum: No registered users and 15 guests