Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everybody,
I try to use NFSV4 on NETAPP in a Linux (REDHAT6.X)+NIS environment.
I encounter owner/group mapping issues :
what is set on the netapp :
nfs.v4.acl.enable | off |
nfs.v4.enable | off |
nfs.v4.id.allow_numerics | off |
nfs.v4.id.domain | mydomain.com |
nis.domainname | nisdomain |
nis.enable | on |
nis.group_update.enable | on |
nis.group_update_schedule | 24 |
nis.netgroup.domain_search.enable on
nis.netgroup.legacy_nisdomain_search.enable on
nis.servers | myservers |
nis.slave.enable | off |
On the linux :
[root@linux_Redhat /]# dnsdomainname
mydomain.com
When i mount an NFS ressource on any linux system, only account stored in the /etc/passwd of the netapp are mapped.
All other NIS account are not mapped, and files appears as "nobody"...
Any idea ?
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok, one options seems to be the good one :
options nfs.v4.id.allow_numerics on
it allow to send uid/gid (nfsv3 like) when the system can't map username...
1 REPLY 1
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok, one options seems to be the good one :
options nfs.v4.id.allow_numerics on
it allow to send uid/gid (nfsv3 like) when the system can't map username...
