-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
You might look at the following:
What does /etc/nsswitch.conf say about 'host' and 'netgroup' lookups?
filer> rdfile /etc/nsswitch.conf
#Auto-generated by setup Thu Feb 26 16:49:00 GMT 2009 hosts: files nis dns passwd: files nis ldap netgroup: files nis ldap group: files nis ldap shadow: files nis
The 'hosts' entry needs to have 'files' and/or 'dns' depending on your network setup. The 'netgroup' entry needs to have 'files' and/or 'nis' if you're running that service.
What does 'exportfs -c' say?
filer> exportfs -c <server_IP> /vol/netapp1/vol1/X
You can also add 'rw' to the above command to see if the filer thinks the server_IP has read/write access to the export. If everything looks okay on the filer at this point, try re-exporting the exports file and flushing the access cache for the mount in question.
filer> exportfs -a filer> exportfs -f /vol/netapp1/vol1/X
HTH,
- -=Tom Nail
On Fri, 12 Apr 2013 08:23:15 -0700 Iluhes iluhes@yahoo.com wrote:
Dear Experts, Please help I am having problem with mount via NIS Is there anything wrong with this All IP and name are fake
On server : bash-3.2# showmount -e 1.1.1.1 export list for 1.1.1.1 /vol/netapp1/vol1/X build
/vol/netapp1/vol1/Y build
Error on server mount 1.1.1.1:/vol/netapp1/vol1/X /testnetapp nfs mount: 1.1.1.1:/vol/netapp1/vol1/X: Permission denied
On filer
#ypmatch -k build netgroup build (1.1.1.2,-,-) (1.1.1.3,-,-)
#ypcat -k netgroup build (1.1.1.2,-,-) (1.1.1.3,-,-)
#exportfs /vol/netapp1/vol1/X -sec=sys,rw=@build
/vol/netapp1/vol1/Y -sec=sys,rw=@build
Errors of filer
Fri Apr 12 10:14:41 CDT [netapp1: MNTPool00:info]: Client 1.1.1.2 (xid 1365436443), is sent the NULL reply Fri Apr 12 10:14:41 CDT [netapp1: MNTPool01:info]: Client 1.1.1.2 (xid 1365436444) in mount, does not have access rights to path /vol/netapp1/vol1/X