<?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 server not responding in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571100#M84923</link>
    <description>We had connection problems with an ethernet adapter on linux, and we disabled the apic in the kernel and the problem was solved.&lt;BR /&gt;&lt;BR /&gt;linux noapic&lt;BR /&gt;&lt;BR /&gt;I also agree that the autonegotiation should be turned off, and configure fixed speed on both, the switch and the server.</description>
    <pubDate>Wed, 06 Jul 2005 13:46:49 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-07-06T13:46:49Z</dc:date>
    <item>
      <title>NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571091#M84914</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have an nfs filesystem mounted on linux RHEL3 from HPUX.&lt;BR /&gt;&lt;BR /&gt;Every 4-5 minutes I get in /var/log/messages this message:&lt;BR /&gt;kernel: nfs: server serv1 not responding, timed out&lt;BR /&gt;&lt;BR /&gt;in "nfsstat -c" I see that:&lt;BR /&gt;calls     retrans&lt;BR /&gt;708028    77304&lt;BR /&gt;&lt;BR /&gt;It's not so good. What are the steps that I can take to solve this problem?&lt;BR /&gt;&lt;BR /&gt;The network cards on both servers configured on 1000, Full, Autoneg ON.&lt;BR /&gt;&lt;BR /&gt;No problems in pign either.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanx.</description>
      <pubDate>Mon, 27 Jun 2005 02:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571091#M84914</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-06-27T02:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571092#M84915</link>
      <description>Another thing, maybe it's related, I also get a lot of these messages:&lt;BR /&gt;&lt;BR /&gt;kernel: application bug: dw.sapWT3_D00(3602) has SIGCHLD set to SIG_IGN but calls wait()</description>
      <pubDate>Mon, 27 Jun 2005 02:39:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571092#M84915</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-06-27T02:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571093#M84916</link>
      <description>Oh joy, nfs problems, they are always fun...&lt;BR /&gt;&lt;BR /&gt;couple of things you can try.&lt;BR /&gt;&lt;BR /&gt;1. change rsize=8192, wsize=8192 in mount options&lt;BR /&gt;&lt;BR /&gt;2. RHEL3, i believe still has a default mount of udp, you can change the mount to tcp and nfsver=3&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jun 2005 10:28:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571093#M84916</guid>
      <dc:creator>Aris Cruz</dc:creator>
      <dc:date>2005-06-27T10:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571094#M84917</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;I'll try the first option.&lt;BR /&gt;&lt;BR /&gt;About the second, it was TCP, so when the problems started we changed it to UDP it didn't help and it's already version 3.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanx.</description>
      <pubDate>Mon, 27 Jun 2005 11:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571094#M84917</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-06-27T11:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571095#M84918</link>
      <description>watch out for soft mounts.  The linux NFS faq ( &lt;A href="http://nfs.sourceforge.net/" target="_blank"&gt;http://nfs.sourceforge.net/&lt;/A&gt; ) covers this under the heading at the bottom:&lt;BR /&gt;&lt;BR /&gt;Why do I get NFS timeouts when I mount a Linux NFS server from my Solaris NFS client?&lt;BR /&gt;&lt;BR /&gt;This applies to linux clients as well.  These messages are shown when a client gives up trying to connect the the nfs server, this only happens with soft mounts, a hard mount has no timeout value.  Two settings to mitigate this are "-o proto=tcp,hard" Since you are using Gig E you should also adjust the performance options.&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
      <pubDate>Mon, 27 Jun 2005 11:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571095#M84918</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-06-27T11:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571096#M84919</link>
      <description>Hmm, good point. I use soft mounts.&lt;BR /&gt;&lt;BR /&gt;Before I assign points, I'll check it :)</description>
      <pubDate>Mon, 27 Jun 2005 12:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571096#M84919</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-06-27T12:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571097#M84920</link>
      <description>Please do as there could be other reasons for timeouts such as process limits on the server, sometimes you can run low on filehandles and start bouncing connections, etc.&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
      <pubDate>Mon, 27 Jun 2005 12:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571097#M84920</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-06-27T12:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571098#M84921</link>
      <description>You might start looking at switch stats, ethtool stats (linux side) and lanadmin stats on the UX side.  Also, netstat -s on linux and netstat -p udp and netstat -p tcp (depending on the flavor of the mount) on the UX side.  Might toss-in a netstat -p ip if using UDP.&lt;BR /&gt;&lt;BR /&gt;The idea is to see where packets are being lost and leading to the retransmitted NFS requests.&lt;BR /&gt;&lt;BR /&gt;I don't have one for linux yet, but &lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_netstat.txt" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_netstat.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;may be of some help.</description>
      <pubDate>Tue, 28 Jun 2005 12:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571098#M84921</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-06-28T12:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571099#M84922</link>
      <description>Is the physical networking solid on this box?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I would suggest turning Autonegotiation to off and see if it gets any better. I would also see if other boxes have NFS problems with this box, perhaps even an HP-9000 or Solaris box. &lt;BR /&gt;&lt;BR /&gt;The client and server nfs software should be up2date or yum current.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 28 Jun 2005 14:17:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571099#M84922</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-28T14:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571100#M84923</link>
      <description>We had connection problems with an ethernet adapter on linux, and we disabled the apic in the kernel and the problem was solved.&lt;BR /&gt;&lt;BR /&gt;linux noapic&lt;BR /&gt;&lt;BR /&gt;I also agree that the autonegotiation should be turned off, and configure fixed speed on both, the switch and the server.</description>
      <pubDate>Wed, 06 Jul 2005 13:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571100#M84923</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-07-06T13:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571101#M84924</link>
      <description>In the original post, the speed was said to be "1000" which I would take to mean gigabit.  In that case, autoneg _must_ be on - gigabit requires it.</description>
      <pubDate>Wed, 06 Jul 2005 13:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-server-not-responding/m-p/3571101#M84924</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-07-06T13:50:09Z</dc:date>
    </item>
  </channel>
</rss>

