Disabling Quiescing for VMware Backups

Purpose

By default, the Clumio platform attempts VM backups via quiesced application based snapshots. If quiescing fails, then the Clumio platform will failover to non-quiesced application snapshots for backup.

This document describes the recommended procedure for manually disabling quiesced application based snapshots for a VM.

Resolution

Disable application quiescing for a VM using VMware Tools:

  1. Open theย C:\ProgramData\VMware\VMware Tools\Tools.confย file using a text editor.
  2. Create the file if it does not exist in the above said location
  3. Add these entries to the file:
    [vmbackup]
    vss.disableAppQuiescing = true
    
  4. Save and close the file.
  5. Restart the VMware Tools service.
    1. Clickย Start>ย Run, typeย services.msc, and clickย OK.
    2. Right-click theย VMware Tools Serviceย and clickย Restart.


Contactย [email protected]ย in case of any clarifications or questions.