Discussions related to exporting backups to tape and backing up directly to tape.
Post Reply
rreed
Veteran
Posts: 354
Liked: 72 times
Joined: Jun 30, 2015 6:06 pm
Contact:

Need to Unprotect/Free Uncrecognized Tape

Post by rreed »

Afternoon, everyone. We have some leftover tapes from our BE setup. They've been cleared for use in Veeam but two of them are marked Protected in Veeam. Protect, Mark as Free, and Remove from Catalog are all grayed out. I can't do anything w/ these tapes. Help please?
VMware 6
Veeam B&R v9
Dell DR4100's
EMC DD2200's
EMC DD620's
Dell TL2000 via PE430 (SAS)
veremin
Product Manager
Posts: 20270
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by veremin »

Is unprotect operation available for such tapes or not? Thanks.
rreed
Veteran
Posts: 354
Liked: 72 times
Joined: Jun 30, 2015 6:06 pm
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by rreed »

Correct; (un)Protect, Mark as Free, and Remove from Catalog are all grayed out. Not an available option to use.
VMware 6
Veeam B&R v9
Dell DR4100's
EMC DD2200's
EMC DD620's
Dell TL2000 via PE430 (SAS)
veremin
Product Manager
Posts: 20270
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by veremin »

What happens if you execute the following PS command against one of protected tapes:

Code: Select all

Asnp VeeamPSSnapin
Get-VBRTapeMedium -Name "Name of protected tape" | Disable-VBRTapeProtection
Thanks.
rreed
Veteran
Posts: 354
Liked: 72 times
Joined: Jun 30, 2015 6:06 pm
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by rreed »

Same thing on the other one:

Code: Select all

Disable-VBRTapeProtection : Failed to unprotect a tape medium 000015L6. Medium is free
At line:1 char:38
+ Get-VBRTapeMedium -Name "000015L6" | Disable-VBRTapeProtection
+                                      ~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Disable-VBRTapeProtection], Exception
    + FullyQualifiedErrorId : DisableTapeProtectionErrorId,Veeam.Backup.PowerShell.Cmdlets.DisableVBRTapeProtection
VMware 6
Veeam B&R v9
Dell DR4100's
EMC DD2200's
EMC DD620's
Dell TL2000 via PE430 (SAS)
veremin
Product Manager
Posts: 20270
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by veremin »

Strange behaviour, indeed. Might be a UI glitch or something.

The last thought I have is to erase a tape via PS and see whether it makes some difference:

Code: Select all

Get-VBRTapeMedium -Name "Name of your tape" | Erase-VBRTapeMedium -Long
Thanks.
rreed
Veteran
Posts: 354
Liked: 72 times
Joined: Jun 30, 2015 6:06 pm
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by rreed »

Ugh... Confirmed via library GUI these tapes have their write protect notch flipped. Well, perhaps a feature request to check for write protect before doing anything and present the (idiot) administrator w/ a warning indicating? :roll: My bad, sorry for the false alarm. Good news is write protect notch does seem to be doing its job in this case. Many thanks as always for helping out.

Code: Select all

Erase-VBRTapeMedium : Unable to erase tape medium 000015L6 because it is hardware protected.
At line:1 char:38
+ Get-VBRTapeMedium -Name "000015L6" | Erase-VBRTapeMedium -Long
+                                      ~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Erase-VBRTapeMedium], Exception
    + FullyQualifiedErrorId : EraseTapeMediumErrorId,Veeam.Backup.PowerShell.Cmdlets.EraseVBRTapeMedium
VMware 6
Veeam B&R v9
Dell DR4100's
EMC DD2200's
EMC DD620's
Dell TL2000 via PE430 (SAS)
veremin
Product Manager
Posts: 20270
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by veremin »

Glad to hear that you were able to nail it.

As to better visual representation of hardware protected tapes, we will definitely think about that.

Thanks.
rreed
Veteran
Posts: 354
Liked: 72 times
Joined: Jun 30, 2015 6:06 pm
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by rreed »

After opening the WP notch, I had to power off/on the library, tape server, and VBR server before everything would come up and free these tapes. Veeam still swore they were WP'ed. I dunno, but at least I'll know next time I have a tape written in something else that has the WP notch flipped that I need to recycle into Veeam use I'll need to flip open and bounce everything.
VMware 6
Veeam B&R v9
Dell DR4100's
EMC DD2200's
EMC DD620's
Dell TL2000 via PE430 (SAS)
veremin
Product Manager
Posts: 20270
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by veremin »

