Error: Failed to validate NFS configuration... Service NFS on port: 111, IP: <NFS IP> is not running: error:22The issue is caused by network MTU misconfiguration resulting in 9000-byte Jumbo Frame packet drops and an unreachable NFS RPC Bind service on Port 111, leading to storage connectivity validation failures.
To resolve this issue, ensure the network and storage environments are aligned using the following steps:
Every link in the communication path must support 9000 MTU for Jumbo Frames to function:
Run the following command from the ESXi CLI to verify connectivity:
vmkping -I vmk1 192.168.181.1 -s 8972 -d -c 3Once you achieve 0% packet loss, click Re-Validate in the VCF wizard to proceed.