Share via

Cluster aware updating cancelled issues with object removal and server manager refresh

ScottG 5 Reputation points
2023-06-20T15:52:53.57+00:00

Hello,

I was installing Cluster-aware updating (incorrectly) in my new Failover cluster and had to cancel during the install and now I have a computer object thats causing my Server manager to fail refresh. I've deleted the object from AD but its still showing up in Server manager in all servers no matter how many times I remove it. I've tried to run (cd C:\Windows\System32\wbem\Autorecover then running  for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s) but that did not help and the CAUAnnex5fe8jyb is still showing up. I have tried the registry hack too but it just changed back to 1. If I try to run the command to remove the Cluster aware updating it just fails and says one does not exist so I cancelled it in the worst time. I am hoping someone can help me out here. I have 4 servers that will not refresh because they cannot contact CAUAnnex5fe8jyb because it does not exist!

Thank you!

Scott

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
Windows for business | Windows Server | Storage high availability | Clustering and high availability
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 45,201 Reputation points
    2023-06-21T12:14:34.16+00:00

    Hello

    For this purpose you may need to use the Remove-CauClusterRole cmdlet to specifically tell the cluster to remove the member, even if the object was deleted positively from AD.

    Cmdlet reference:

    https://learn.microsoft.com/en-us/powershell/module/clusterawareupdating/remove-cauclusterrole?view=windowsserver2022-ps

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.