I am trying to backup virtual machines using Veeam and the SnapDrive VSS hardware provider. I am unable to get it to perform the backups.
I am using Snapdrive 7.1 on Windows 2012 R2 hosts. The virtual machines reside on fibre attached LUN's presented from a NetApp FAS3240 running in 8.1.2 7-mode. Snapdrive is configured to run under a domain account which is a member of the Administrators group on the SAN, and is communicating via RPC.
When a backup job is started the following event logs are written:
CreateTargetLun failed.
Storage System Name = SAN02
lunPath = /vol/SNAPSHOTS/2_1_Snapshots
Snapshot copy Name = {e7a2fd17-3f7e-44df-a6d1-647fc0a3b02f}
Error code = 0xc00410d1
Error description = The clone creation operation failed. The volume name 'sdw_cl_SNAPSHOTS_0' exists already.
Data ONTAP VSS hardware provider failed in LocateLuns method.
SnapDrive failed to map the target lun(s).
DeleteTargetLun failed.
Storage System Name = SAN02
lunPath = /vol/sdw_cl_SNAPSHOTS_0/2_1_Snapshots
Error code = 0xc0040300
Error description = ZAPI: An attempt to get serial number of the LUN '/vol/sdw_cl_SNAPSHOTS_0/2_1_Snapshots' failed on the storage system SAN02. Error description: No such LUN exists
DeleteTargetLun failed.
Storage System Name = SAN02
lunPath = /vol/SNAPSHOTS/2_1_Snapshots.vss.{e7a2fd17-3f7e-44df-a6d1-647fc0a3b02f}
Error code = 0xc00402b7
Error description = An attempt to get list of initiator groups and their members (the initiators) mapped to the LUN /vol/SNAPSHOTS/2_1_Snapshots.vss.{e7a2fd17-3f7e-44df-a6d1-647fc0a3b02f} failed on the storage system SAN02. Error description: No such LUN exists
DeleteSnapShot operation failed.
Storage System Name = SAN02
lunPath = /vol/SNAPSHOTS/2_1_Snapshots
Snapshot copy Name = {e7a2fd17-3f7e-44df-a6d1-647fc0a3b02f}
Error code = 0xc004030b
Error description = An attempt to delete Snapshot copy '{e7a2fd17-3f7e-44df-a6d1-647fc0a3b02f}' of the 'SNAPSHOTS' volume failed on the storage system 'SAN02'. Error code: 16. Error description: snapmirror, sync mirror, volume clone, snap restore, dump, CIFS share, volume copy, ndmp, WORM volume, SIS Clone, LUN clone.
Data ONTAP VSS hardware provider failed in OnLunEmpty method [DeviceName=]. This error can be caused by one of the following conditions:
SnapDrive failed to delete the snapshot.
Please check SnapDrive event logs.
Data ONTAP VSS hardware provider's AbortSnapshot method is called [SnapshotSetId={e7a2fd17-3f7e-44df-a6d1-647fc0a3b02f}]. VSS has failed the current shadow copy session because the previous errors are not continuable.
DeleteTargetLun succeeded.
Storage System Name = SAN02
lunPath = /vol/sdw_cl_SNAPSHOTS_0/2_1_Snapshots
DeleteTargetLun failed.
Storage System Name = SAN02
lunPath = /vol/SNAPSHOTS/2_1_Snapshots.vss.{e7a2fd17-3f7e-44df-a6d1-647fc0a3b02f}
Error code = 0xc00402b7
Error description = An attempt to get list of initiator groups and their members (the initiators) mapped to the LUN /vol/SNAPSHOTS/2_1_Snapshots.vss.{e7a2fd17-3f7e-44df-a6d1-647fc0a3b02f} failed on the storage system SAN02. Error description: No such LUN exists
Does anyone know why this keep failing?