On Tuesday, 5 October 2004 20.54, Patrick B. O'Brien wrote:
Patrick Sh., I'm goggled out, no help. I'm getting the following rcp error. I've started the following daemons. I know the NFS Server is good cause I have a successful RH NFS client talking to it. TIA xvlnxtxx:/root # mount marlette:/backups /marlette mount: RPC: Program not registered
:/root # ps -ef|egrep "(map|nfs|rpc)" |egrep -v grep
bin 345 1 0 Oct04 ? 00:00:00 /sbin/portmap root 3220 1 0 Oct04 ? 00:00:00 /usr/sbin/rpc.mountd root 3280 1 0 Oct04 ? 00:00:00 [nfsd] root 3281 1 0 Oct04 ? 00:00:00 [nfsd] root 3282 1 0 Oct04 ? 00:00:00 [nfsd] root 3283 1 0 Oct04 ? 00:00:00 [nfsd] root 3286 3285 0 Oct04 ? 00:00:00 [rpciod]
You have nfsd running here, does that mean the client is also a server? Can other machines mount from it? Or did you perhaps run the ps -ef on the server? If so, what does it look like on the client? Also, do you have a firewall running on the client? And what is the contents of /etc/hosts.allow and /etc/hosts.deny ?