Check datastore free space

Consolidation is an I/O-heavy merge operation. Confirm that the datastore has sufficient free capacity before repeating the task.

Check the snapshot chain

Compare the snapshot inventory with the files in the VM directory. Hidden or undetected snapshots can exist when snapshot operations fail or the datastore experiences an interruption.

Check backup software

Third-party backup products commonly create and remove VMware snapshots. Review backup job history and make sure no backup task is still using the VM snapshot chain.

Check data churn

High-write workloads can make consolidation take much longer. Large data disks with heavy churn can generate significant delta growth during the consolidation window.

Watch the host and datastore

Monitor storage latency, free space and task progress. Avoid repeatedly starting and canceling consolidation because each attempt can add more I/O and complicate the snapshot chain.

Use host-level inspection carefully

If the UI does not show expected snapshots, use ESXi command-line inspection to identify VM files and snapshot relationships. Make a backup of configuration information before any manual intervention.

Validate the VM after consolidation

Confirm that the snapshot chain is clean, the VM remains powered on correctly and the datastore has adequate headroom.

Useful commands

vim-cmd vmsvc/getallvms
vim-cmd vmsvc/snapshot.get <VMID>
ls -lah /vmfs/volumes/<datastore>/<VM>
Production workflow: capture the current state, test the dependency directly, make one controlled change, retest the original symptom and document the evidence.

Quick checklist

  • Check datastore free space
  • Check the snapshot chain
  • Check backup software
  • Check data churn
  • Watch the host and datastore
  • Use host-level inspection carefully
  • Validate the VM after consolidation

Primary reference

This TechRunbook guide is independently written and cross-checked against Broadcom VMware documentation. View the reference →

More VMware troubleshooting

Explore practical VMware, Windows Server, Hyper-V, Azure, PowerShell and MABS runbooks.

Browse all articles →