T The Triage ManualTechnical Guides for IT Emergencies
P1 · Virtualisation & Storage

Hyper-V host crashed — recovering virtual machines

Host has crashed, restarted unexpectedly, or VMs are stuck in saved/paused-critical state. Goal: stabilise the host first, then recover guests in the right order.

Indicators

Likely causes

Diagnostic steps

  1. Confirm host is stable — check Event Viewer System / Application / Hyper-V-VMMS / Hyper-V-Worker / FailoverClustering channels for the precipitating event
  2. Verify storage health before touching any VM — Get-ClusterSharedVolume, Get-Disk, Get-Volume, controller / SAN dashboard
  3. List VM states — Get-VM | Sort State; identify Saved-Critical, Paused-Critical, Off, Running
  4. If storage is healthy and free space exists, attempt to start VMs in dependency order (DCs first, then DBs, then app servers)
  5. If VHDX is suspect — copy aside before any repair attempt; never run chkdsk or fix tools against the live VHDX without a copy
  6. For cluster split-brain — identify which node holds the authoritative copy via cluster log (Get-ClusterLog) before forcing quorum

Resolution path

Prevention

Tools

References

hypervvmvhdxclusterstoragewindows-server