- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS not working
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
03-03-2005 09:17 AM
03-03-2005 09:17 AM
NFS not working
The network master is J2 and it has /etc/exports with:
/h/data/global rw,access=j1:j3:j7,anon=-1
J7 has /etc/fstab entry:
j2:/h/data/global /h/data/global nfs rw,bg,soft 0 0
J7's /etc/rc.log shows nfs.client start with starting portmapper, statd, lockd,automountd
mounting remote NFS file systems
Permission denied
FAILURE CODE:1
Mount failed 1 Possible local file system mount. If local file system, the nfs server will mount.
If I do a mount -a on j7, I get "Permission denied" for the nfs mount followed by 4 lines of mounts that do work for local mounts.
I have looked at it so much, it no longer makes sense. Not that I ever really understood NFS...
Can you see something obviously wrong? I check FAQ but couldn't find anything to fix it.
Thank you in advance,
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 09:46 AM
03-03-2005 09:46 AM
Re: NFS not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 04:17 PM
03-03-2005 04:17 PM
Re: NFS not working
Run this steps.
On the NFS server
#/sbin/init.d/nfs.server start
#/sbin/init.d/nfs.core start
#/usr/sbin/rpc.mountd
#exportfs -a
I think that should cover all the daemons necessary to run NFS.
Regards,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 04:56 AM
03-04-2005 04:56 AM
Re: NFS not working
I would check that the IP address of the
would-be NFS client, when looked up by the server, still returns the name "j7".
Check /var/adm/rpc.mountd.log, if you
have mount logging enabled. Also, when
changing names in your exports access list,
remember to restart the mountd.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 07:39 AM
03-04-2005 07:39 AM
Re: NFS not working
I have tried both your steps and still no go.
I don't have mountd log enabled so I couldn't check that. It's the permission denied thing that I don't understand. I thought that the /etc/exports on the host and the fstab on the client took care of it.
I must have really messed it up. The server has not been reloaded in 3 years...we can't even find the load instuctions. YIKES. I went looking for the O'Reilly NFS book last night but nobody has a copy in the store. the best I could do was order it off the internet.
I appreciate you help anyway.
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 07:55 AM
03-04-2005 07:55 AM
Re: NFS not working
nslookup "ip_address_of_j2"
Is that OK??
What are the perms on /h/data/global?? - on j2
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 09:37 AM
03-04-2005 09:37 AM
Re: NFS not working
"Using /etc/hosts j7
looking up FILES
Name: j2
Address: (correct_ip_address_of_j2)"
on j2, /h/data contains a link (symbolic)named global which points to /home2. Standing in /, home2 is 777 root:sys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 10:42 AM
03-04-2005 10:42 AM
Re: NFS not working
nslookup j7
nslookup "ip_of_j7"
I do not know, but send -usr2 signal to rpc.mountd and check log file.
perms on local_point on j7??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2005 02:24 AM
03-07-2005 02:24 AM
Re: NFS not working
Again thank you for your time and suggestions.
Linda