Server 2008, Cannot create a quiesced snapshot because the create snapshot operation exceeded the time limit for holding off I/O in the frozen virtual machine.

So in my case this error message is a red herring. This happens for server 2003 or 2008 when the snapshot provider doesn’t get registered correctly. From here http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1019848

To manually register the VMware Snapshot Provider:
  1. Click Start > Run, type cmd, and click OK.
  2. Enter the following commands in sequence:
regsvr32 “C:\Program Files\VMware\VMware Tools\Drivers\vss\VCBRequestor.dll”
regsvr32 “C:\Program Files\VMware\VMware Tools\Drivers\vss\VCBSnapshotProvider.dll”
“C:\Program Files\VMware\VMware Tools\COMREG.EXE” -register “C:\Program Files\VMware\VMware Tools\Drivers\vss\VCBSnapshotProvider.dll” “VMware Snapshot Provider” “vmvss” “VMware Snapshot Provider”
If, when registering the COM application, you see the error error 80110801 when attempting to register the COM application, you must delete the VMware Snapshot Provider COM application.
To delete the VMware Snapshot Provider COM application:
  1. Click Start > Programs > Administrative Tools > Component Services.
  2. Double-click Component Services > Computers > My Computer > COM Applications.
  3. Select VMware Snapshot Provider and press Delete on your keyboard.
  4. Manually register the VMware Snapshot Provider COM application.
If you receive this error when registering the COM applications, you may registry key corruption:
Error: 0x8000FFFF
For more information, see Microsoft’s Knowledge Base article 940184.
Advertisement

One comment

  1. i have the same problem in a windows 2008

    i have try to re register windows vss library

    can i have problem if a re register the library as described ?

    thanks Alberto

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s