Mounting a NFS datastore to an ESXi host fails with the following error message:
An error occurred during host configuration:.Operation failed, diagnostics report: Mount failed: Unable to complete Sysinfo operation. Please see the VMkernel log file for more details.: The NFS server denied the mount request: VSI node (5001:)
var/run/log/vmkernel.log on ESXi host reports error "The mount request was denied by the NFS server"YYYY-MM-DDTHH:MM cpu88:2101111 opID=8a38####) StorageApdHandler: 1051: Freeing APD handle 0x431df7###### [f191d282-######]YYYY-MM-DDTHH:MM cpu88:2101111 opID=8a38####) StorageApdHandler: 1135: APD Handle freed!YYYY-MM-DDTHH:MM cpu88:2101111 opID=8a38####) NFS: 194: NFS mount <NFS_Server_IP-address>:<share_path> failed: The mount request was denied by the NFS server. Check that the export exists and that the client is permitted.
The issue occurs due to access restrictions or misconfiguration on the NFS server. The NFS server may deny the mount request if:
Note: Ensure NAS Servers are listed in the Broadcom Compatibility Guide and the NFS server configuration aligns with the guidelines and requirements for NFS storage with ESXi: NFS Server Configuration.
2.Validate Network Connectivity:
vmkping -I <vmk#> <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 vendor to review and correct the access settings on the NFS server.
esxcli storage nfs add --host=<NFS_Server> --share=<NFS_Share_Path> --volume-name=<Datastore_Name>
If connectivity issues are observed between the ESXi host and NFS storage, investigate the connectivity issue by referring KB: Troubleshooting NFS datastore connectivity issues