I am trying to mount the filesystem as root. /etc/passwd on the Filer contains "root," with the same UID of 0.
The nfs.v4.id.domain is set to be the same domain that is defined in /etc/idmapd.conf on the RHEL host.
netapp02> exportfs
/vol/vol0/home -sec=sys,rw,nosuid
/vol/vol0 -sec=sys,rw,anon=0,nosuid
/vol/vol1 -sec=sys,rw,nosuid
/vol/vol2 -sec=sys,rw,nosuid
/vol/vol3 -sec=sys,rw,nosuid
/vol/vol4 -sec=sys,rw,nosuid
/vol/vol4/test_exports -sec=sys,rw=172.26.101.9:172.26.101.56,root=172.26.101.56
I did notice that I can mount /vol/vol4 from the RHEL client (ie, mount.nfs4 netapp02:/vol/vol4 /mnt), but then I get "Permission Denied" when I try to chdir to the mountpoint.
Thanks.