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
-----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
Does netgroup work on vFiler at all?
I took NIS out, but I cannot export even local netgroup
Is this a valid format for exports file
/vol/volX-sec=sys,rw=@build1
and /etc/netgroup
build1 (1.1.1.2, -, -)
all_groups build1
exportfs -c shows Access denied
Having buil1 with name and an entree in hosts files does not make any difference
________________________________ From: Iluhes iluhes@yahoo.com To: "toasters@teaparty.net" toasters@teaparty.net Sent: Friday, April 12, 2013 10:23 AM Subject: problem with moutning NFS share defines via NIS netgroup: permission dinied
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
have you tried
build1 (1.1.1.2,,)
(drop the hypens)
--tmac
*Tim McCarthy* *Principal Consultant*
Clustered ONTAP Clustered ONTAP NCDA ID: XK7R3GEKC1QQ2LVD RHCE5 805007643429572 NCSIE ID: C14QPHE21FR4YWD4 Expires: 08 November 2014 Expires w/release of RHEL7 Expires: 08 November 2014
On Fri, Apr 12, 2013 at 3:57 PM, Iluhes iluhes@yahoo.com wrote:
Does netgroup work on vFiler at all?
I took NIS out, but I cannot export even local netgroup
Is this a valid format for exports file
/vol/volX -sec=sys,rw=@build1
and /etc/netgroup
build1 (1.1.1.2, -, -)
all_groups build1
exportfs -c shows Access denied
Having buil1 with name and an entree in hosts files does not make any difference
*From:* Iluhes iluhes@yahoo.com *To:* "toasters@teaparty.net" toasters@teaparty.net *Sent:* Friday, April 12, 2013 10:23 AM *Subject:* problem with moutning NFS share defines via NIS netgroup: permission dinied
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
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
Thank you for your help. Thomas Nail also suggested that. It still does not work :( The only ting I did not mentioned this is on the vFiler,
etc/netgroup build1 (bla,,)
all_groups build1
bla resolved via DNS
________________________________ From: tmac tmacmd@gmail.com To: Iluhes iluhes@yahoo.com Cc: "toasters@teaparty.net" toasters@teaparty.net Sent: Friday, April 12, 2013 3:09 PM Subject: Re: problem with moutning NFS share defines via NIS netgroup: permission dinied
have you tried
build1 (1.1.1.2,,)
(drop the hypens)
--tmac
Tim McCarthy Principal Consultant
Clustered ONTAP Clustered ONTAP NCDA ID: XK7R3GEKC1QQ2LVD RHCE5 805007643429572 NCSIE ID: C14QPHE21FR4YWD4 Expires: 08 November 2014 Expires w/release of RHEL7 Expires: 08 November 2014
On Fri, Apr 12, 2013 at 3:57 PM, Iluhes iluhes@yahoo.com wrote:
Does netgroup work on vFiler at all?
I took NIS out, but I cannot export even local netgroup
Is this a valid format for exports file
/vol/volX-sec=sys,rw=@build1
and /etc/netgroup
build1 (1.1.1.2, -, -)
all_groups build1
exportfs -c shows Access denied
Having buil1 with name and an entree in hosts files does not make any difference
From: Iluhes iluhes@yahoo.com To: "toasters@teaparty.net" toasters@teaparty.net Sent: Friday, April 12, 2013 10:23 AM Subject: problem with moutning NFS share defines via NIS netgroup: permission dinied
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
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
whats in your /etc/nsswitch.conf file for the "netgroup" data type?
-skottie
On 04/12/2013 01:41 PM, Iluhes wrote:
Thank you for your help. Thomas Nail also suggested that. It still does not work :( The only ting I did not mentioned this is on the vFiler,
etc/netgroup build1 (bla,,)
all_groups build1
bla resolved via DNS
etc/nsswitch.conf #Auto-generated by setup Thu Feb 21 05:59:01 MST 2013 hosts: files nis dns passwd: files nis ldap netgroup: files nis ldap group: files nis ldap shadow: files nis
I tired the netgroup both in NIS and as local file...Now for testing, i took NIS out and using local netgroup file
________________________________ From: Scott Miller Scott.Miller@dreamworks.com To: Iluhes iluhes@yahoo.com Cc: tmac tmacmd@gmail.com; "toasters@teaparty.net" toasters@teaparty.net Sent: Friday, April 12, 2013 3:44 PM Subject: Re: problem with moutning NFS share defines via NIS netgroup: permission dinied
whats in your /etc/nsswitch.conf file for the "netgroup" data type?
-skottie
On 04/12/2013 01:41 PM, Iluhes wrote:
Thank you for your help. Thomas Nail also suggested that. It still does not work :( The only ting I did not mentioned this is on the vFiler,
etc/netgroup build1 (bla,,)
all_groups build1
bla resolved via DNS
I have tried every possible way and cannot make it work. Does anyone out there every use netgroup inside the vFiler. It seem to not work with NIS or local netgroup file.
________________________________ From: Iluhes iluhes@yahoo.com To: Scott Miller Scott.Miller@dreamworks.com Cc: tmac tmacmd@gmail.com; "toasters@teaparty.net" toasters@teaparty.net Sent: Friday, April 12, 2013 3:46 PM Subject: Re: problem with moutning NFS share defines via NIS netgroup: permission dinied
etc/nsswitch.conf #Auto-generated by setup Thu Feb 21 05:59:01 MST 2013 hosts: files nis dns passwd: files nis ldap netgroup: files nis ldap group: files nis ldap shadow: files nis
I tired the netgroup both in NIS and as local file...Now for testing, i took NIS out and using local netgroup file
________________________________ From: Scott Miller Scott.Miller@dreamworks.com To: Iluhes iluhes@yahoo.com Cc: tmac tmacmd@gmail.com; "toasters@teaparty.net" toasters@teaparty.net Sent: Friday, April 12, 2013 3:44 PM Subject: Re: problem with moutning NFS share defines via NIS netgroup: permission dinied
whats in your /etc/nsswitch.conf file for the "netgroup" data type?
-skottie
On 04/12/2013 01:41 PM, Iluhes wrote:
Thank you for your help. Thomas Nail also suggested that. It still does not work :( The only ting I did not mentioned this is on the vFiler,
etc/netgroup build1 (bla,,)
all_groups build1
bla resolved via DNS
Are you using the @ symbol notation in your exports file?
Eg:
/vol/foo -rw=@ng1,ro=@ng2
If not, try that.
-- Sent from my mobile device
On Apr 18, 2013, at 10:45 AM, Iluhes iluhes@yahoo.com wrote:
I have tried every possible way and cannot make it work. Does anyone out there every use netgroup inside the vFiler. It seem to not work with NIS or local netgroup file.
From: Iluhes iluhes@yahoo.com To: Scott Miller Scott.Miller@dreamworks.com Cc: tmac tmacmd@gmail.com; "toasters@teaparty.net" toasters@teaparty.net Sent: Friday, April 12, 2013 3:46 PM Subject: Re: problem with moutning NFS share defines via NIS netgroup: permission dinied
etc/nsswitch.conf #Auto-generated by setup Thu Feb 21 05:59:01 MST 2013 hosts: files nis dns passwd: files nis ldap netgroup: files nis ldap group: files nis ldap shadow: files nis
I tired the netgroup both in NIS and as local file...Now for testing, i took NIS out and using local netgroup file
From: Scott Miller Scott.Miller@dreamworks.com To: Iluhes iluhes@yahoo.com Cc: tmac tmacmd@gmail.com; "toasters@teaparty.net" toasters@teaparty.net Sent: Friday, April 12, 2013 3:44 PM Subject: Re: problem with moutning NFS share defines via NIS netgroup: permission dinied
whats in your /etc/nsswitch.conf file for the "netgroup" data type?
-skottie
On 04/12/2013 01:41 PM, Iluhes wrote:
Thank you for your help. Thomas Nail also suggested that. It still does not work :( The only ting I did not mentioned this is on the vFiler,
etc/netgroup build1 (bla,,)
all_groups build1
bla resolved via DNS
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters