Virtual machine generating heavy I/O workload may encounter issues when quiescing prior to a snapshot operation. These issues may be related to the component that does the quiescing or the custom quiescing scripts as described in the Virtual Machine Backup Guide.
Services which have been known to generate heavy I/O workload include, but are not limited to, Exchange, Active Directory, LDAP, and databases.
The quiescing operation is done by an optional VMware Tools component called the SYNC driver.
Quiescing task is also performed by Microsoft's Volume Shadow Copy Service (VSS). VSS is provided by Microsoft in their operating systems as of Windows Server 2003 and Windows XP.
Operating systems which do not have the Volume Shadow Copy Service make use of the SYNC driver for quiescing operations.
Virtual machine could also freeze when the I/O in the virtual machine is high and the quiescing operation is unable to flush all the data to disk, while further I/O is created.
This issue also occurs if you try to create a quiesced snapshot on a virtual machine that does not have free space on the underlying virtual machine hard disk.
For more information, see Cannot create a quiesced snapshot because the snapshot operation exceeded the time limit for holding off I/O in the frozen virtual machine
VMware vSphere ESXi 8.x
VMware vSphere ESXi 7.x
VMware vSphere ESXi 6.x
VMware vSphere ESXi 5.x
Note: The sync driver is only required for legacy versions of Windows such as Windows XP and Windows 2000 which do not include the Microsoft VSS service. Updated versions of VMware Tools will automatically uninstall the SYNC driver.
C:\Windows\pre-freeze-script.bat
@echo off
net stop MSExchangeSA /yes
C:\Windows\post-thaw-script.bat
@echo off
Net Start MsExchangeSA
Net Start MsExchangeIS
Net Start MsExchangeMTA
For additional information, see the Virtual Machine Backup Guide.