- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Permission Denied Error or Backgrounding on NFS mo...
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-03-2006 06:08 AM
07-03-2006 06:08 AM
Permission Denied Error or Backgrounding on NFS mounts
We have a Fedora Core 2 client trying to mount several directories that are being exported from an HP-UX 11.00 server. The problem we are running into is that whenever we run the mount -a command on the client, we get either a Permission Denied message or a Backgrounding status on the NFS mounts.
Prior to this occurring, the /etc/hosts file on the server was modified to include the client hostname and ip address. The /etc/exports file was also changed to include the client in list of directories that are being exported. Finally, the exportfs -a command was run to have the changes go into effect.
What steps do we need to take to correct this situation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2006 06:18 AM
07-03-2006 06:18 AM
Re: Permission Denied Error or Backgrounding on NFS mounts
Ensure that the host name in the client's /etc/hosts match the hostname of the server and the /etc/hosts file on the server.
Try running exportfs -au.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2006 06:24 AM
07-03-2006 06:24 AM
Re: Permission Denied Error or Backgrounding on NFS mounts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2006 06:34 AM
07-03-2006 06:34 AM
Re: Permission Denied Error or Backgrounding on NFS mounts
On the client:
hostname
grep `hostname` /etc/hosts
grep "NFS server name" /etc/hosts
On the server
hostname
grep `hostname` /etc/hosts
grep "NFS client name" /etc/hosts
cat /etc/exports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2006 06:44 AM
07-03-2006 06:44 AM
Re: Permission Denied Error or Backgrounding on NFS mounts
i ran the commands in question, and both came back with the appropriate responses on the server and the client. again i tried to run the mount -a command on the client, but without success.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2006 07:05 AM
07-03-2006 07:05 AM
Re: Permission Denied Error or Backgrounding on NFS mounts
What is the entry in the fstab of the client or command you are using to mount the resource?