Hi Paudieo,
Added the search domain. nslookup can now resolve short names. But it did not help. Neither did restarting dnsmasq.
The file "vmware-vsan-health-service.log" does not contain the word "dns" at all.
Bt the file "vmware-vsan-health-summary-result.log" does. Here is the output of the 4 FileServices VM's (these four lines are repeated many times but they are all identical:
root@vcenter01 [ /var/log/vmware/vsan-health ]# cat vmware-vsan-health-service.log | grep -i dns
root@vcenter01 [ /var/log/vmware/vsan-health ]# cat vmware-vsan-health-summary-result.log | grep -i dns
FileServerConnectivity: Domain IpAddress Host Network DnsLookup ActiveDirectory Description
(anonymous.local, 192.168.10.94, Host-265, Green, Red, Green, OneOrMoreDnsServerIsNotReachableOrFileServerIpAndFqdnNotMatchingWithDnsEntries.), (anonymous.local, 192.168.10.92, Host-201, Green, Red, Green, OneOrMoreDnsServerIsNotReachableOrFileServerIpAndFqdnNotMatchingWithDnsEntries.),
(anonymous.local, 192.168.10.93, Host-201, Green, Red, Green, OneOrMoreDnsServerIsNotReachableOrFileServerIpAndFqdnNotMatchingWithDnsEntries.), (anonymous.local, 192.168.10.91, Host-204, Green, Red, Green, OneOrMoreDnsServerIsNotReachableOrFileServerIpAndFqdnNotMatchingWithDnsEntries.),
FileServerConnectivity: Domain IpAddress Host Network DnsLookup ActiveDirectory Description
(anonymous.local, 192.168.10.91, Host-204, Green, Red, Green, OneOrMoreDnsServerIsNotReachableOrFileServerIpAndFqdnNotMatchingWithDnsEntries.), (anonymous.local, 192.168.10.94, Host-265, Green, Red, Green, OneOrMoreDnsServerIsNotReachableOrFileServerIpAndFqdnNotMatchingWithDnsEntries.),
(anonymous.local, 192.168.10.92, Host-201, Green, Red, Green, OneOrMoreDnsServerIsNotReachableOrFileServerIpAndFqdnNotMatchingWithDnsEntries.), (anonymous.local, 192.168.10.93, Host-201, Green, Red, Green, OneOrMoreDnsServerIsNotReachableOrFileServerIpAndFqdnNotMatchingWithDnsEntries.),
Not really helpful...
If I disect that log file a bit more I see this:
1. line:
contains: "192.168.10.94, Host-265" and "192.168.10.92, Host-201"
2. line:
contains: "192.168.10.93, Host-201" and "192.168.10.91, Host-204"
3. line:
contains: "192.168.10.91, Host-204" and "192.168.10.94, Host-265"
4. line:
contains: "192.168.10.92, Host-201" and "192.168.10.93, Host-201"
So:
FS VM with IP 192.168.10.91 is "Host-204"
FS VM with IP 192.168.10.92 is "Host-201"
FS VM with IP 192.168.10.93 is "Host-201"
FS VM with IP 192.168.10.94 is "Host-265"
????
Host-201 is listed twice with different IP's.
Duhhhhh something ain't right...
Is it possible that the problem lies within those FileServices VM's themselves and not al all in VCSA? How can I test that?