Hello Scott,
Thank you for your question and for reaching out with your question today.
To resolve the issue with the lingering Cluster-Aware Updating (CAU) object causing Server Manager to fail refreshing, you can try the following steps:
- Verify cluster health: Ensure that your failover cluster is in a healthy state by running the following PowerShell command on one of the cluster nodes:
Resolve any cluster issues that are reported.Test-Cluster -Node <cluster-node-name>
- Clear the CAU registry entries:
- Open the Registry Editor (
regedit.exe
). - Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ClusterUpdate
- Delete the entire
ClusterAwareUpdate
key.
- Open the Registry Editor (
- Remove the CAUAnnex5fe8jyb object from Server Manager:
- Open Server Manager.
- Click on "Manage" in the top-right corner and select "Remove Servers."
- Remove the servers affected by the CAUAnnex5fe8jyb object from the list and close Server Manager.
- Open Server Manager again and re-add the servers.
- Restart the WMI service:
- Open an elevated Command Prompt.
- Run the following commands:
net stop winmgmt net start winmgmt
- Refresh Server Manager:
- Open Server Manager and wait for the servers to be discovered and added.
- Check if the CAUAnnex5fe8jyb object is no longer present.
If the above steps do not resolve the issue, you can also try restarting the affected servers in the cluster one by one and verify if the CAUAnnex5fe8jyb object disappears from Server Manager after each restart.
I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.
If the reply was helpful, please don’t forget to upvote or accept as answer.