- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mount with NFS - Permission denied
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
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
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-01-2004 09:08 PM
тАО07-01-2004 09:08 PM
I have no problem mounting remote directories on HP-UX B.11.00 OS.
Thanks
Sandra
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2004 09:10 PM
тАО07-01-2004 09:10 PM
Re: Mount with NFS - Permission denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2004 09:16 PM
тАО07-01-2004 09:16 PM
Re: Mount with NFS - Permission denied
If you have multiple network adapaters on your client , find out though which it connects to nfs server and whether it is the same mentioned in exports. make an ftp sesion to nfs server and find out using netstat which interface is being used
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2004 09:20 PM
тАО07-01-2004 09:20 PM
Re: Mount with NFS - Permission denied
Thanks
Sandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2004 09:55 PM
тАО07-01-2004 09:55 PM
Re: Mount with NFS - Permission denied
Try doing
# nslookup HPSystemName
from NFS server. It looks like name resolution issue to me as already suggested.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2004 09:55 PM
тАО07-01-2004 09:55 PM
SolutionWhat is your hostname resolvation method in /etc/nsswitch.conf files. Check with nslookup
For access option,we have to set with the FQDN for old releases.
It will only take it. New versions only allow to give the access.
Make an alias name in the /etc/hosts as like
Check now,
exportfs -iv -o access=system1
It will work now. check nfs status with nfsstat command.
Regards,
Muthukumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2004 01:45 AM
тАО07-02-2004 01:45 AM
Re: Mount with NFS - Permission denied
1. are you mounting from system1 like root ?
If yes, this is probably the problem, try add something like this on nfs server on same line:
-root=system #(allow root from client)
or
anon=-2 #(uknown users are mapped to user nobody )
I hope this is right syntax , I haven't used it longer time )
2.are all needed services running on a NFS server ?:
rcpbind (portmap),
nfsd,
rpc.mountd
you can check it from sever by:
rpcinfo -p 127.0.0.1
or from client by :
rpcinfo
Hope this will helps you
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2004 01:49 AM
тАО07-02-2004 01:49 AM
Re: Mount with NFS - Permission denied
/mount root=system1,-access=system1
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2004 02:15 AM
тАО07-02-2004 02:15 AM
Re: Mount with NFS - Permission denied
I modified the /etc/hosts file like
ip, host, host.domain
and restarted the NFS services on the Server and Client.
Thank you all.
Sandra