NDVR2200F
Installation Guide & User’s
1/8/2008
27/66
rpc.nfsd
provides a server file to a client. If the client, while processing a task, requests the file
system of the server, rpc.nfsd daemon responds to such request. Do the following in order to
check the rpc daemons under operation.
- Check whether these daemons are running
To make sure that the daemons are operated well, use rpcinfo –p command to see that
rpc.mountd and rpc.nfsd are properly registered in portmap. The registered names may slightly
differ from the real daemon names.
# rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 32768 status
100024 1 tcp 32768 status
391002 2 tcp 32769 sgi_fam
100011 1 udp 644 rquotad
100011 2 udp 644 rquotad
100011 1 tcp 647 rquotad
100011 2 tcp 647 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100021 1 udp 33495 nlockmgr
100021 3 udp 33495 nlockmgr
100021 4 udp 33495 nlockmgr
100005 1 udp 33496 mountd
100005 1 tcp 50901 mountd
100005 2 udp 33496 mountd
100005 2 tcp 50901 mountd
100005 3 udp 33496 mountd
100005 3 tcp 50901 mountd
# ps -aux | grep rpc
rpc 2805 0.0 0.0 1544 256 ? S Aug14 0:00 [portmap]
rpcuser 2824 0.0 0.0 1520 0 ? SW Aug14 0:00 [rpc.statd]
root 467 0.0 0.0 4608 548 ? S 15:16 0:00 rpc.rquotad
root 480 0.0 0.0 0 0 ? SW 15:16 0:00 [rpciod]
root 486 0.0 0.0 1584 720 ? S 15:16 0:00 rpc.mountd
root 4391 0.0 0.0 4668 656 pts/10 S 15:30 0:00 grep rpc