* RPC Error: 15 ( Program not registered )
@ 2005-06-14 20:50 Marten Lehmann
2005-06-14 20:54 ` Marten Lehmann
0 siblings, 1 reply; 2+ messages in thread
From: Marten Lehmann @ 2005-06-14 20:50 UTC (permalink / raw)
To: nfs
Hello,
I'm experiencing exactly the problem as described at
http://nfs.sourceforge.net/nfs-howto/troubleshooting.html
7.3b: RPC: Program Not Registered: (or another "RPC" error)
The nfs server is running with version 3, the client has version 4.
rpcinfo -p on the server gives:
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100011 1 udp 604 rquotad
100011 2 udp 604 rquotad
100011 1 tcp 607 rquotad
100011 2 tcp 607 rquotad
100021 1 udp 32770 nlockmgr
100021 3 udp 32770 nlockmgr
100021 4 udp 32770 nlockmgr
100021 1 tcp 33302 nlockmgr
100021 3 tcp 33302 nlockmgr
100021 4 tcp 33302 nlockmgr
100005 1 udp 620 mountd
100005 1 tcp 623 mountd
100005 2 udp 620 mountd
100005 2 tcp 623 mountd
100005 3 udp 620 mountd
100005 3 tcp 623 mountd
rpcinfo -p 192.168.33.53 from the client gives:
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100011 1 udp 604 rquotad
100011 2 udp 604 rquotad
100011 1 tcp 607 rquotad
100011 2 tcp 607 rquotad
100021 1 udp 32770 nlockmgr
100021 3 udp 32770 nlockmgr
100021 4 udp 32770 nlockmgr
100021 1 tcp 33302 nlockmgr
100021 3 tcp 33302 nlockmgr
100021 4 tcp 33302 nlockmgr
100005 1 udp 620 mountd
100005 1 tcp 623 mountd
100005 2 udp 620 mountd
100005 2 tcp 623 mountd
100005 3 udp 620 mountd
100005 3 tcp 623 mountd
For debugging, I disabled all firewalls. However, mounting is not
successful:
# mount -t nfs 192.168.33.53:/vrmd/rhel4 /mnt -v
mount to NFS server '192.168.33.53' failed.
RPC Error: 15 ( Program not registered )
# mount -t nfs -o vers=3 192.168.33.53:/vrmd/rhel4 /mnt -v
mount to NFS server '192.168.33.53' failed.
RPC Error: 15 ( Program not registered )
What can I do? The Troubleshooting-Page reports the problem, but does
explain how to solve the issue. Any ideas, what causes this problem?
Regards
Marten
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-06-14 20:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-14 20:50 RPC Error: 15 ( Program not registered ) Marten Lehmann
2005-06-14 20:54 ` Marten Lehmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.