VCSA01.domain.localvcsa01.domain.localVCSA01.domain.local to vcsa01.domain.local may result in validation or update errors due to the similarity between the source and destination names.VMware vCenter Server 7.x
VMware vCenter Server 8.x
VMware vCenter 9.x
One of the following workarounds can be followed to update the PNID of the vCenter:
Note: Take a snapshot of the vCenter Server Virtual Machine. If the vCenter is in enhanced linked mode, follow VMware vCenter in Enhanced Linked Mode pre-changes snapshot (online or offline) best practice.
WORKAROUND 1: Update the vCenter PNID (VCSA02.example.com) to localhost:
https://<VCSA_FQDN>:5480) as root.Networking -> Network Settings -> Edit.hostname with a placeholder. Example: localhost.vcsa02.example.com.
WORKAROUND 2: Configure Temporary PNID (exampleTemp.example.com):
# cp /etc/dnsmasq.conf /etc/dnsmasq.conf.original# vi /etc/dnsmasq.confaddn-hosts=/etc/dnsmasq.hosts# vi /etc/dnsmasq.hosts <vCenter_IP_Address> exampleTemp.example.com exampleTemp# systemctl restart dnsmasq.service# nslookup exampleTemp.example.com # nslookup <vCenter_IP>https://<vCenter_IP>:5480.Networking -> Edit, update the hostname to exampleTemp.example.comexampleTemp.example.com to the local hosts file of the web browser's PC to ensure accessibility to the VAMI interface.# cp /etc/dnsmasq.conf.original /etc/dnsmasq.conf# rm /etc/dnsmasq.hosts# systemctl restart dnsmasq.servicehttps://<vCenter_IP>:5480.Networking -> Edit, update the hostname to vcsa02.example.com
Japanese KB: vCenter Server の FQDN と Hostname の大文字小文字のミスマッチを修正する