<?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 not responding in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847538#M579435</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As you can see at the end of the attachment, the number of retransmissions ("retrans") is exceptionally high. Same goes for the number of timeouts.&lt;BR /&gt;&lt;BR /&gt;You would probably want to experiment with adding specific mount options in /etc/fstab, instead of using the defaults.&lt;BR /&gt;&lt;BR /&gt;Because of the frequent timeouts, try setting the "timeout" mount options to 14. The client will then wait longer before it decides that the NFS call has failed. This helps if your network performance is slow.&lt;BR /&gt;&lt;BR /&gt;You could also try and set the NFS version to 3 instead of 2. Add the following mount options to the nfs mount in /etc/fstab: "vers=3,proto=udp". &lt;BR /&gt;&lt;BR /&gt;More information on configuring nfs and the specific mount options can be found at &lt;A href="http://docs.hp.com/hpux/onlinedocs/B1031-90043/00/00/9-con.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B1031-90043/00/00/9-con.html&lt;/A&gt; . &lt;BR /&gt;&lt;BR /&gt;If i were you, I'd not blame these problems solely on your system config. Ask the network admins if the network configuration is optimal. Ask them if they could check for a large number of collisions on the network etc.&lt;BR /&gt;&lt;BR /&gt;Keep your eye on the "retrans" value in the output of "nfsstat -c" on the client system. You can reset the counters by issuing a "nfsstat -z". Then, experiment somewhat with NFS mount options. The number of "retrans" should not become more than 5% of the total number of "calls". In your current setup, they are at 286%!&lt;BR /&gt;&lt;BR /&gt;My guess: network problems. Check if the nic's in your systems are set to the correct speed.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
    <pubDate>Wed, 20 Nov 2002 08:57:26 GMT</pubDate>
    <dc:creator>Vincent Stedema</dc:creator>
    <dc:date>2002-11-20T08:57:26Z</dc:date>
    <item>
      <title>NFS not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847530#M579427</link>
      <description>K460 server is the nfs client, K570 is nfs server. from time to time this message is displayed " NFS not responding" i need to solve it, as for 2 months all trials fails.</description>
      <pubDate>Tue, 19 Nov 2002 08:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847530#M579427</guid>
      <dc:creator>firas_1</dc:creator>
      <dc:date>2002-11-19T08:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: NFS not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847531#M579428</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you checked your network availablity at these moments ?&lt;BR /&gt;Patch level on NFS / Networking ?&lt;BR /&gt;&lt;BR /&gt;C.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Nov 2002 08:28:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847531#M579428</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-11-19T08:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: NFS not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847532#M579429</link>
      <description>Yes, &lt;BR /&gt;PHNE_25234 NFS cum. (+ dep. PHCO_25640 libc.cum).</description>
      <pubDate>Tue, 19 Nov 2002 08:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847532#M579429</guid>
      <dc:creator>firas_1</dc:creator>
      <dc:date>2002-11-19T08:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: NFS not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847533#M579430</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you pls post the output of "nfsstat -c" and "nfsstat -m" on the client and "nfsstat -s" on the server? These can help in determining the source of your problem.&lt;BR /&gt;&lt;BR /&gt;At what speed do the nic's in these system's operate?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
      <pubDate>Tue, 19 Nov 2002 10:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847533#M579430</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2002-11-19T10:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: NFS not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847534#M579431</link>
      <description>if is working nfs is working on udp , try configuring through tcp, it will work but perfomance will be matter&lt;BR /&gt;try configuring  through tcp, &lt;BR /&gt;&lt;BR /&gt;ypu can use following command to find out &lt;BR /&gt;rpcinfo -p |grep nfs</description>
      <pubDate>Tue, 19 Nov 2002 10:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847534#M579431</guid>
      <dc:creator>kish_1</dc:creator>
      <dc:date>2002-11-19T10:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: NFS not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847535#M579432</link>
      <description>Check the attachement.</description>
      <pubDate>Tue, 19 Nov 2002 10:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847535#M579432</guid>
      <dc:creator>firas_1</dc:creator>
      <dc:date>2002-11-19T10:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: NFS not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847536#M579433</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The link to the attachment doesn't work...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
      <pubDate>Tue, 19 Nov 2002 12:04:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847536#M579433</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2002-11-19T12:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: NFS not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847537#M579434</link>
      <description>attachement again, nfs.txt</description>
      <pubDate>Wed, 20 Nov 2002 07:48:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847537#M579434</guid>
      <dc:creator>firas_1</dc:creator>
      <dc:date>2002-11-20T07:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: NFS not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847538#M579435</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As you can see at the end of the attachment, the number of retransmissions ("retrans") is exceptionally high. Same goes for the number of timeouts.&lt;BR /&gt;&lt;BR /&gt;You would probably want to experiment with adding specific mount options in /etc/fstab, instead of using the defaults.&lt;BR /&gt;&lt;BR /&gt;Because of the frequent timeouts, try setting the "timeout" mount options to 14. The client will then wait longer before it decides that the NFS call has failed. This helps if your network performance is slow.&lt;BR /&gt;&lt;BR /&gt;You could also try and set the NFS version to 3 instead of 2. Add the following mount options to the nfs mount in /etc/fstab: "vers=3,proto=udp". &lt;BR /&gt;&lt;BR /&gt;More information on configuring nfs and the specific mount options can be found at &lt;A href="http://docs.hp.com/hpux/onlinedocs/B1031-90043/00/00/9-con.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B1031-90043/00/00/9-con.html&lt;/A&gt; . &lt;BR /&gt;&lt;BR /&gt;If i were you, I'd not blame these problems solely on your system config. Ask the network admins if the network configuration is optimal. Ask them if they could check for a large number of collisions on the network etc.&lt;BR /&gt;&lt;BR /&gt;Keep your eye on the "retrans" value in the output of "nfsstat -c" on the client system. You can reset the counters by issuing a "nfsstat -z". Then, experiment somewhat with NFS mount options. The number of "retrans" should not become more than 5% of the total number of "calls". In your current setup, they are at 286%!&lt;BR /&gt;&lt;BR /&gt;My guess: network problems. Check if the nic's in your systems are set to the correct speed.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
      <pubDate>Wed, 20 Nov 2002 08:57:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847538#M579435</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2002-11-20T08:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: NFS not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847539#M579436</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;It appears that either the client requests are not reaching the server, or the responses are not reaching the client. &lt;BR /&gt;&lt;BR /&gt;Try pinging with larger packets, ie.,&lt;BR /&gt;&lt;BR /&gt;ping client-host 8000  &lt;BR /&gt;&lt;BR /&gt;And on the client, run netstat -s -p ip to see if anything is dropped due to fragment re-assembly timeouts. &lt;BR /&gt;&lt;BR /&gt;Also note whether the client and server are on the same or different subnets. &lt;BR /&gt;&lt;BR /&gt;If these things indicate any problem, you could have a link mis-configured, or a router problem .</description>
      <pubDate>Wed, 20 Nov 2002 13:14:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847539#M579436</guid>
      <dc:creator>Jim Keeble</dc:creator>
      <dc:date>2002-11-20T13:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: NFS not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847540#M579437</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;You have very high number of retransmissions.&lt;BR /&gt;If you have extensive load on the subnet, you might consider putting NFS on the dedicated network w/dedicated lan cards.&lt;BR /&gt;&lt;BR /&gt;Ask your network admins to put sniffers on your segment and investigate reasons for retransmissions.&lt;BR /&gt;netstat -s -p ip is a good idea. However I think based on reports provided, datagram assembly is not the issue here.&lt;BR /&gt;&lt;BR /&gt;If you have intentions - run nettl and analyse IP headers and agreed MTO size for IP packets between two of your hosts. &lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;0leg</description>
      <pubDate>Wed, 20 Nov 2002 20:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847540#M579437</guid>
      <dc:creator>Oleg Zieaev_1</dc:creator>
      <dc:date>2002-11-20T20:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: NFS not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847541#M579438</link>
      <description>Oleg Said:&lt;BR /&gt;If you have intentions - run nettl and analyse IP headers and agreed MTO size for IP packets between two of your hosts. &lt;BR /&gt;&lt;BR /&gt;Could you please give more details on using nettl and how to analyze IP heads and MTO.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Nov 2002 07:54:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-not-responding/m-p/2847541#M579438</guid>
      <dc:creator>firas_1</dc:creator>
      <dc:date>2002-11-23T07:54:50Z</dc:date>
    </item>
  </channel>
</rss>

