I am trying to enable Windows Backup on Server 2008 R2 to backup my Hyper-V clients. I have taken care of modifying the registry to support the Hyper-V VSS Writer (added the GUID to the registry). When I run a backup of the volume that has the Hyper-V files, I get the following in the event log:
Log Name: Application
Source: Microsoft-Windows-Backup
Date: 6/23/2009 10:01:50 AM
Event ID: 521
Task Category: None
Level: Error
Keywords:
User: SYSTEM
Computer: HQHYV-P01.leco.com
Description:
The backup operation that started at '2009-06-23T14:00:00.
573000000Z
' has failed because the Volume Shadow Copy Service operation to create a shadow copy of the volumes being backed up failed with following error code '2155348129'. Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.
Event Xml:
<Event xmlns="
http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Ba
ckup" Guid="{1DB28F2E-8F80-4027-
8C5A-A11F7
F10F62D}" />
<EventID>521</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000
00</Keywor
ds>
<TimeCreated SystemTime="2009-06-23T14:
01:50.9152
40100Z" />
<EventRecordID>363</EventR
ecordID>
<Correlation />
<Execution ProcessID="3444" ThreadID="3628" />
<Channel>Application</Chan
nel>
<Computer>HQHYV-P01.leco.c
om</Comput
er>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data Name="BackupTime">2009-06-
23T14:00:0
0.57300000
0Z</Data>
<Data Name="ErrorCode">215534812
9</Data>
<Data Name="ErrorMessage">%%2155
348129</Da
ta>
</EventData>
</Event>
When I run "vssadmin list writers" command I get the following error on the Hyper-V VSS Writer (all other Writers are error free):
Writer name: 'Microsoft Hyper-V VSS Writer'
Writer Id: {66841cd4-6ded-4f4b-8f17-f
d23f8ddc3d
e}
Writer Instance Id: {044a478f-a021-4246-a761-9
f0b432b592
b}
State: [5] Waiting for completion
Last error: Unexpected error
I have re-started the server and get the same errors. Anyone got any suggestions? I have spent hours searching and the only hit I can find that I followed was that this could be because the OS volume is not marked "active". I found that Windows Server 2008 R2 creates a "System Restore" partition and marks that "active". I changed it so that my C: drive is Active and that did not fix it.