Hey ,
looks like a DNS issue, Check:
- On Server1 and Server2, ensure that the DNS settings are correctly configured
- From the ESXi host's SSH session, try to resolve the hostname of the NAS appliance using the nslookup or ping command:
nslookup nas_hostname
ping nas_hostname
- Ensure that the hostname resolves to the correct IP address. If it doesn't, there might be a DNS issue.
- try restarting the management network on Server1 and Server2.
/etc/init.d/hostd restart
/etc/init.d/vpxa restart
- Clear the DNS cache on Server1 and Server2:
/etc/init.d/nscd restart