To disable application level quiescing for snapshots, use one of the following methods:
[Windows and Linux OS] Disable application level quiescing using vSphere Client or ESXi host client:
This can only be changed while the VM is powered off.
Log in to the vCenter Server using vSphere Client or the ESXi host with the Host Client.
For the vSphere Client
1. Log in to the vCenter Server using vSphere Client
2. Right-click the virtual machine and click Edit settings.
3. Navigate to the Advanced Parameters tab.
4. Add or modify the row: disk.EnableUUID with the value FALSE.
5. Click OK to Save to exit.
6. Power the virtual machine back on again.
For the host UI
1. Log in to the ESXi host with the Host Client.
2. Right-click the virtual machine and click Edit settings.
3. Click the VM Options tab.
4. Navigate to Advanced > Configuration Parameters > Edit configuration.
5. Add or modify the row: disk.EnableUUID with the value FALSE.
6. Click OK, click Save to exit.
7. Power the virtual machine back on again.
You may need to unregister/reregister the VM from the vCenter inventory if the issue is still present.
Power off the virtual machine.
Notate the virtual machine's datastore directory path to the .vmx file.
Right-click the virtual machine.
Click Remove from Inventory.
Re-Register the virtual machine back to the inventory by navigating to the virtual machine's datastore folder, right-click on the .vmx file, and register
[Windows OS only] Disable VSS application quiescing using the VMware Tools configuration:
Open the file C:\ProgramData\VMware\VMware Tools\Tools.conf file using a text editor.
If the file does not exist at the location mentioned above, create it.
Add these entries to the file:
[vmbackup]
vss.disableAppQuiescing = true
Save and close the file.
Restart the VMware Tools Service.
Click Start > Run, type services.msc, and click OK.
Right-click the VMware Tools Service and click Restart.