Networking Forums

Networking Forums > Computer Networking > Linux Networking > more NFS problems , RPC timed out

Reply
Thread Tools Display Modes

more NFS problems , RPC timed out

 
 
Your name
Guest
Posts: n/a

 
      05-12-2004, 05:08 PM
both pc's running RH9

mount -t nfs -o "noexec" company.com:/home/loger/netBU /mnt/backup
was doing ok. Slow but working.
Now the command no longer works, I get an error message of
mount: RPC: Timed out

portmap is running on both pc's and rpcinfo -p company.com returns:
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 921 rquotad
100011 2 udp 921 rquotad
100011 1 tcp 924 rquotad
100011 2 tcp 924 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100021 1 udp 32774 nlockmgr
100021 3 udp 32774 nlockmgr
100021 4 udp 32774 nlockmgr
100005 1 udp 32775 mountd
100005 1 tcp 32770 mountd
100005 2 udp 32775 mountd
100005 2 tcp 32770 mountd
100005 3 udp 32775 mountd
100005 3 tcp 32770 mountd

BUT, when i do rpcinfo -u client.com nfs , I get:
rpcinfo: RPC: Port mapper failure - RPC: Timed out
program 100003 is not available


what is going on???
 
Reply With Quote
 
 
 
 
bazzz777
Guest
Posts: n/a

 
      05-13-2004, 03:38 AM
(E-Mail Removed) (Your name) wrote in message news:<(E-Mail Removed) om>...
> both pc's running RH9
>
> mount -t nfs -o "noexec" company.com:/home/loger/netBU /mnt/backup
> was doing ok. Slow but working.
> Now the command no longer works, I get an error message of
> mount: RPC: Timed out
>
> portmap is running on both pc's and rpcinfo -p company.com returns:
> 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 921 rquotad
> 100011 2 udp 921 rquotad
> 100011 1 tcp 924 rquotad
> 100011 2 tcp 924 rquotad
> 100003 2 udp 2049 nfs
> 100003 3 udp 2049 nfs
> 100021 1 udp 32774 nlockmgr
> 100021 3 udp 32774 nlockmgr
> 100021 4 udp 32774 nlockmgr
> 100005 1 udp 32775 mountd
> 100005 1 tcp 32770 mountd
> 100005 2 udp 32775 mountd
> 100005 2 tcp 32770 mountd
> 100005 3 udp 32775 mountd
> 100005 3 tcp 32770 mountd
>
> BUT, when i do rpcinfo -u client.com nfs , I get:
> rpcinfo: RPC: Port mapper failure - RPC: Timed out
> program 100003 is not available
>
>
> what is going on???


Do you need identd for NFS? In redat, try:

/etc/rc.d/init.d/identd restart

On the client and the server.
 
Reply With Quote
 
bazzz777
Guest
Posts: n/a

 
      05-13-2004, 03:42 AM
(E-Mail Removed) (Your name) wrote in message news:<(E-Mail Removed) om>...
> both pc's running RH9
>
> mount -t nfs -o "noexec" company.com:/home/loger/netBU /mnt/backup
> was doing ok. Slow but working.
> Now the command no longer works, I get an error message of
> mount: RPC: Timed out
>
> portmap is running on both pc's and rpcinfo -p company.com returns:
> 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 921 rquotad
> 100011 2 udp 921 rquotad
> 100011 1 tcp 924 rquotad
> 100011 2 tcp 924 rquotad
> 100003 2 udp 2049 nfs
> 100003 3 udp 2049 nfs
> 100021 1 udp 32774 nlockmgr
> 100021 3 udp 32774 nlockmgr
> 100021 4 udp 32774 nlockmgr
> 100005 1 udp 32775 mountd
> 100005 1 tcp 32770 mountd
> 100005 2 udp 32775 mountd
> 100005 2 tcp 32770 mountd
> 100005 3 udp 32775 mountd
> 100005 3 tcp 32770 mountd
>
> BUT, when i do rpcinfo -u client.com nfs , I get:
> rpcinfo: RPC: Port mapper failure - RPC: Timed out
> program 100003 is not available
>
>
> what is going on???


