- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS - 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
12-28-2005 03:00 AM
12-28-2005 03:00 AM
NFS - RPC: Program not registered
I am having very interesting problem !!
I am able to nfs mount from server but showmount shows
# showmount -e
showmount: BL01NCLS: RPC: Program not registered
the config details as follows.
/etc/rc.config.d/nfsconf (trncated output)
------
NFS_CLIENT=1
NFS_SERVER=0
NUM_NFSD=0
NUM_NFSIOD=0
PCNFS_SERVER=0
-----------
START_MOUNTD=0
-----------
# rpcinfo -p BL01NCLS
program vers proto port service
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
100068 2 udp 49167 cmsd
100068 3 udp 49167 cmsd
100068 4 udp 49167 cmsd
100068 5 udp 49167 cmsd
100083 1 tcp 49157 ttdbserver
805306352 1 tcp 992
100024 1 tcp 64544 status
100024 1 udp 58305 status
100021 1 tcp 64545 nlockmgr
100021 1 udp 58310 nlockmgr
100021 3 tcp 64546 nlockmgr
100021 3 udp 58311 nlockmgr
100021 4 tcp 64547 nlockmgr
100021 4 udp 58312 nlockmgr
100020 1 udp 4045 llockmgr
100020 1 tcp 4045 llockmgr
100021 2 tcp 64548 nlockmgr
--
# ps -ef |grep rpc
root 671 1 0 Dec 20 ? 0:00 /usr/sbin/rpcbind
root 1092 1 0 Dec 20 ? 0:53 /opt/dce/sbin/rpcd
root 20170 15741 0 21:28:35 pts/te 0:00 grep rpc
root 17705 1 0 21:02:38 ? 0:00 /usr/sbin/rpc.lockd
root 17699 1 0 21:02:38 ? 0:00 /usr/sbin/rpc.statd
---
can anybody point me where i am going wrong
regards,
GovindaG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 03:27 AM
12-28-2005 03:27 AM
Re: NFS - RPC: Program not registered
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=106047
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=106047
#/sbin/init.d/nfs stop
#/sbin/init.d/nfs start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 07:38 PM
12-28-2005 07:38 PM
Re: NFS - RPC: Program not registered
1. stop the nfs deamon.( #/sbin/init.d/nfs.client stop
#/sbin/init.d/nfs.server stop )
#/sbin/init.d/nfs.core stop )
check with
# rpcinfo -s nfs
2. kill all the rpcbind process realted to nfs.( check with ps -ef | grep rpc )
3. start the nfs deamon
#/sbin/init.d/nfs.core start )
#/sbin/init.d/nfs.server start )
#/sbin/init.d/nfs.client start )
regards
TVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 07:44 PM
12-28-2005 07:44 PM
Re: NFS - RPC: Program not registered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 07:51 PM
12-28-2005 07:51 PM
Re: NFS - RPC: Program not registered
START_MOUNTD=1
and start nfs.server and nfs.core as well.
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start
/sbin/init.d/nfs.core start
Try now.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 07:52 PM
12-28-2005 07:52 PM
Re: NFS - RPC: Program not registered
NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=16
NUM_NFSIOD=16
START_MOUNTD=1
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 07:59 PM
12-28-2005 07:59 PM
Re: NFS - RPC: Program not registered
NFS_CLIENT=0
NFS_SERVER=1
NUM_NFSD=16
NUM_NFSIOD=16
PCNFS_SERVER=1
NFS_SERVER should be 1 since,
# NFS_SERVER: 1 if this node is an NFS server, 0 if not Note: it is possible for one host to be a client, a server, both or neither! This system is an NFS client if you will be NFS mounting remote file systems; this system is a server if you will be exporting file systems to remote hosts.
See Also: nfsd(1M), mount(1M).
-Arun