Operating System - HP-UX
1830191 Members
2726 Online
109999 Solutions
New Discussion

NFS - RPC: Program not registered

 
Global Service Desk
Frequent Advisor

NFS - RPC: Program not registered

HI Guys,

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.

6 REPLIES 6
Deoncia Grayson_1
Honored Contributor

Re: NFS - RPC: Program not registered

A couple of links that had a problem similar to yours, seems like after they recycled nfs they were able to resolve their problems:

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
If no one ever took risks, Michelangelo would have painted the Sistine floor. -Neil Simon
Tvs
Regular Advisor

Re: NFS - RPC: Program not registered

Hi.

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
Luk Vandenbussche
Honored Contributor

Re: NFS - RPC: Program not registered

Hi,

Check this link

Common problems with NFS

http://docs.hp.com/en/5991-1811/ch08s01.html
Muthukumar_5
Honored Contributor

Re: NFS - RPC: Program not registered

change this,

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
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: NFS - RPC: Program not registered

change needed on /etc/rc.config.d/nfsconf as,

NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=16
NUM_NFSIOD=16
START_MOUNTD=1

-Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: NFS - RPC: Program not registered

You should have something like this in the NFS server, /etc/rc.config.d/nfsconf

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
"A ship in the harbor is safe, but that is not what ships are built for"