- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs cant mount remotely
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-30-2003 03:03 AM
10-30-2003 03:03 AM
I ported the file to the new host and executed exportfs -a... however, on the other boxes I try to mount the nfs exported directory but I get the following error.
nfs mount: get_fh: chdcfas4.sbc.com:: RPC: Program not registered
nfs mount: get_fh: chdcfas4.sbc.com:: RPC: Program not registered
nfs mount: retry: retrying(1) for: /appl/finapps/appscds after 5 seconds
nfs mount: retry: giving up on: /appl/finapps/appscds
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 03:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 03:06 AM
10-30-2003 03:06 AM
Re: nfs cant mount remotely
Have you got nfs server and nfs client running on the box where you did an export, and nfs client running on the other box.
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 03:10 AM
10-30-2003 03:10 AM
Re: nfs cant mount remotely
Make sure you have all the right things set in /etc/rc.config.d/nfsconf on both hosts and then stop and restart the services thus (some probably aren't running but stopping them won't hurt)
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.client stop /sbin/init.d/nfs.core stop
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.client start
/sbin/init.d/nfs.server start
Then "exportfs -a" again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 03:19 AM
10-30-2003 03:19 AM
Re: nfs cant mount remotely
However, I still get the same error...
All of these servers had an nfs mount from a different box. All I am trying to do is move the filesystem being exported from one box to another.
all the other boxes are running a client already.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 03:25 AM
10-30-2003 03:25 AM
Re: nfs cant mount remotely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 03:25 AM
10-30-2003 03:25 AM
Re: nfs cant mount remotely
Anyway, try "ps -ef | grep nfs" and you should get something like this
root 1401 1396 0 Oct 18 ? 0:00 /usr/sbin/nfsd 4
root 1396 1 0 Oct 18 ? 0:00 /usr/sbin/nfsd 4
root 1402 1401 0 Oct 18 ? 0:00 /usr/sbin/nfsd 4
root 1403 1396 0 Oct 18 ? 0:00 /usr/sbin/nfsd 4
root 1404 1403 0 Oct 18 ? 0:00 /usr/sbin/nfsd 4
root 1405 1396 0 Oct 18 ? 0:00 /usr/sbin/nfsd 4
root 10905 9937 1 17:23:48
You also need "rpc" servers started too so try a "ps -ef | grep rpc" too and make sure you have rpc.mountd running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 03:28 AM
10-30-2003 03:28 AM
Re: nfs cant mount remotely
2) Do a 'export -a" once you have started the nfs server.
3) from the client do "showmount -e
Pramod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 03:29 AM
10-30-2003 03:29 AM
Re: nfs cant mount remotely
this is what is running when I grep for rpc
root 1317 1 0 Oct 18 ? 0:57 /opt/dce/sbin/rpcd
root 7200 1 0 10:23:08 ? 0:00 /usr/sbin/rpc.lockd
root 6937 1 0 10:22:26 ? 0:00 /usr/sbin/rpcbind
root 7194 1 0 10:23:08 ? 0:00 /usr/sbin/rpc.statd
There is no rpc.mountd running. I think that may be the one thing stopping it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 03:35 AM
10-30-2003 03:35 AM