- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS mount fails; RPC: Program not registered
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-02-2001 02:07 AM
10-02-2001 02:07 AM
After my last reboot one NFS filesystem will not mount:
/etc/fstab entry:
ccb4tap1:/home /ccb4tap1/home nfs rw,hard 0 0
fails with:
nfs mount: get_fh: ccb4tap1:: RPC: Program not registered
nfs mount: get_fh: ccb4tap1:: RPC: Program not registered
nfs mount: retry: retrying(1) for: /ccb4tap1/home after 5 seconds
nfs mount: retry: giving up on: /ccb4tap1/home
Andreas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 02:18 AM
10-02-2001 02:18 AM
SolutionI think the filesystems in /etc/fstab are mounted before all the necessary NFS daemons are started. Are the nfs daemons now all running ? /sbin/init.d/nfs.client start
Then try a mount -a
Did it mount ? if not is the remote server pingable ? and does it have nfs server running ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 02:22 AM
10-02-2001 02:22 AM
Re: NFS mount fails; RPC: Program not registered
Looks like ccb4tap1 isn't running the NFS daemons. Try "/sbin/init.d/nfs.server start" on that system, assuming it's HPUX.
Rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 02:33 AM
10-02-2001 02:33 AM
Re: NFS mount fails; RPC: Program not registered
nfs.server start did the trick.
I had ruled out this possibility as the filesystem was already mounted on another server (although I hadn't tried to remount this after my problem occured),
and since my /etc/exports looked right; how could i know... (Now I know!)
Guess my nfs.server had got a litle hickup.
Thanks
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 02:36 AM
10-02-2001 02:36 AM
Re: NFS mount fails; RPC: Program not registered
How do you manage to reply on my message so quick?
Do you have some monitoring on the forum pages or are you just refreshing all the time?
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 02:39 AM
10-02-2001 02:39 AM
Re: NFS mount fails; RPC: Program not registered
Just refreshing im afraid. I wish there was something faster/easier to pick up new questions !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 02:41 AM
10-02-2001 02:41 AM
Re: NFS mount fails; RPC: Program not registered
So long