"At least some of the servers that I can't access are using NFSv3"

It has been my experience that NFSv4 on Solaris 10 and NFSv3 on other hosts, 
including NetApp filers, cause all sorts of problems. Either you get "No 
Directory" or the directory/files are owned by "nobody".

We routinely modify /etc/default/nfs and set 
#NFS_SERVER_VERSMAX=4
NFS_SERVER_VERSMAX=3 (or even 2)

and
#NFS_CLIENT_VERSMAX=4
NFS_CLIENT_VERSMAX=3

The problem goes away after you restart nfs/client or nfs/server.

Ron
 
 
This message posted from opensolaris.org
_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to