The system reports the following errors and behaviors during virtual machine management:
An error occurred while taking a snapshot: Failed to quiesce the virtual machine.
/vmfs/volumes/[Datastore]/[vm folder]/vmware.log file for the affected virtual machine contains the following entries:The guest OS has reported an error during quiescing. The error code was: 3The error message was: Quiesce operation was cancelled.
vssadmin list writers within the guest OS command prompt shows one or more writers in a failed state:C:\Windows\system32> vssadmin list writersWriter name: 'System Writer'Writer Id: {e8132975-6f93-4464-a53e-1050253ae220}Writer Instance Id: {bb4b5914-87ff-408f-a1aa-679272407a0e}State: [10] FailedLast error: Timed out
This issue occurs because the Volume Shadow Copy Service (VSS) writers within the Windows guest operating system enter a Timed out or Failed state. When VMware Tools triggers a file system freeze via the VMware Snapshot Provider, specific writers (such as the System, WMI, or IIS Configuration writers) fail to respond within the expected threshold. This delay causes the VSS framework to cancel the quiescing operation to prevent prolonged application downtime.
Stabilize the VSS writers within the guest operating system.
services.msc, and press Enter.vssadmin list writersState: [1] Stable and Last error: No error.If the issue recurs frequently, ensure that the latest version of VMware Tools is installed and that there are no third-party backup agents conflicting with the VMware VSS provider.