I have System Center 2012 R2 installed on Windows server 2008. I am trying to protect a VM that is running SQL Server 2008. The VM is being managed by a Failover Cluster in Windows 2012 R2 standard and has 4 VHDx's attached which are located on
a SAN. Now, when ever I try to run an consistency check on that protection group member, I receive the following error:
________________________________________________
The replica of Microsoft Hyper-V \Online\VM on "Target.com" is inconsistent with the protected data source. All protection activities for data source will fail until the replica is synchronized with consistency check. You can recover data from
existing recovery points, but new recovery points cannot be created until the replica is consistent.
For SharePoint farm, recovery points will continue getting created with the databases that are consistent. To backup inconsistent databases, run a consistency check on the farm. (ID 3106)
The VSS application writer or the VSS provider is in a bad state. Either it was already in a bad state or it entered a bad state during the current operation. (ID 30111 Details: VssError:The writer experienced a non-transient error. If the backup process
is retried,
the error is likely to reoccur.
(0x800423F4))
________________________________________________
Now when I check the event log from the server in question I receive 5 separate event logs pointing to Hyper-v-VMMS.
The First:
'VM' cannot create the storage required for the checkpoint using disk C:\TARGET\TARGET\VM.vhdx: General access denied error (0x80070005). (Virtual machine ID 97333BCA-130E-4F20-934A-CB26A19DDBF6) - Event ID 16370
The Second:
Checkpoint operation for 'VM' failed. (Virtual machine ID 97333BCA-130E-4F20-934A-CB26A19DDBF6) - Event ID 18012
The Third:
Could not create backup checkpoint for virtual machine 'VM': General access denied error (0x80070005). (Virtual machine ID 97333BCA-130E-4F20-934A-CB26A19DDBF6) - Event ID 10150
The Fourth:
VSS writers inside virtual machine 'VM' failed to perform BackupComplete to its shadow copy (VSS snapshot) set: Catastrophic failure (0x8000FFFF). (Virtual machine ID 97333BCA-130E-4F20-934A-CB26A19DDBF6) - Event ID 10172
The Fifth:
The operation failed. - Event ID 16010
________________________________________________
As suggested online, I ran vssadmin list writers from an elevated command prompt and every writer appears to be stable with no errors. The weird thing is, I am not receiving any errors from the other 3 VHDX's. In the recovery tab, there are no history of
any recovery point for that VM. I am able to protect the VM databases but not the VM itself. I also gave full rights in the folder where all the VHDx's are located. Any ideas?
Thank you