Log in to the vCenter Server vSphere Web Client.
Select Administration > System Configuration.
Node Health, Version, and Uptime appear as "Unknown".
Node name is incorrectly displayed.
The affected vCenter Server PNID matches the hostname.
Note: The node name is shown as vcsa1.example.com instead of the correct name vcsa2.example.com.
After a vCenter Server rename, the sAMAccountName for the node in the vCenter vmdir database is not updated.
Examples of issue:
Pre-requisites
Steps to resolve the issue
/usr/lib/vmware-vmafd/bin/dir-cli state getcd /root/vi updatesamaccountname.ldifdn: cn=<vCenter_fqdn>,ou=Domain Controllers,dc=vsphere,dc=localchangetype: modifyreplace: sAMAccountNamesAMAccountName: <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.
ldapmodify -h localhost -p 389 -D "cn=Administrator,cn=Users,dc=vsphere,dc=local" -w <Administrator_password> -v -f updatesamaccountname.ldifNote: If the local SSO domain is not vsphere.local, please modify the above command to match the correct local SSO domain.
service-control --stop --all && service-control --start --allNote: If the vCenter Server is in linked mode, please restart the services on all the linked vCenter Servers.