Do you need identd for NFS? In redat, try:

/etc/rc.d/init.d/identd restart
 
Reply With Quote
 
Your name
Guest
Posts: n/a

 
      05-13-2004, 04:03 PM
(E-Mail Removed) (bazzz777) wrote in message news:<(E-Mail Removed). com>...
> (E-Mail Removed) (Your name) wrote in message news:<(E-Mail Removed) om>...
> > both pc's running RH9
> >
> > mount -t nfs -o "noexec" company.com:/home/loger/netBU /mnt/backup
> > was doing ok. Slow but working.
> > Now the command no longer works, I get an error message of
> > mount: RPC: Timed out
> >
> > portmap is running on both pc's and rpcinfo -p company.com returns:
> > [...]
> > BUT, when i do rpcinfo -u client.com nfs , I get:
> > rpcinfo: RPC: Port mapper failure - RPC: Timed out
> > program 100003 is not available
> >
> >
> > what is going on???

>
> Do you need identd for NFS? In redat, try:
>
> /etc/rc.d/init.d/identd restart


tried it, did not help :-(
 
Reply With Quote
 
Alexander Jenisch
Guest
Posts: n/a

 
      05-13-2004, 08:49 PM
does this happen, even after you rebooted and/or tried to restart the nfsd / portmapper?

On 12 May 2004 10:08:33 -0700
(E-Mail Removed) (Your name) wrote:

> both pc's running RH9
>
> mount -t nfs -o "noexec" company.com:/home/loger/netBU /mnt/backup
> was doing ok. Slow but working.
> Now the command no longer works, I get an error message of
> mount: RPC: Timed out
>
> portmap is running on both pc's and rpcinfo -p company.com returns:
> 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 921 rquotad
> 100011 2 udp 921 rquotad
> 100011 1 tcp 924 rquotad
> 100011 2 tcp 924 rquotad
> 100003 2 udp 2049 nfs
> 100003 3 udp 2049 nfs
> 100021 1 udp 32774 nlockmgr
> 100021 3 udp 32774 nlockmgr
> 100021 4 udp 32774 nlockmgr
> 100005 1 udp 32775 mountd
> 100005 1 tcp 32770 mountd
> 100005 2 udp 32775 mountd
> 100005 2 tcp 32770 mountd
> 100005 3 udp 32775 mountd
> 100005 3 tcp 32770 mountd
>
> BUT, when i do rpcinfo -u client.com nfs , I get:
> rpcinfo: RPC: Port mapper failure - RPC: Timed out
> program 100003 is not available
>
>
> what is going on???



--
eNTi
--------------------------------------------
"In mathematics you don't understand things,
you just get used to them."

-- Johann von Neumann
 
Reply With Quote
 
Your name
Guest
Posts: n/a

 
      05-17-2004, 05:03 PM
Alexander Jenisch <nt-@gmx.de> wrote in message news:<20040513224959.227bfefb.nt-@gmx.de>...
> does this happen, even after you rebooted and/or tried to restart the nfsd / portmapper?
>


a reboot of the pc serving the NFS was done.
we did the NFS mount and it took about 15 minutes for the prompt to
return.
Now the NFS mount lists twice

pc2.co.com:/home/loger/netBU on /mnt/backup type nfs
(rw,noexec,nosuid,nodev,soft,addr=10.94.01.1,bg,ad dr=10.94.01.1)
pc2.co.com:/home/loger/netBU on /mnt/backup type nfs
(rw,noexec,addr=10.94.01.1)
 
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
Ping - Request Timed Out josh_abhi78@yahoo.com Wireless Internet 1 09-23-2005 06:53 AM
Software for timed lockout of MN-500 DM Broadband Hardware 1 12-21-2004 06:39 PM
Connection timed our error Charles Topping Windows Networking 0 07-08-2004 05:54 PM
mount: RPC: Timed out ??? RAFA Linux Networking 2 06-05-2004 04:52 AM
NFS mount : RPC : Timed out on RedHat 9 JoeAley2003 Linux Networking 11 12-17-2003 02:26 PM



1 2 3 4 5 6 7 8 9 10 11