autofs issue, permission denied
807557Mar 26 2009 — edited Mar 30 2009We have to S10 servers, one is a file server which has the user's homedirs on it(called rocker). On the client, a S10 Sunray server(called sunray), these should be automounted when the user logs in:
Server, /etc/auto_master:
/rocker /etc/auto_rocker -nosuid,browse
Server, /etc/auto_rocker:
lsi010 rocker:/zpool02/pdd/pdd/users/lsi
The user's homedir's are here:
# getent passwd lsi010
lsi010:x:10166:10048:L. Simon:/rocker/lsi/unix:/usr/bin/ksh
However, it doesnt really work:
sunray# su - lsi010
su: No directory!
And we have these error messages in /var/adm/messages:
Mar 26 10:04:06 sunray nfs: [ID 532867 kern.warning] WARNING: NFS server initial call to rocker failed: Permission denied
The dir is visible though, but with odd permissions:
sunray# ls -ld /rocker/lsi010
dr-xr-xr-x 1 root root 1 Mar 26 10:37 /pcdisk/lsi010
The two machines can resolve one another, and they seem to be on the same domain DNS wise.
Any suggestions?
TIA