I'm having a problem creating clones of my backup domain controller VM. When I try to create a clone of the VM using vSphere Client I get the following error message:
"Cannot create a quiesced snapshot because the create snapshot operation exceeded the time limit for holding off I/O in the frozen virtual machine."
I have tried a lot of different things that I have read on different forums but none of them have worked. The link here (http://communities.vmware.com/docs/DOC-11987;jsessionid=070C27B939C0BFAA66DA7537C42E00ED) seemed promising, especially the instructions to do the following:
To All,
The following tricks working without uninstalling the VMWare tools support for VSS. Please be advised that I've tried this method on all of my failed to backup of Windows Server 2008/2003 x64 VMs
The reason why I'm doing this again is that I feel uncomfortable in removing the VSS snapshot provider support in VMWare tools:
- Backup the following regkey: _HKLM\Software\Microsoft\EventSystem _
- Erase the regkey HKLM\Software\Microsoft\EventSystem{26c409cc-ae86-11d1-b616-00805fc79216} an below
- Reboot.
- Verify that things are working by running
vssadmin list writers vssadmin list providers.
and then in the services.msc list of services snap ins, make sure the following services are Started Automatically:
- COM+ System Application
- Distributed Transaction Coordinator
- Volume Shadow Copy
- VMware Physical Disk Helper Service
Automatically but not started:
- Microsoft Software Shadow Copy Provider
- VMware Snapshot Provider
now the backup is all working great :-)
This is the solution that i tried around myself without uninstalling the VSS Provider support in VMWare tools.
See the following KB URL: _http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=1009073&sliceId=1&docTypeID=DT_KB_1_1&dialogID=38752513&stateId=0%200%2038754922_
However, when I followed those instructions it just caused a lot of problems so I'm not sure they are compatible with Windows Server 2008. I have sorted out the problems that created but I haven't been able to get the clones to work yet.
I'm not sure if the problems are due to it being Server 2008 or due to it being a DC but it won't work and would appreciate any help.
This is a VM running Windows Server 2008 on VMware ESX 4.0 with vSphere Enterprise Plus.
Thanks in advance.