Hi all, I have a RHEL 2.1 AS machine that is exporting the following:
exportfs -v /u01/app/dbafast/files <world>(rw,async,wdelay,root_squash) /u10/app/dbafast/files <world>(rw,async,wdelay,root_squash) /u11/app/dbafast/files <world>(rw,async,wdelay,root_squash)
Here's the /etc/exports file on the serer
more /etc/exports /u01/app/dbafast/files *(rw) /u10/app/dbafast/files *(rw) /u11/app/dbafast/files *(rw)
If the ownership of the NFS exports is "root:root" and the permissions do not include any world read/execute on the dir's then you will have a problem. NFS export by default doesn't allow clients to use "root" priv's.
The other problem you might face is that the user/group UID/GID's
are not the same between the client and the server.
Also check to see that you do not have any firewalling or NAT between the two boxes.
-Ben.
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list