You mean even after you'd opened WP notch, and inserted the tape back into library, it still was recognized as write protected media without any option available? Have you tried to re-inventory the tape after that or re-inventory the library as a whole? Thanks.
rreed
Veteran
Posts: 354
Liked: 72 times
Joined: Jun 30, 2015 6:06 pm
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by rreed »

Correct, yes. After opening WP notch, Veeam still wouldn't recognize the tape was writable, even after re-inventory entire library. It took rebooting the library, tape server, and VBR server to finally realize the tapes were free. Was able to erase/move to Free pool and write normally after that. I dunno, but will know next time.
VMware 6
Veeam B&R v9
Dell DR4100's
EMC DD2200's
EMC DD620's
Dell TL2000 via PE430 (SAS)
Dima P.
Product Manager
Posts: 14396
Liked: 1568 times
Joined: Feb 04, 2013 2:07 pm
Full Name: Dmitry Popov
Location: Prague
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by Dima P. »

Hi rreed,

Thanks for the heads up. Can you check if write protected tape is displayed in the VBR’s UI? I believe it should have an icon with a lock displayed in the UI.
rreed
Veteran
Posts: 354
Liked: 72 times
Joined: Jun 30, 2015 6:06 pm
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by rreed »

I...think it was? Rather, yes, it was, because at one point I may have manually protected the two tapes in Veeam to make sure they didn't get accidentally overwritten until I could restore their contents at a later time. I don't know if I had WP'ed them or set them to Protect first, or for sure if I had set them to Protect at all.

I'll try to keep an eye out next time I have to load a tape to restore, I always set my full or esp. important tapes' WP notch.
VMware 6
Veeam B&R v9
Dell DR4100's
EMC DD2200's
EMC DD620's
Dell TL2000 via PE430 (SAS)
nullifi
Influencer
Posts: 23
Liked: 5 times
Joined: Aug 05, 2015 1:41 pm
Full Name: Jason Taylor
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by nullifi »

I think I have the same or similar problem. I have two tapes that I can't do anything within Veeam, and they show the little lock icon in the lower right corner.
veremin
Product Manager
Posts: 20270
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by veremin »

As mentioned above, it seems that write protection has been enabled for those tapes outside of VB&R (WP notch). Thanks.
Stephan23
Enthusiast
Posts: 50
Liked: 4 times
Joined: Jun 03, 2015 8:32 am
Full Name: Stephan
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by Stephan23 »

I also have a case of a write protected tape. The write protection switch on the tape is set to unprotected, but it may have been set to protected in the past.
I have removed the tape from the catalog, tried to catalog/inventory the tape, inserted it to a different slot in the library, rebooted any involved server/library.
Get-VBRTapeMedium shows ProtectedByHardware as False if the tape was unknown before, but it switches to Ture if I try to erase/catalog it.
Disable-VBRTapeProtection results in an error:

Code: Select all

Disable-VBRTapeProtection : Failed to unprotect a tape medium M01B02. Medium is locked
Bei Zeile:1 Zeichen:59
+ Get-VBRTapeMedium -Name m01b02 | Disable-VBRTapeProtection <<<<
    + CategoryInfo          : InvalidOperation: (:) [Disable-VBRTapeProtection], Exception
    + FullyQualifiedErrorId : DisableTapeProtectionErrorId,Veeam.Backup.PowerShell.Cmdlets.DisableVBRTapeProtection
veremin
Product Manager
Posts: 20270
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by veremin »

Disable-VBRTapeProtection won't help, since it disables software protection, while hardware one can be disabled only manually physically operating with a given medium.

Anyway, for some reason the said tape gets tracked as write-protected, so, kindly, open a ticket with our support team. Chances are, they will be able to modify wrongly reported parameter directly in product db.

Thanks.
Stephan23
Enthusiast
Posts: 50
Liked: 4 times
Joined: Jun 03, 2015 8:32 am
Full Name: Stephan
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by Stephan23 »

Thank you for the quick reply. I will create a ticket. However I preferably need this tape today, do you think I could grab a new tape and put the same label on it as a workaround?
veremin
Product Manager
Posts: 20270
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by veremin »

Use the same barcode, you mean? Why do you need to leverage this very same tape? As far as I can understand, you have spare tapes at hand. Thanks.
Stephan23
Enthusiast
Posts: 50
Liked: 4 times
Joined: Jun 03, 2015 8:32 am
Full Name: Stephan
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by Stephan23 »

