Operating System - HP-UX
1752790 Members
5968 Online
108789 Solutions
New Discussion юеВ

Re: NFS Permission Denied errors

 
SOLVED
Go to solution

Re: NFS Permission Denied errors

Denver,
The IUX server is a multi-homed host so I am not traversing a firewall to get to any client. I have clients at all levels of 11+ and this is the only one that I have problems. Also, remember that I said that I could NFS mount other directories just nothing in /var/opt/ignite/recovery/archives.

The showmount command indicates that the NFS mount point is exported and that the client can (actually everyone) can connect to it.
Denver Osborn
Honored Contributor

Re: NFS Permission Denied errors

can you try to re-export that archive, but use the host1 ip address instead of hostname.

from iux server,

exportfs -uv /var/opt/ignite/recovery/archives/host1

exportfs -v -o anon=2,access=host1.ip.address /var/opt/ignite/recovery/archives/host1

from host1,

mount -F nfs iux_server:/var/opt/ignite/recovery/archives/host1 /var/opt/ignite/recovery/arch_mnt


Does it still return permission denied?

-denver
Mahesh_Dadi
Frequent Visitor

Re: NFS Permission Denied errors

Hi to all,

 

I am alos having same issue.Unable mount nfs mount in nfs client machine.Showing Permission denied.

I have checked from nfs server exports file.nfs client machine is having access.

In nfs server i found nslookup it is showing wrongs resoultion.and corrected the host file in nfs server.

then i able to mount nfs mount point.

Thanks to all.

With Regards,

Mahesh