vcsa.vmware.com and vcsa.vmware.com.cdn.cloudflare.net, it's failing. VMware vSAN 8.X
vcsa.vmware.com and vcsa.vmware.com.cdn.cloudflare.net.vCenter to vcsa.vmware.comroot@vcsa [ ~ ]# nslookup vcsa.vmware.comServer: 127.0.0.1Address: 127.0.0.1#53
Non-authoritative answer:Name: vcsa.vmware.com canonical name = vcsa.vmware.com.cdn.cloudflare.net.Name: vcsa.vmware.com.cdn.cloudflare.netAddress: XXX.XXX.XXX.XXX <<<< The IPv4 IPs listed will be used in workaroundName: vcsa.vmware.com.cdn.cloudflare.netAddress: YYY.YY.Y.YYY <<<< The IPv4 IPs listed will be used in workaroundName: vcsa.vmware.com.cdn.cloudflare.netAddress: 2##6:4700:#::##Name: vcsa.vmware.com.cdn.cloudflare.netAddress: #a#6:98cl:##::a5
nslookup using ipv6 address to resolve the name vcsa.vmware.comroot@vcsa [ ~ ]# traceroute vcsa.vmware.com.cdn.cloudflare.nettraceroute to vcsa.vmware.com.cdn.cloudflare.net. (1#2.##.#.1#5), 30 hops max, 60 byte packets 1 _gateway (###.###.#.#) 1.085 ms 1.017 ms 0.981 ms 2 * * * 3 * * * 4 * * * 5 * * * 6 * * * 7 * * * 8 * * * 9 * * *10 * * *11 1#2.##.#.1#5 (1#2.##.#.1#5) 10.871 ms 11.111 ms 10.634 ms
root@vcsa [ ~ ]# ping vcsa.vmware.comping: connect: Cannot assign requested address
root@vcsa [ ~ ]# ping 1#2.##.#.1#5 -c 16PING 1#2.##.#.1#5 (172.66.0.165) 56(84) bytes of data.64 bytes from 1#2.##.#.1#5: icmp_seq=1 ttl=48 time=11.0 ms64 bytes from 1#2.##.#.1#5: icmp_seq=2 ttl=48 time=11.0 ms64 bytes from 1#2.##.#.1#5: icmp_seq=3 ttl=48 time=11.4 ms64 bytes from 1#2.##.#.1#5: icmp_seq=4 ttl=48 time=12.0 ms[cont...]--- 172.66.0.165 ping statistics ---16 packets transmitted, 16 received, 0% packet loss, time 15020msrtt min/avg/max/mdev = 10.608/11.476/13.755/0.785 ms
root@vcsa [ ~ ]# ping 1#2.1##.1##.1#7 -c 4PING 1#2.1##.1##.1#7 (1#2.1##.1##.1#7) 56(84) bytes of data.64 bytes from 1#2.1##.1##.1#7: icmp_seq=1 ttl=48 time=9.54 ms64 bytes from 1#2.1##.1##.1#7: icmp_seq=2 ttl=48 time=7.83 ms64 bytes from 1#2.1##.1##.1#7: icmp_seq=3 ttl=48 time=8.25 ms64 bytes from 1#2.1##.1##.1#7: icmp_seq=4 ttl=48 time=8.22 ms
--- 1#2.1##.1##.1#7 ping statistics ---4 packets transmitted, 4 received, 0% packet loss, time 3005msrtt min/avg/max/mdev = 7.826/8.458/9.544/0.648 ms
vsan-mgmt logs are as follows: INFO vsan-mgmt[3002679] [VsanSupportBundleHelper::parseSystemProxies opID=noOpId] VCSA proxy is disabled.ERROR vsan-mgmt[3002679] [VsanHttpRequestWrapper::urlopen opID=noOpId] Exception while sending request : <urlopen error [Errno 99] Cannot assign requested address>
[cont...]
INFO vsan-mgmt[109080] [VsanSupportBundleHelper::parseSystemProxies opID=78364062] VCSA proxy is disabled.INFO vsan-mgmt[109080] [VsanVcObjectHelper::wrapper opID=78364062] Finish execute heckHostNameResolutionEnabled
This is a known issue and here are the workarounds:
/etc/hosts as below in the vCenter and disable the IPV6 address. /etc/hosts file in the vCenter server appliance. root@vcsa [ ~ ]# 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 vcsa.m####t.ch vcsa localhost::1 vcsa.m####t.ch vcsa localhost ipv6-localhost ipv6-loopback# VAMI_EDIT_END
/etc/hosts file in the vCenter server appliance. root@vcsa [ ~ ]# 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 vcsa.m####t.ch vcsa localhost#::1 vcsa.m####t.ch vcsa localhost ipv6-localhost ipv6-loopback <<<<<< Line Commented vcsa.vmware.com <<<<<< Line added (Please use IPv4 address XXX.XXX.XXX.XXX or YYY.YY.Y.YYY)1#2.1##.1##.1#7# VAMI_EDIT_END
Note: If Option 1 does not work then follow the below steps:
filter-AAAA to the dnsmasq.conf file on the vCenter Server.filter-AAAA will not work for dnsmasq >= 2.87 which is available in 80U3(dnsmasq-2.90-1.ph4.x86_64.rpm ) and above./etc/dnsmasq.confroot@vcsa [ ~ ]# cat /etc/dnsmasq.conflisten-address=127.0.0.1bind-interfacesuser=dnsmasqgroup=dnsmasq
no-hostslog-querieslog-facility=/var/log/vmware/dnsmasq.logdomain-neededdns-forward-max=150cache-size=8192neg-ttl=3600root@vcenter [ ~ ]#
root@vcsa [ ~ ]# cat /etc/dnsmasq.conflisten-address=127.0.0.1bind-interfacesuser=dnsmasqgroup=dnsmasq
no-hostslog-querieslog-facility=/var/log/vmware/dnsmasq.logdomain-neededdns-forward-max=150cache-size=8192neg-ttl=3600filter-AAAA <<<<<< Line added
root@kill -SIGUSR1 `pgrep dnsmasq`vcsa [ ~ ]# root@systemctl daemon-reloadvcsa [ ~ ]# root@ systemctl restart dnsmasqvcsa [ ~ ]#