Hi Albert Pang,
How is your issue going? Has it been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VP
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Anyone have caveats for using Cluster Aware Updating ? Any issues with Windows 2016, 2019, 2022 clusters ?
https://learn.microsoft.com/en-us/windows-server/failover-clustering/cluster-aware-updating
Thanks
Hi Albert Pang,
How is your issue going? Has it been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VP
Hi Albert Pang,
Cluster-Aware Updating is highly effective for Windows Server 2016, 2019, and 2022 failover clusters, provided you carefully manage the surrounding infrastructure to prevent update conflicts. You must isolate the cluster nodes from outside patch management systems like Microsoft Endpoint Configuration Manager or Group Policy-driven Automatic Updates. Permitting external tools to trigger installations will conflict with the exclusive control CAU requires over node draining and maintenance mode. You should verify your registry settings under HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU to ensure the NoAutoUpdate value is set to 1, which prevents unplanned downtime from rogue reboots.
If you are running Storage Spaces Direct on Server 2019 or 2022, expect significantly longer maintenance windows because CAU intentionally waits for storage resynchronization to complete after each node reboots to protect data integrity. Any underlying storage latency or degraded disks will cause the update run to stall and potentially throw a timeout error code like 0x800705b4. Network configurations also frequently disrupt CAU operations if proxy settings or firewall rules are overlooked. You must ensure the system-wide proxy is configured using the netsh winhttp set proxy command, otherwise the underlying update service will fail to reach your update servers and return a 0x8024402c connection error.
You must verify that Windows Management Instrumentation, PowerShell remoting, and Remote Shutdown firewall rules are enabled across all nodes so the CAU coordinator can orchestrate the restarts. When executing pre-update and post-update scripts, exercise extreme caution because these run directly under the local system account context. They must be hosted on a continuously available, highly secure SMB share to prevent tampering. A poorly written script that hangs or prompts for hidden user input will indefinitely pause the node update until it times out entirely.
Hope this answer brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VP
Cluster-Aware Updating (CAU) is fully supported and enhanced on Windows Server 2016, 2019, and 2022, but there are important prerequisites, best practices, and common pitfalls to be aware of.
Key behavior and benefits
Core requirements and readiness checks Before relying on CAU, validate these items (via the CAU Best Practices Analyzer / readiness tests):
netsh winhttp set proxy <ProxyServerFQDN>:<port> "<local>"
Best practices and common caveats
Troubleshooting patterns
In summary, CAU works well on Windows Server 2016, 2019, and 2022 when the cluster is healthy, remote management is correctly configured, all nodes share the same update source and plug‑ins, and no competing update mechanisms or AV/network misconfigurations interfere with the process.
References: