Solaris NFS share permission issue
Hi All,
Please find the details below.
share path: /data
permission : 777
ownership : sap:sys
NFS SERVER :
---------------------
1. share -F nfs /data ( currently set)
Also tried with the below iption's
2. share -F nfs -o rw,root=nfsclientip /data
3. share -F nfs -o rw,anon=0 /data
4. share -F nfs -o root=nfsclientip /data
NFS CLIENT :
mount -F nfs nfsserver:/data /nfsdata
Problem Facing :
----------------------
* If i use option 1, i am not able to touch any file under the share path as a root login in nfsclient.
* If i use option 2,3,4 i am able to touch a file. But the ownership laid as "nobody", Where i need as "root".