The vCenter is misconfigured with the hostname set to localhost, DNS resolution failure, and duplicate loopback (127.0.0.1) DNS entries present in both /etc/resolv.conf and /etc/systemd/network/10-eth0.network.
To resolve this issue, follow the steps below:
Note: Take Snapshot of the vCenter.
root credentials (https://<vCenter-IP>:5480).FQDN defined in the DNS server. For more information, refer: Update or Change vCenter Server Appliance Hostname/Fully Qualified Domain name (FQDN)/PNIDSSH session to the vCenter Server as root.127.0.0.1 entries in the /etc/resolv.conf file:cat /etc/resolv.confIf duplicates exist, remove one entry using following steps:
cp /etc/resolv.conf /root/resolv.conf.bakvi /etc/resolv.conf:wq!)./etc/systemd/network/10-eth0.network file for an additional DNS=127.0.0.1 entry:cat /etc/systemd/network/10-eth0.networkcp /etc/systemd/network/10-eth0.network /root/10-eth0.network.bakvi /etc/systemd/network/10-eth0.network127.0.0.1 entry, then save and exit (Esc + :wq!).systemctl restart systemd-networkdRETRY AND PROCEED WITH DEPLOYMENT.This is a VCF Installer known issue See VCF Installer Known Issues for more information.