- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS service not responding message on 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
02-02-2001 12:57 PM
02-02-2001 12:57 PM
NFS service not responding message on mount
However, I CANNOT mount the Linux directory on an HP-UX 11 box. When I try I get the error ...
NFS service not responding(retry delay=5s)
nfs mount: retry: retrying(1) for : /[directory attempting to mount to]
nfs mount: retry: giving up on : /[directory attempting to mount to]
... and it stops attempting to mount. To summarize...
I CAN mount an exported HP-UX 10.20 directory on my HP-UX 11 box
I CAN mount an exported Linux directory on the HP-UX 10.20 box.
I CANNOT mount an exported Linux directory on the HP-UX 11 box.
Thanks in advance for all the great help!
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 01:18 PM
02-02-2001 01:18 PM
Re: NFS service not responding message on mount
Did you try to mount your linux exported filesystem onto your HPUX 11.X box with the help of the 'version' flag ?
Try this from your 11.X box:
mount -F nfs -o vers=2 linux-server:/exported-directory /mountpoint-on-your-hp-box
Change vers=2 to vers=3 and retry.
Alternatively, you can try mounting it read-only.
Is your export accessible from your 11 box (no -access on the exports file of your linux box) ?
I hope this helps.
Regards.
Fred.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 01:33 PM
02-02-2001 01:33 PM
Re: NFS service not responding message on mount
Also, as an aside, I CAN ping the Linux box from the HP-UX 11 box fine. The HP-UX 11 box IS setup as an NFS client, but disabled as an NFS server. I don't know if that matters.
Thanks again!
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 08:00 AM
02-05-2001 08:00 AM
Re: NFS service not responding message on mount
I agree with Frederic that it might have something to do with the supported nfs versions on the HP-UX11 box. You can find out which versions it supports by issuing
rpcinfo -u
on the 10.20 box. Also, try to find out with which options the filesystem is mounted on the 10.20 box:
nfsstat -m
Then, try to mount the filesystem with the same options on the 11.00 box.
Hope this kind of helps :-)
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2001 10:54 AM
02-06-2001 10:54 AM
Re: NFS service not responding message on mount
Thanks for all the great suggestions. I was actually able to get it resolved using the pfs_mount command and experimenting with some switches.
Thans for all the input and for getting me on the right track!
Mike