- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs permission denied on remote host not in NIS do...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 07:43 AM
07-26-2005 07:43 AM
default /net/
a permission denied.
If I open the export to everyone then you can
cd to /net/host1/dir1.
If I add the hostname to the exports or even
in the netgroup as any combination FQHN, IP,
HOSTNAME. It does not let you cd to dir1.
/net/host1/dir1
Does anyone know how to fix this.
The client is a SUN the server is HP.
The SUN's here can cd to /net/host1/dir1 fine.
The only difference is the remote host is
not bound to our NIS domain. It is bound to
another NIS domain. It should still work
though. /etc/resolv.conf has search for DNS
domain of client so FQHN should not be needed.
I am looking for options to turn on for logging
rpc, nfs, etc.... requests.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 10:54 AM
07-26-2005 10:54 AM
Re: nfs permission denied on remote host not in NIS domain.
on the nfs server when the client tries
to cd into the directory dir1 from above.
mountd: mount request from (anon) denied: Permission denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 02:14 PM
07-26-2005 02:14 PM
Solution# kill -SIGUSR2
Now attempt the mount and check /var/adm/mountd.log. It will show you what source IP/hostname mount request is coming from. Make sure this IP/host is in your access list.
To turn off debugging of rpc.mountd simply send it SIGUSR2 again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 10:59 PM
07-26-2005 10:59 PM
Re: nfs permission denied on remote host not in NIS domain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 04:02 AM
07-27-2005 04:02 AM
Re: nfs permission denied on remote host not in NIS domain.
This is what I get back on the server for
the client trying to cd to dir1.
rpc.mountd: getclientsnames: cannot find name for host [166.18.31.250.2.96]
Is this IPv6 ??
I can lookup the hostname but not the IP
in nslookup. Seems there is no reverse
record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 10:33 AM
07-27-2005 10:33 AM
Re: nfs permission denied on remote host not in NIS domain.
Maybe make it both
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 11:19 AM
07-27-2005 11:19 AM
Re: nfs permission denied on remote host not in NIS domain.
local /etc/host on the nfs server(s).
They are fixing the reverse DNS.
Thanks all.