yes, i meant the same barcode. I don't need the very same tape (sorry, bad phrasing), that's what i meant with picking a new tape with the same label/barcode.
And just FYI, it works. So the wrongfully as protected tape is free of use.
veremin
Product Manager
Posts: 20270
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by veremin »

Yep, you can do that, which you've already proved. So, something must have been wrong with that particular tape and that made product believe that it's still write protected. Thanks.
Armonea
Lurker
Posts: 2
Liked: never
Joined: Aug 10, 2017 1:01 pm
Full Name: Armonea Support
Contact:

[MERGED] Unprotect a 'free' tape

Post by Armonea »

Hello.

I need to unprotect a tape but the option is greyed out in the GUI. Only 'Inventory', 'Catalog' and 'Properties' are available choices.
I read on the forum that i should try to move the tape to a media pool. Did create a new pool 'Tapes' and put the tape in there: not able to unprotect. Also in PS no luck:

Code: Select all

PS C:\Users\Administrator> get-vbrtapemedium -name VEEAM016 | Disable-VBRTapeProtection
Disable-VBRTapeProtection : Failed to unprotect a tape medium VEEAM016. Medium is free
At line:1 char:36
+ get-vbrtapemedium -name VEEAM016 | Disable-VBRTapeProtection
+                                    ~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Disable-VBRTapeProtection], Exception
    + FullyQualifiedErrorId : DisableTapeProtectionErrorId,Veeam.Backup.PowerShell.Cmdlets.DisableVBRTapeProtection
Tried the erase option as mentioned in another of your threads, no luck:

Code: Select all

PS C:\Users\Administrator> Get-VBRTapeMedium -Name VEEAM016 | Erase-VBRTapeMedium
Erase-VBRTapeMedium : Unable to erase tape medium VEEAM016 because it is <b>software</b> protected.
At line:1 char:36
+ Get-VBRTapeMedium -Name VEEAM016 | Erase-VBRTapeMedium
+                                    ~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Erase-VBRTapeMedium], Exception
    + FullyQualifiedErrorId : EraseTapeMediumErrorId,Veeam.Backup.PowerShell.Cmdlets.EraseVBRTapeMedium
Checked the protection notch: OK
Restarted the VEEAM server. Restarted the tape library., no luck.

I'm at the end of my tricks here... :-(

Has anyone an idea what else i could try?

Thanks.
veremin
Product Manager
Posts: 20270
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by veremin »

If mentioned trick does not help and you are positive that tape is not protected (WP notch; Library Interface) , then, reach our support team for further assistance.
geordi
Influencer
Posts: 19
Liked: 1 time
Joined: Sep 06, 2011 10:20 am
Full Name: Michael Berger
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by geordi »

Hi there

Similar issue here :-(
I have a LTO-6 drive and multiple tapes (LTO4 and LTO6) which had been used by BE. All the tapes are available to be used and there is nothing that needs to be kept.
I already have used two LTO6 tapes without any problems. Now I have tried two different LTO4 tapes and both of them show up as locked.

Disable-VBRTapeProtection tells me the medium is free.
Erase-VBRTapeMedium tells me the medium is hardware protected.

The notch is set to not protect.
Playing with it (set to protect / unprotect), reloading into drive, restarting the server ... nothing is working.
Any ideas?

To be honest, I am completely new to the whole tape thing. Is it even possible to use LTO4 tapes with an LTO6 drive?
Also, every time I inventory the drive, the same medium gets listed as a new (protected) tape.

Regards,
geordi
lyapkost
Expert
Posts: 221
Liked: 48 times
Joined: Nov 27, 2015 2:26 pm
Full Name: Konstantin
Location: Saint Petersburg
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by lyapkost »

Hi Michael.

LTO6 drive can only read LTO4 tapes and cannot write (see here). Do you have the same problem with LTO6 tapes?
emicen
Lurker
Posts: 1
Liked: never
Joined: Feb 20, 2019 11:25 am
Full Name: Emiliano
Contact:

Re: Need to Unprotect/Free Uncrecognized Tape

Post by emicen »

I've had the same issue, I've solved with a right click on the tape and selected inventory, after a tape read it's showed not protected
Post Reply

Who is online

Users browsing this forum: Amazon [Bot] and 22 guests