<?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 operations slow / may timeout in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894261#M53282</link>
    <description>Christopher,&lt;BR /&gt;&lt;BR /&gt;welcome to the OpenVMS ITRC forum.&lt;BR /&gt;&lt;BR /&gt;There is one sentence in the TCPIP V5.4 ECO 6 release notes regarding the NFS component, which may (or may not) apply:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;(5) Readdir-plus takes too long&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;But this should already have been fixed with ECO 1. Let's see what patch level you're running.&lt;BR /&gt;&lt;BR /&gt;How large are your directory files ? Does this problem only happen on specific directories ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Wed, 08 Nov 2006 03:06:55 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-11-08T03:06:55Z</dc:date>
    <item>
      <title>NFS operations slow / may timeout</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894257#M53278</link>
      <description>On OpenVMS 7.3-2 using the HP TCP/IP stack, NFS can be very slow.&lt;BR /&gt;&lt;BR /&gt;However, the problem is not that reads/writes are slow, the problem is that testing for the existence of a file is ridiculously slow.&lt;BR /&gt;&lt;BR /&gt;If a file exists and you check for its existence, mounted via UDP(Soft) it takes 0.0054s to come back saying it found the file.&lt;BR /&gt;&lt;BR /&gt;If a file does not exist and you check for its existence, mounted via UDP(Soft) it takes anywhere from 25 to 90 seconds to come backing saying it could not find the file.&lt;BR /&gt;&lt;BR /&gt;I have confirmed with ethereal that the SMB packets are actually taking this long, and it is not the host which is having the issue.&lt;BR /&gt;&lt;BR /&gt;Sometimes the file existence check takes so long that the client thinks the server has timed out, causing a renegotiation and re-setup. This causes all open file handles in the same process to become stale and any operation on them after this point results in an error.&lt;BR /&gt;&lt;BR /&gt;Is there a known issue with 7.3-2? We have a planned upgrade to 8.X soon, but I would like to make sure the issue isn't something else.</description>
      <pubDate>Tue, 07 Nov 2006 17:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894257#M53278</guid>
      <dc:creator>Christopher Watford</dc:creator>
      <dc:date>2006-11-07T17:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: NFS operations slow / may timeout</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894258#M53279</link>
      <description>&lt;BR /&gt;I would check the speed/duplex settings before any other troubleshooting.  What &lt;BR /&gt;&lt;BR /&gt;$ mcr lancp show device /char&lt;BR /&gt;&lt;BR /&gt;will tell you current settings.  Compare this against the switch your Alpha is connected to.  You can set this at either at console &lt;INTERFACE&gt;_mode or with LANCP DEFINE&lt;BR /&gt;&lt;BR /&gt;You should use&lt;BR /&gt;&lt;BR /&gt;$ mcr lancp show device /count&lt;BR /&gt;&lt;BR /&gt;to check for network errors.  &lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;/INTERFACE&gt;</description>
      <pubDate>Tue, 07 Nov 2006 17:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894258#M53279</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-11-07T17:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS operations slow / may timeout</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894259#M53280</link>
      <description>That was our first guess, so we have already ensured the duplex and speed settings are correct.&lt;BR /&gt;&lt;BR /&gt;We achieve the maximum (practical) throughput and minimum latency for all other I/O operations.&lt;BR /&gt;&lt;BR /&gt;Just not testing for file existence...</description>
      <pubDate>Tue, 07 Nov 2006 17:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894259#M53280</guid>
      <dc:creator>Christopher Watford</dc:creator>
      <dc:date>2006-11-07T17:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: NFS operations slow / may timeout</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894260#M53281</link>
      <description>Do you have any patches install for TCPIP? &lt;BR /&gt;&lt;BR /&gt;$ TCPIP SHOW VERSION&lt;BR /&gt;&lt;BR /&gt;The latest is ECO 6, although there seems to be an intermittent host file issue, &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1057983." target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1057983.&lt;/A&gt;  ECO 5 should be available from the support center, it's been removed from the ITRC download site.  Each new ECO includes prior versions, so if you install ECO 5, you don't need 4,3,2 or 1.  There are NFS updates included.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Tue, 07 Nov 2006 20:18:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894260#M53281</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-11-07T20:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: NFS operations slow / may timeout</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894261#M53282</link>
      <description>Christopher,&lt;BR /&gt;&lt;BR /&gt;welcome to the OpenVMS ITRC forum.&lt;BR /&gt;&lt;BR /&gt;There is one sentence in the TCPIP V5.4 ECO 6 release notes regarding the NFS component, which may (or may not) apply:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;(5) Readdir-plus takes too long&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;But this should already have been fixed with ECO 1. Let's see what patch level you're running.&lt;BR /&gt;&lt;BR /&gt;How large are your directory files ? Does this problem only happen on specific directories ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 08 Nov 2006 03:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894261#M53282</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-08T03:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: NFS operations slow / may timeout</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894262#M53283</link>
      <description>Andy/Volker:&lt;BR /&gt;&lt;BR /&gt;::&amp;gt;TCPIP SHOW VERSION&lt;BR /&gt;&lt;BR /&gt;  Compaq TCP/IP Services for OpenVMS Alpha Version V5.1 - ECO 4&lt;BR /&gt;  on a AlphaServer ES40 running OpenVMS V7.3&lt;BR /&gt;&lt;BR /&gt;Obviously we're a bit behind on the times. I can't upgrade the TCP stack on the machine, but should I assume that the Readdir-plus was slow back then too?&lt;BR /&gt;&lt;BR /&gt;I believe Sunday we upgrade to 8.X with TCP/IP 5.4 (or the latest). I'll recommend ECO5 or higher for the TCP stack.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help!</description>
      <pubDate>Wed, 08 Nov 2006 15:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894262#M53283</guid>
      <dc:creator>Christopher Watford</dc:creator>
      <dc:date>2006-11-08T15:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS operations slow / may timeout</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894263#M53284</link>
      <description>&lt;BR /&gt;If you upgrade to 8.3, the latest TCPIP (5.5) will be included with operating system upgrade media.  You can elect to have the o/s upgrade include the upgrade to TCPIP.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Wed, 08 Nov 2006 16:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894263#M53284</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-11-08T16:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: NFS operations slow / may timeout</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894264#M53285</link>
      <description>Andy:&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;I'll mark this thread as 'Closed/Answered' if the upgrade solves the problem.</description>
      <pubDate>Wed, 08 Nov 2006 16:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894264#M53285</guid>
      <dc:creator>Christopher Watford</dc:creator>
      <dc:date>2006-11-08T16:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: NFS operations slow / may timeout</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894265#M53286</link>
      <description>To prevent confusion: OpenVMS V8.3 comes with TCP/IP Services for OpenVMS V5.6&lt;BR /&gt;&lt;BR /&gt;Bart Zorn&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Nov 2006 08:58:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-operations-slow-may-timeout/m-p/3894265#M53286</guid>
      <dc:creator>Bart Zorn_1</dc:creator>
      <dc:date>2006-11-09T08:58:31Z</dc:date>
    </item>
  </channel>
</rss>

