1850889 Members
3131 Online
104056 Solutions
New Discussion

High Availability NFS

 
Rob Fisher
Advisor

High Availability NFS

One of my developers is receiving a permission denied when they try to delete a file that is on the NFS mounted filesystem.

I am using the following options when I export the filesystem:
-o anon=65534,root=server1:server2,access=server1:server2
/mnt_NFS

I use the following command to mount the filesystem:
mount NFS_PKG_IP:/mnt_NFS /apps/NFS_FS

May the winds of life keep you on the right tack
3 REPLIES 3
RAC_1
Honored Contributor

Re: High Availability NFS

As your post says is your user one of
65534, root-server1 & server2?

If he is not one of above he has to get permission denied error.

Regards,
There is no substitute to HARDWORK
Rob Fisher
Advisor

Re: High Availability NFS

The user is not UID 65534 however I am receiving the same error message as root when I try to delete the file.
May the winds of life keep you on the right tack
RAC_1
Honored Contributor

Re: High Availability NFS

user server name in nfs mount.
Check if appropriate entries are there on host file.

Regards,
There is no substitute to HARDWORK