- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: URGENT: NFS Mount Problem
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
06-15-2005 09:56 AM
06-15-2005 09:56 AM
URGENT: NFS Mount Problem
I have an nfs server that was not touched and an nfs client. all was fine untill i rebooted the client.
After rebooting when i try to mount the servers directory on the client i get the following error
mount luna:/home/cl /tmp/mnt
mount: 1831-011 access denied for luna:/home/cl
mount: 1831-008 giving up on:
luna:/home/cl
I have confirmed that nslookup is working fine for bother server and client
Also showmount -e luna (on client) shows me the exported FS with permissions set to everyone
what am i missing here.. why is it giving me permission denied? please advice...
i tried restarting the NFS subsystem on both server and client but still no use
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 10:11 AM
06-15-2005 10:11 AM
Re: URGENT: NFS Mount Problem
What does /etc/rmtab look like?? Does it have this entry there??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 10:20 AM
06-15-2005 10:20 AM
Re: URGENT: NFS Mount Problem
/etc/rmtab of the server has a line that says
"client:/home/cl" in it. I am not sure what etc rmtab is can you tell me.
Also did u want to know the entries of /etc/rmtab of server or the client?
permissions of /tmp/mnt is 777
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 10:34 AM
06-15-2005 10:34 AM
Re: URGENT: NFS Mount Problem
1. Make sure that no NFS clients are mounting
any exported filesystems
2. Kill the rpc.mountd daemon
3. Remove the /etc/rmtab file
4. Restart the rpc.mountd daemon
man rmtab
enjoy!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 10:46 AM
06-15-2005 10:46 AM
Re: URGENT: NFS Mount Problem
you are right, before i rebooted the machine i did not unmount the nfs mounts.
As per your reply i did the following.
On the client i ran the mount command to see all the mounts and ensured that there were not stale mounts from luna
then on the server (luna) i removed all entries of the client (i could not remove the file as there are other entries for other machine and i am not sure how it would impact those mounts)
then i stopped and restarted nfs group on server and client
then i tried the nfs mount, but i still get the same error.
The strange thing is that on the other machines that have the mounts, the existing mounts are fine, but if i try to mount any other filesystem form luna onto those machine it gives me the same permission denied error.