"Skyline Health has detected issues in your vSphere environment on Folder Datacenters"com.vmware.ph.client.api.exceptions.PhClientConnectionException: java.net.UnknownHostException: vcsa.vmware.com: No address associated with hostname
<timestamp> dnsmasq: forwarded vcsa.vmware.com to <DNS_SERVER1_IP><timestamp> dnsmasq: forwarded vcsa.vmware.com to <DNS_SERVER2_IP><timestamp> dnsmasq: reply vcsa.vmware.com is NODATA-IPv4
vCenter Server 8.x
One or more of your DNS servers replies NODATA-IPv4 for vcsa.vmware.com
NODATA means that the domain exists, but there's no information of the specified type (in this case A records) associated with that domain.
As it is a transient issue from your DNS server,
root@<vcenter_hostname>[ ~ ]# nslookup vcsa.vmware.comServer: 127.0.0.1Address: 127.0.0.1#53
Non-authoritative answer:
Name: vcsa.vmware.comAddress: <vcsa.vmware.com_ipv6_1> Name: vcsa.vmware.comAddress: <vcsa.vmware.com_ipv6_2> Name: vcsa.vmware.comAddress: <vcsa.vmware.com_ipv4_1> <<<< The IPv4 IPs listed will be used in workaroundName: vcsa.vmware.comAddress: <vcsa.vmware.com_ipv4_2>
/etc/hosts file in the vCenter server appliance. root@<vcenter_hostname> [ ~ ]# cat /etc/hosts# Begin /etc/hosts (network card version)
# VAMI_EDIT_BEGIN# Generated by Studio VAMI service. Do not modify manually.127.0.0.1 <venter_fqdn> <vcenter_hostname> localhost::1 <venter_fqdn> <vcenter_hostname> localhost ipv6-localhost ipv6-loopback# VAMI_EDIT_END
/etc/hosts file in the vCenter server appliance. root@<vcenter_hostname>[ ~ ]# cat /etc/hosts
# Begin /etc/hosts (network card version)
# VAMI_EDIT_BEGIN# Generated by Studio VAMI service. Do not modify manually.127.0.0.1 <venter_fqdn> <vcenter_hostname> localhost::1 <venter_fqdn> <vcenter_hostname> localhost ipv6-localhost ipv6-loopback# VAMI_EDIT_END
<vcsa.vmware.com_ipv4_1> vcsa.vmware.com <<<<<< Line added