ESX Host esxi123 Hostname is configured as esxi on the physical server and does not match the configuration file (Expecting esxi123.example.com)Remediation: Match the ESX Host esxi123.example.com Hostname on the physical server and in the configuration fileVCF 9.0
The error occurs due to a mismatch between the Fully Qualified Domain Name (FQDN) specified in the deployment specification and the FQDN configured on the ESXi hosts. The FQDN provided in the spec does not match the actual FQDN set at the host level during the VMware Cloud Foundation (VCF) deployment.
/etc/hosts file on each ESXi host to ensure proper syntax:cat /etc/hostsSyntax for /etc/hosts = [IP address] [Fully Qualified Domain Name] [Short hostname]
For example, #.#.#.# esxhost.domain.com esxhost