I have tried searching on the VBRTapeLibrary term but got no results.
Case # 00727523
Anyway I have a short script that just gets the local tape library then inventories it prior to backup commencing.
When I try to run this script I get the following error:
Code: Select all
Get-VBRTapeLibrary | Start-VBRTapeInventory
Get-VBRTapeLibrary : Changer not found (libraryId: 8f3e9b02-09e3-48c2-9918-b7f8bb8e4d56).
At line:1 char:1
+ Get-VBRTapeLibrary | Start-VBRTapeInventory
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-VBRTapeLibrary], Exception
+ FullyQualifiedErrorId : System.Exception,Veeam.Backup.PowerShell.Cmdlets.GetVBRTapeLibrary
This used to run fine prior to going to Version 8. We are currently patched to the latest version (Version 8 patch 1 from memory?) License is Veeam B&R Enterprise. I spotted something like this issue being fixed in the latest Release Notes.
Veeam server is a Dell R720XD with a SAS Dell TL2000 library. (Both been restarted as requested by support but no change).
We can do a manual inventory of the library via the Veeam UI just fine, the library backs up and restored properly. The issue seems to be the Powershell component of Veeam.
I can find the library fine in the Veeam UI. We can also see the tape server in PS ok:
Code: Select all
PS C:\SCRIPTS> Get-VBRTapeServer
ServerId : 3ec80cca-f651-4770-a78b-388fe5355d89
IsAvailable : True
Id : 268cab57-4ee2-4dd2-b7f3-2a634b3aed36
Name : 127.0.0.1
Description : Created by XXXX\xxx at 19/12/2014 9:29 AM.
ServerId : 6745a759-2205-4cd2-b172-8ec8f7e60ef8
IsAvailable : True
Id : 211506cf-960f-40a0-832e-6550a14c8c9e
Name : Local Tape Server
Description : Created during db update from 7.0
Has anybody come across this before? It's not a massive issue but a nuisance.