When attempting to add an NFS datastore to an ESXi host, the operation fails with error message:
"The following error is observed in the VMkernel logs,Unable to complete Sysinfo operation. Please see the VMkernel log file for more details"
var/run/log/vmkernel.log on ESXi host will report error as "The mount request was denied by the NFS server"YYYY-MM-DDTHH:MM:SS.MsecZ cpu88:2101111 opID=8a38####) StorageApdHandler: 1051: Freeing APD handle 0x431df7c02c20 [f191d282-######]
YYYY-MM-DDTHH:MM:SS.MsecZ cpu88:2101111 opID=8a38####) StorageApdHandler: 1135: APD Handle freed!
YYYY-MM-DDTHH:MM:SS.MsecZ cpu88:2101111 opID=8a38####)NFS: 194: NFS mount 192.168.##.##:<share path> failed: The mount request was denied by the NFS server. Check that the export exists and that the client is permitted.
2.Validate Network Connectivity:
vmkping vmkN <NFS_Server_IP>
nc -vz <NFS_Server_IP> 2049
3. Check Firewall Rules and Export Settings:
4. If the above checks do not resolve the issue, engage the storage team to review and correct the access settings on the NFS server.
Additional Information
esxcli storage nfs add --host=<NFS_Server> --share=<NFS_Share_Path> --volume-name=<Datastore_Name>