- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: NFS - RPC: Program not registered -- Linux
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
01-28-2009 10:48 AM
01-28-2009 10:48 AM
NFS - RPC: Program not registered -- Linux
I am unable to mount a drive from the client without this error. I was able to mount one of them a few days ago, and now its not accessible.
Any ideas that assist me will be rewarded with proper points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2009 10:50 AM
01-28-2009 10:50 AM
Re: NFS - RPC: Program not registered -- Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2009 12:57 PM
01-28-2009 12:57 PM
Re: NFS - RPC: Program not registered -- Linux
Jan 28 13:50:11 dentahiti mount: mount: RPC: Program not registered
Jan 28 13:50:11 dentahiti last message repeated 4 times
Jan 28 13:50:11 dentahiti netfs: Mounting NFS filesystems: failed
Jan 28 13:50:11 dentahiti netfs: Mounting other filesystems: succeeded
Jan 28 13:50:11 dentahiti autofs: automount startup succeeded
Do these boot errors indicate anything obvious?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2009 01:08 PM
01-28-2009 01:08 PM
Re: NFS - RPC: Program not registered -- Linux
mount -a -t nfs
Or
mount /mount_point
After the system is up. I had a similar problem and the solution was to modify the services startup order.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2009 01:10 PM
01-28-2009 01:10 PM
Re: NFS - RPC: Program not registered -- Linux
#mount -a -t nfs
mount: RPC: Program not registered
mount: RPC: Program not registered
mount: RPC: Program not registered
mount: RPC: Program not registered
mount: RPC: Program not registered
#mount /mnt/u
mount: RPC: Program not registered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2009 04:26 PM
01-28-2009 04:26 PM
Re: NFS - RPC: Program not registered -- Linux
From the NFS client, issue the following command and post the output:
# rpcinfo -p
# showmount -e
From the NFS server, issue the following command and post the output:
# rpcinfo -p
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2009 08:58 AM
01-29-2009 08:58 AM
Re: NFS - RPC: Program not registered -- Linux
I have things up and running again now and have made changes to have nfs startup always now.
Thank-you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2009 08:59 AM
01-29-2009 08:59 AM