- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS mount
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
10-26-2004 05:00 AM
10-26-2004 05:00 AM
NFS mount
NFS access failed for server Aikcfilpr01lan.americanid.int: RPC: Authentication
error
What has to be done on the NFS server side?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 05:07 AM
10-26-2004 05:07 AM
Re: NFS mount
On the server side you will have to give permission to mount perhaps grant root acess etc...
To see how your FS/directories are exported type on the server exportfs
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 05:10 AM
10-26-2004 05:10 AM
Re: NFS mount
Examine and if possible post the contents of /etc/exports on the server side.
exportfs -av
That will let you know if you are having trouble exporting folders.
inetd -l
# starts enhanced logggin
tail -f /var/adm/syslog/syslog.log
# then try a nfs connect. If there is a problem you'll get diagnostic information.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 05:11 AM
10-26-2004 05:11 AM
Re: NFS mount
And do your uid exist on the NFS server (access check for a client)
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 05:14 AM
10-26-2004 05:14 AM
Re: NFS mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 05:18 AM
10-26-2004 05:18 AM
Re: NFS mount
I would think the problem is with the UID mapping of root.
If the export itself is not granted, you would not be able to mount the export.
But just make sure, there were no changes to the export options after you mounted the export.
# showmount -e
Look at any export restictions for the NFS filesystem you are trying to mount.
- Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 05:26 AM
10-26-2004 05:26 AM
Re: NFS mount
/export/s -anon=65534,rw=octanold,root=octanold
where you see who can be client and if you grant root access
I believe you have not allowed root access (default) since you have to be root to mount...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 06:03 AM
10-26-2004 06:03 AM
Re: NFS mount
showmount -e Aikcfilpr01lan.americanid.int
export list for Aikcfilpr01lan.americanid.int:
/Z_Drive (everyone)
from the HP side
Linda