Removed a Host from SCVMM now getting Error 401 Virtual Machine host (host id) is not associated with this VMM Management server

Doyle, Cheryl 1 Reputation point
2023-09-22T15:00:58.5+00:00

I am upgrading from 2012 to 2016 in SCVMM. I had to manually remove a VM host using a script. After I did this I am getting a refresh performance data error 401 Virtual Machine host (guid) is not associated with the VMM Management server. I reimaged the server and added it back in now I have failures optimizing the cluster.

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,425 questions
System Center Virtual Machine Manager
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. XinGuo-MSFT 15,781 Reputation points
    2023-09-25T09:39:50.52+00:00

    Hi,

    Are you able to detect the object through powershell?

    get-scvmhost -name "hostname" | remove-scvmhost -force

    This one should force the removal of your host.

    0 comments No comments