π ~1 min read
Table of contents
Symptom & Impact
CAU update run halts mid-wave, leaving mixed patch levels across cluster nodes.
Environment & Reproduction
Seen when drain/evacuation succeeds but update stage or reboot callback fails on one node.
Get-CauRun
Get-ClusterNode
Root Cause Analysis
Node-specific servicing or orchestration pre/post scripts fail under cluster constraints.
Quick Triage
Determine failed node and phase, then pause further runs.
Get-CauReport -Detailed
Suspend-ClusterNode -Name NODE03
Step-by-Step Diagnosis
Review CAU plugin logs, Windows Update logs, and cluster operational events.
Get-WindowsUpdateLog -LogPath C:Tempwu-190.log
Get-WinEvent -LogName 'Microsoft-Windows-FailoverClustering/Operational' -MaxEvents 120

Solution β Primary Fix
Patch failed node manually, reboot, validate role placement, then resume CAU wave.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
Invoke-CauRun -ClusterName CLUS01 -NodeName NODE03 -ForceReboot $true

Solution β Alternative Approaches
Use self-updating mode with stricter pre-check scripts and staggered node batches.
Set-CauClusterRole -ClusterName CLUS01 -MaxFailedNodes 0
Verification & Acceptance Criteria
All nodes report consistent OS build and cluster validation passes.
Get-ClusterNode | Select Name,State
Get-HotFix | Select -First 3
Rollback Plan
Evict and restore failed node from backup image if patching remains non-recoverable.
Get-ClusterGroup
wbadmin get versions
Prevention & Hardening
Run pre-flight CAU readiness checks and enforce identical servicing baselines per node.
Test-Cluster -Include Inventory,Network,System Configuration
Related Errors & Cross-Refs
Related: node stuck paused, live migration failure, CAU plugin timeout.
Related tutorial: View the step-by-step tutorial for Windows Server 2019.
View all Windows Server 2019 tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Microsoft Cluster-Aware Updating operational and troubleshooting documentation.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today β we respond within one business day.