<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NFS:continuous connection problem signalled in /var/log/messages in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-continuous-connection-problem-signalled-in-var-log-messages/m-p/3564311#M87312</link>
    <description>Another possibility.&lt;BR /&gt;&lt;BR /&gt;There could be another box on the network trying to come up with the same IP addrss as the problem Linux box.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 15 Jun 2005 08:12:05 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-06-15T08:12:05Z</dc:date>
    <item>
      <title>NFS:continuous connection problem signalled in /var/log/messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-continuous-connection-problem-signalled-in-var-log-messages/m-p/3564307#M87308</link>
      <description>Hi,&lt;BR /&gt;in /var/log/message there are continuous message like this:&lt;BR /&gt;Jun 15 08:04:19 localhost kernel: nfs: server lbdnas02 OK&lt;BR /&gt;Jun 15 08:04:20 localhost last message repeated 4 times&lt;BR /&gt;Jun 15 08:04:48 localhost kernel: nfs: server lbdnas02 not responding, still trying&lt;BR /&gt;Jun 15 08:04:50 localhost kernel: nfs: server lbdnas02 OK&lt;BR /&gt;Jun 15 08:04:51 localhost kernel: nfs: server lbdnas02 not responding, still trying&lt;BR /&gt;Jun 15 08:04:51 localhost kernel: nfs: server lbdnas02 OK&lt;BR /&gt;Jun 15 08:05:18 localhost kernel: nfs: server lbdnas02 not responding, still trying&lt;BR /&gt;Jun 15 08:05:21 localhost kernel: nfs: server lbdnas02 OK&lt;BR /&gt;Jun 15 08:05:49 localhost kernel: nfs: server lbdnas02 not responding, still trying&lt;BR /&gt;Jun 15 08:05:49 localhost last message repeated 2 times&lt;BR /&gt;Jun 15 08:05:50 localhost kernel: nfs: server lbdnas02 OK&lt;BR /&gt;Jun 15 08:05:51 localhost last message repeated 2 times&lt;BR /&gt;Jun 15 08:06:19 localhost kernel: nfs: server lbdnas02 not responding, still trying&lt;BR /&gt;Jun 15 08:06:21 localhost kernel: nfs: server lbdnas02 OK&lt;BR /&gt;&lt;BR /&gt;I have change lan wire and port switch but the problem is not solved.&lt;BR /&gt;&lt;BR /&gt;running linux on the server is:&lt;BR /&gt;Linux version 2.4.22 (root@athoa01) (gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-112.7.2)) #1 SMP Wed Nov 5 09:57:23 CET 2003&lt;BR /&gt;&lt;BR /&gt;An other server linux rh2.1 and hp9000 ux11.0 works without problems via NFS on lbdnas02 &lt;BR /&gt;&lt;BR /&gt;any suggestions?&lt;BR /&gt;Thanks&lt;BR /&gt;Paolo</description>
      <pubDate>Wed, 15 Jun 2005 03:13:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-continuous-connection-problem-signalled-in-var-log-messages/m-p/3564307#M87308</guid>
      <dc:creator>Paolo Gilli</dc:creator>
      <dc:date>2005-06-15T03:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: NFS:continuous connection problem signalled in /var/log/messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-continuous-connection-problem-signalled-in-var-log-messages/m-p/3564308#M87309</link>
      <description>&lt;BR /&gt;this message generally printed when NFS service gets network timeout which means the connection between lbdnas02 and your linux box is not reliable. whether both machines are connected via LAN or WAN?&lt;BR /&gt;&lt;BR /&gt;also other things to check is your route/DNS information on your target linux box. check whether it is trying with some non existing DNS or router. If so correct them and check.&lt;BR /&gt;&lt;BR /&gt;Also try connecting NFS by TCP instead of default udp. check -o proto option in mount command of NFS&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 15 Jun 2005 03:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-continuous-connection-problem-signalled-in-var-log-messages/m-p/3564308#M87309</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-06-15T03:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: NFS:continuous connection problem signalled in /var/log/messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-continuous-connection-problem-signalled-in-var-log-messages/m-p/3564309#M87310</link>
      <description>Possible Causes:&lt;BR /&gt;&lt;BR /&gt;1) The server lbdnas02 has gone offline.&lt;BR /&gt;2) A firewall has interfered with the connection.&lt;BR /&gt;3) Network infrastructure has interfered with the connection.&lt;BR /&gt;4) A problem with this server has caused the connection to go stale.&lt;BR /&gt;5) An nfs software flaw has caused this issue.&lt;BR /&gt;6) The lan card on this server has failed or is beginning to go bad.&lt;BR /&gt;&lt;BR /&gt;You have covered cable an other simple causes.&lt;BR /&gt;&lt;BR /&gt;I would suggest that you upgrade the Linux server at least for networking and NFS to make sure its not software patching. Then meticulous eliminate the other possible causes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 15 Jun 2005 05:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-continuous-connection-problem-signalled-in-var-log-messages/m-p/3564309#M87310</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-15T05:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: NFS:continuous connection problem signalled in /var/log/messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-continuous-connection-problem-signalled-in-var-log-messages/m-p/3564310#M87311</link>
      <description>Gopi, Steven,&lt;BR /&gt;Thankyou for your response.&lt;BR /&gt;I will start to investigate the point mentioned by Steven and then apply Gopi mount option.&lt;BR /&gt;Here other informations: &lt;BR /&gt;&lt;BR /&gt;all connections between linux boxes and lbdnas02 are LAN connections.&lt;BR /&gt;The linux box(rh 7.2)with the connections problems and the linux box(rhAS 21)that works fine have the same NFS option.&lt;BR /&gt;mount command shows:&lt;BR /&gt;lbdnas02:/vol1r5/nfs on /nas type nfs (rw,noexec,nosuid,nodev,addr=192.168.248.5)&lt;BR /&gt;in /etc/fstab:lbdnas02:&lt;BR /&gt;lbdnas02:/vol1r5/nfs            /nas            nfs     noauto,user     0 0&lt;BR /&gt;&lt;BR /&gt;when mount NSF I use simply mount /nas on both linux box&lt;BR /&gt;&lt;BR /&gt;linux box with problem work on:&lt;BR /&gt;2: eth0: &lt;BROADCAST&gt; mtu 1500 qdisc pfifo_fast qlen 100&lt;BR /&gt;    link/ether 00:0b:cd:28:b4:f4 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;    inet 192.168.249.66/22 brd 192.168.251.255 scope global eth0&lt;BR /&gt;&lt;BR /&gt;linux box OK work on&lt;BR /&gt;2: eth0: &lt;BROADCAST&gt; mtu 1500 qdisc pfifo_fast qlen 1000&lt;BR /&gt;    link/ether 00:0b:cd:fe:1d:d8 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;    inet 192.168.1.170/24 brd 192.168.1.255 scope global eth0&lt;BR /&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;</description>
      <pubDate>Wed, 15 Jun 2005 07:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-continuous-connection-problem-signalled-in-var-log-messages/m-p/3564310#M87311</guid>
      <dc:creator>Paolo Gilli</dc:creator>
      <dc:date>2005-06-15T07:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: NFS:continuous connection problem signalled in /var/log/messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-continuous-connection-problem-signalled-in-var-log-messages/m-p/3564311#M87312</link>
      <description>Another possibility.&lt;BR /&gt;&lt;BR /&gt;There could be another box on the network trying to come up with the same IP addrss as the problem Linux box.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 15 Jun 2005 08:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-continuous-connection-problem-signalled-in-var-log-messages/m-p/3564311#M87312</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-15T08:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: NFS:continuous connection problem signalled in /var/log/messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-continuous-connection-problem-signalled-in-var-log-messages/m-p/3564312#M87313</link>
      <description>I had a similar problem once, due to a silly quirk of inetd.  We ran the default nfs setup with minimal tweaks which meant that NFS connections were managed by inetd.  Inetd has an dumb default number of allowed connections 50 in a minute.  What it does is counts by the minute and once it hits its limit it denies connections until the minute is up and then it allows another 50 connections.&lt;BR /&gt;&lt;BR /&gt;We had to change the line in inetd to increase the number of connections.  This only applied to UDP connections because TCP connections were not handled through inetd.&lt;BR /&gt;&lt;BR /&gt;I can't remember the specifics of what we changed it was something along these lines though:&lt;BR /&gt;&lt;BR /&gt;rpc dgram udp wait root /usr/lib/netsvc/rwall/rpc.rwalld 100008 1 rpc.rwalld &lt;BR /&gt;&lt;BR /&gt;rpc dgram udp wait.1000 root /usr/lib/netsvc/rwall/rpc.rwalld 100008 1 rpc.rwalld &lt;BR /&gt;&lt;BR /&gt;man inetd.conf&lt;BR /&gt;&lt;BR /&gt;This only applies if you are using inetd of course.&lt;BR /&gt;&lt;BR /&gt;Also do *NOT* use soft mounts ( snipped from Linux NFS FAQ ):&lt;BR /&gt;&lt;BR /&gt;  E4. Why do I get NFS timeouts when I mount a Linux NFS server from my Solaris NFS client?&lt;BR /&gt;&lt;BR /&gt;    A. You get NFS timeouts because you are using soft mounts. Normally, mounts are hard, which requires the client to continue attempts to reach the server forever. A soft mount allows the client to stop trying an operation after a period of time. A soft timeout may cause silent data corruption if it occurs during data or metadata transmissions, so you should only use soft mounts in the cases where client responsiveness is more important than data integrity. If you require the use of soft mounts over an unreliable link such as DSL, try using TCP, which is what Solaris uses by default. This will help manage the impact of brief network interruptions. If using TCP is not possible, then you should reduce the risk of using soft mounts with UDP by specifying long retransmission timeout values and a relatively large number of retries in the mount command options (i.e., timeo=30, retrans=10).&lt;BR /&gt;&lt;BR /&gt;    Note that NFS over UDP now uses a retransmit timeout estimation algorithm in the latest 2.4 and 2.6 kernels, which means the timeo= mount option is less effective at preventing data corruption due to a soft timeout.&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
      <pubDate>Mon, 20 Jun 2005 12:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-continuous-connection-problem-signalled-in-var-log-messages/m-p/3564312#M87313</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-06-20T12:19:12Z</dc:date>
    </item>
  </channel>
</rss>

