The Fleet lifecycle 'OVA component installation' task with ID [ID] failed. Internal errors: Failed to deploy VCF Operations node. Check vCenter tasks for errors.
/opt/vmware/var/log/vrops-init.log contains entries indicating a failure to resolve the FQDN via TCP:INFO [root - set_hostname - reverse_lookup] - STDOUT for the command ['/usr/bin/host', '-w', '15', '-R', '1', '-T', '<VCF Operations IP>']: ;; Connection to <DNS IP>#53(<DNS IP>) failed: socket is not connected.;; no servers could be reachedWARNING [root - set_hostname - reverse_lookup] - unable to get an FQDN for the <VCF Operations IP> IP address
VCF 9.1
This issue occurs because the DNS server or the network path between the VCF components and the DNS server does not support or allow TCP Port 53 traffic.
To resolve this issue, ensure that Port 53 (both UDP and TCP) is open and functional between all VCF components (SDDC Manager, VCF Operations nodes, ESXi hosts) and the configured DNS servers.
Perform a forced TCP reverse lookup:host -T <VCFOps_Node_IP>
This must return the correct FQDN for the deployment to proceed.