Networking Forums

Networking Forums > Computer Networking > Linux Networking > mount: RPC: Program not registered

Reply
Thread Tools Display Modes

mount: RPC: Program not registered

 
 
Ritesh
Guest
Posts: n/a

 
      04-06-2005, 11:24 AM
Hi Group,

Recently i deployed one NFS server(S1) with three clients(C1,C2,C3),
two client nodes successfully mount NFS server(S1) share into local
directory , but problem with client3 , when i tried to mount NFS
Server(S1) share directory in to local directory , it showed the
error message 'mount: RPC: Program not registered'.

# mount -o rsize=8192,wsize=8192 S1:/remote /local
mount: RPC: Program not registered

To minimize the complexity i add following line in /etc/hosts.allow in
NFS server(S1)

portmap:ALL


RHEL ver 3.0 installed on all machines.

Services running on machines
c1,c2,c3: portmap,rpc.mountd
s1: portmap,nfsd,rpc.rquotad,rpc.statd,rpc.mountd

C1# rpcinfo -p S1
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 59403 status
100024 1 tcp 36772 status
100021 1 udp 60364 nlockmgr
100021 3 udp 60364 nlockmgr
100021 4 udp 60364 nlockmgr
100021 1 tcp 42935 nlockmgr
100021 3 tcp 42935 nlockmgr
100021 4 tcp 42935 nlockmgr

C3# rpcinfo -p S1
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 59403 status
100024 1 tcp 36772 status
100021 1 udp 60364 nlockmgr
100021 3 udp 60364 nlockmgr
100021 4 udp 60364 nlockmgr
100021 1 tcp 42935 nlockmgr
100021 3 tcp 42935 nlockmgr
100021 4 tcp 42935 nlockmgr

S1# rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100021 1 udp 32774 nlockmgr
100021 3 udp 32774 nlockmgr
100021 4 udp 32774 nlockmgr
100021 1 tcp 34121 nlockmgr
100021 3 tcp 34121 nlockmgr
100021 4 tcp 34121 nlockmgr
100024 1 udp 32852 status
100024 1 tcp 59544 status
100011 1 udp 933 rquotad
100011 2 udp 933 rquotad
100011 1 tcp 936 rquotad
100011 2 tcp 936 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100005 1 udp 960 mountd
100005 1 tcp 963 mountd
100005 2 udp 960 mountd
100005 2 tcp 963 mountd
100005 3 udp 960 mountd
100005 3 tcp 963 mountd
----------------------------------------------------------
any more information you need ??
need urgent help, thanks in advance.
--

Ritesh Agrawal
 
Reply With Quote
 
 
 
 
Raghu Uppalli
Guest
Posts: n/a

 
      04-07-2005, 12:48 AM

Ritesh wrote:
> Hi Group,
>
> Recently i deployed one NFS server(S1) with three clients(C1,C2,C3),
> two client nodes successfully mount NFS server(S1) share into local
> directory , but problem with client3 , when i tried to mount NFS
> Server(S1) share directory in to local directory , it showed the
> error message 'mount: RPC: Program not registered'.
>
> # mount -o rsize=8192,wsize=8192 S1:/remote /local
> mount: RPC: Program not registered
>
> To minimize the complexity i add following line in /etc/hosts.allow

in
> NFS server(S1)
>
> portmap:ALL


What is in the /etc/exports on S1? Are you sure C3 is also allowed to
nfs to it?
If yes, do you see anything to indicate that a connection was attempted
from C3 in /var/log/messages on S1?

--Raghu

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mount mount file system using nfs Jim Anderson Linux Networking 2 07-16-2008 09:19 PM
Changing the registered IP name Moqtar Windows Networking 1 07-21-2006 12:35 PM
HELP with autofs and NIS: How to override mount options on all mount points? theosib@gmail.com Linux Networking 0 03-04-2006 09:12 PM
dns on lan, without registered ip or domain name bmgz Linux Networking 2 03-22-2005 06:03 AM
NFS mount won't mount at boot, but mount -a works fine. BT Linux Networking 2 09-23-2004 09:37 PM



1 2 3 4 5 6 7 8 9 10 11