- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs error rpc programm not register
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-18-2005 03:40 PM
10-18-2005 03:40 PM
Ater configured nfs , one error shows at server side after applying command showmount
error is
error :- server name: rpc: program not
register
and at client side when i am trying to mount network file system shows error .
servername: rpc_prog_not_register
so pl. tell me how to solved this problem .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 03:58 PM
10-18-2005 03:58 PM
Re: nfs error rpc programm not register
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=833700
On server side,
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.server start
On client side,
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.client start
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 04:04 PM
10-18-2005 04:04 PM
Re: nfs error rpc programm not register
Do you see nfs programs in rpcinfo -p "host_name"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 06:41 PM
10-18-2005 06:41 PM
Re: nfs error rpc programm not register
Restart NFS daemons and try it.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 06:58 PM
10-18-2005 06:58 PM
Solution/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
Still issues, check if rpc.mountd is configured in /etc/inetd.conf on your system, set the START_MOUNTD flag to 0 in /etc/rc.config.d/nfsconf. Mounts will fail if rpc.mountd is enabled through both /etc/inetd.conf and /etc/rc.config.d/nfsconf.
Let us know the result.
Sudeesh