Networking Forums

Networking Forums > Computer Networking > Linux Networking > NFS - mount: RPC: Timed out - how to increase timeout

Reply
Thread Tools Display Modes

NFS - mount: RPC: Timed out - how to increase timeout

 
 
martin.woolley@misys.com
Guest
Posts: n/a

 
      12-14-2005, 09:18 AM
Normally our nfs mounts just work, but occaisonally they fail due to
network traffic issues. When they do fail I need to mount them
manually.

I would like to increase the timeout values so that the nfs mount will
try basically forever until the mount occurs, which it will given
enough time. I have tried mount commands with "timeo=100,retrans=100",
which I think should fail after 1,000 seconds. However this is clearly
not the case as the RPC Timed out message appears after 20 seconds,
which is exactly the same time as without the timeo and retrans options
(eg mount 172.24.0.19:/home -t nfs /home/MAUD) . Even ridiculously
high values eg "timeo=100000000,retrans=100000000" do not increase the
timeout.

How can I force an nfs mount over a busy network? I don't care if the
network gets slower, but our nfs mounts must work.
--
Regards
Martin Woolley
ICT Support
Handsworth Grammar School
Isis Astarte Diana Hecate Demeter Kali Inanna

 
Reply With Quote
 
 
 
 
Geronimo W. Christ Esq
Guest
Posts: n/a

 
      12-14-2005, 10:38 PM
(E-Mail Removed) wrote:
> Normally our nfs mounts just work, but occaisonally they fail due to
> network traffic issues. When they do fail I need to mount them
> manually.


Does NFS over TCP make any difference ? (mount ... -otcp)

I've found that it greatly improves things over heavily congested
networks. Some older versions of Linux have a tendancy to lock up if
there are a lot of dropped packets, TCP helps deal with that.
 
Reply With Quote
 
martin.woolley@misys.com
Guest
Posts: n/a

 
      12-16-2005, 02:02 PM
Geronimo W. Christ Esq wrote:
>
> Does NFS over TCP make any difference ? (mount ... -otcp)
>
> I've found that it greatly improves things over heavily congested
> networks. Some older versions of Linux have a tendancy to lock up if
> there are a lot of dropped packets, TCP helps deal with that.


Thanks for the reply. Using tcp makes do difference; according to the
man page for nfs "The tcp and namlen options are implemented but are
not currently supported by the Linux kernel." Mind you the man page
dates from 1993 so it is likely that tcp are now supported. Today the
mount went just fine, but yesterday it refused to work at all.
Ethereal shows no difference in the amount of network traffic on either
day.
--
Regards
Martin Woolley
ICT Support - Handsworth Grammar School
Isis Astarte Diana Hecate Demeter Kali Inanna

 
Reply With Quote
 
Geronimo W. Christ Esq
Guest
Posts: n/a

 
      12-16-2005, 11:19 PM
(E-Mail Removed) wrote:

>
> Thanks for the reply. Using tcp makes do difference; according to the
> man page for nfs "The tcp and namlen options are implemented but are
> not currently supported by the Linux kernel." Mind you the man page
> dates from 1993 so it is likely that tcp are now supported.


The man page is wrong. NFS over TCP was standard in the Linux kernel
years ago. Long before 2.4.20. Did you try it ?
 
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
Configure ARP-Request-Timeout? (NOT Cache-Timeout!) Mario lzteM Linux Networking 0 07-28-2008 09:41 AM
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
NFS mount won't mount at boot, but mount -a works fine. BT Linux Networking 2 09-23-2004 09:37 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