In a vCenter Server Enhanced Linked Mode (ELM) environment, you may experience the following symptoms:
Navigating to Content Library > Advanced results in a perpetual loading circle (spinning).
Under Administration > System Configuration, the Node Health, Version, and Uptime for nodes appear as "Unknown".
The issue persists even when logged in as [email protected].
In vsphere_client_virgo.log, you see entries similar to: A task's execution took too long: 5004 ms. Task: LinkedVcGroupImpl:vcService.logout
Environment
vCenter 7.0.x
vCenter 8.0.x
This issue occurs if the sAMAccountName for a vCenter node in the vmdir database does not exactly match the FQDN of the vCenter Server (e.g., a mismatch between uppercase and lowercase letters), often occurring after a vCenter rename.
Pre-requisites
Steps to resolve the issue
dn: cn=<vCenter_fqdn>,ou=Domain Controllers,dc=vsphere,dc=local
changetype: modify
replace: sAMAccountName
sAMAccountName: <vCenter_fqdn>
Note: Please enter the correct hostname in the <vCenter_fqdn> field. If the local SSO domain is not vsphere.local, please modify the entries file to match the correct local SSO domain.
Note: If the local SSO domain is not vsphere.local, please modify the above command to match the correct local SSO domain.
Note: If the vCenter Server is in linked mode, please restart the services on all the linked vCenter Servers.
This issue can also occur in environments where vCenter is not configured in Enhanced Linked Mode (ELM); therefore, the same resolution steps should be followed.
Reference KB: The vCenter Server has Unknown Node health status and Incorrect Name under the Administration > System Configuration page