#NFS 4.1 with two LIF's on an HA Pair
1 messages · Page 1 of 1 (latest)
are you using a single IP to access the system? is DNS only pointing to one and not using any form of round robin/etc?
if you connect all clients to the same IP, then this IP will serve all the NFS traffic. You need to either use DNS load balancing (or manual loadbalancing by mounting distinct IPs), or use pNFS which can "redirect" clients to different LIFs. Normal NFS does no redirects