<?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 over WAN with large file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160965#M902561</link>
    <description>HI Jerry,&lt;BR /&gt;&lt;BR /&gt;Thanks for posting your solution. Far too few users do.&lt;BR /&gt;&lt;BR /&gt;As to the solution, that would definitely explain it. You'll find NFS via TCP will be more robust &amp;amp; less prone to trouble, but somewhat slower do to the CRC routines required by TCP but not UDP.&lt;BR /&gt;&lt;BR /&gt;But I always refer to NFS as&lt;BR /&gt;Not F'n Stable anyway ;~))&lt;BR /&gt;And I always cringe when I have to implement it in Production.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
    <pubDate>Mon, 12 Jan 2004 16:35:56 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2004-01-12T16:35:56Z</dc:date>
    <item>
      <title>NFS server not responding over WAN with large file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160956#M902552</link>
      <description>Has anyone seen this NFS problem.&lt;BR /&gt;&lt;BR /&gt;I have made two test files. &lt;BR /&gt;One which is  14628 bytes, as listed with ll.&lt;BR /&gt;And the other 14629 bytes.&lt;BR /&gt;&lt;BR /&gt;I can cp the 14628 byte file over NFS mount but&lt;BR /&gt;anything over this size generates the message:&lt;BR /&gt;&lt;BR /&gt;NFS server &lt;HOSTNAME&gt; not responding.&lt;BR /&gt;&lt;BR /&gt;The last time I had a problem like this was&lt;BR /&gt;with an ISP that had a router configured with&lt;BR /&gt;an mtu of 1486 instead of the ethernet mtu&lt;BR /&gt;standard of 1500. Had to change our mtu to&lt;BR /&gt;match theirs so things would work.&lt;BR /&gt;&lt;BR /&gt;Also. I can cp large files fine from the NFS mount. Just can't write to them.&lt;BR /&gt;&lt;BR /&gt;This problem is only with systems not on the&lt;BR /&gt;lan. ftp, smtp works fine for large files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Fri, 09 Jan 2004 16:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160956#M902552</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-01-09T16:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding over WAN with large file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160957#M902553</link>
      <description>Havn't seen it - but I would read the following - in particular th section on mount options:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,952,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,952,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 09 Jan 2004 16:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160957#M902553</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-01-09T16:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding over WAN with large file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160958#M902554</link>
      <description>NFS over the WAN is something to be avoided if possible but nonetheless I've always been able to make it work. A good place to start would be a series of nfsstats and see if anything jumps out at you either on the client or server end.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jan 2004 16:36:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160958#M902554</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-01-09T16:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding over WAN with large file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160959#M902555</link>
      <description>Jerry,&lt;BR /&gt;&lt;BR /&gt;Regarding not being able to cp to the NFS mount... check the options on the NFS filesystem on the server, and be sure it is NOT read only. That could be the problem.&lt;BR /&gt;&lt;BR /&gt;On the filesize limitation problem, I think if you can try to rcp or ftp a file from/to the NFS server. That may give you a clue. Also, look at the syslog.log to see if that can give you any clues.&lt;BR /&gt;&lt;BR /&gt;Also, which way are you cp'ing the 14628 byte file? I am assuming FROM the NFS server to the client.</description>
      <pubDate>Fri, 09 Jan 2004 16:41:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160959#M902555</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-01-09T16:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding over WAN with large file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160960#M902556</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I found a patch you might want to check:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_28138" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_28138&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It states:&lt;BR /&gt;Intergraph's DiskShare NFS server returns zero bytes for the&lt;BR /&gt; preferred and/or maximum transfer size of READ/WRITE, which&lt;BR /&gt; makes the HP-UX NFS client panic. The correct behavior&lt;BR /&gt; should be to 1) return an I/O error message when the&lt;BR /&gt; preferred and/or maximum size has a value of zero, and 2)&lt;BR /&gt; allow normal operation when the maximum transfer size has a&lt;BR /&gt; non-zero value.&lt;BR /&gt;&lt;BR /&gt; Resolution:&lt;BR /&gt; When an NFS server returns zero or MAX_LARGE_FILES for a&lt;BR /&gt; READ/WRITE operation's transfer size, the HP-UX client now&lt;BR /&gt; responds correctly instead of panicking.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jan 2004 16:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160960#M902556</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-09T16:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding over WAN with large file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160961#M902557</link>
      <description>I have seen issues with different versions of nfs.  &lt;BR /&gt;You can see the stats with the nfsstat commands (man page available )&lt;BR /&gt;&lt;BR /&gt;I would recommend trying nfs2 to start (automount) and disabling autofs.&lt;BR /&gt;&lt;BR /&gt;Sounds like you have one of the old forward compatible to system A but not backward compatible to system B type issues.  Force the OLD version only, and work from there.&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Jan 2004 15:55:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160961#M902557</guid>
      <dc:creator>Jim Butler</dc:creator>
      <dc:date>2004-01-10T15:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding over WAN with large file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160962#M902558</link>
      <description>I have seen issues with different versions of nfs.  &lt;BR /&gt;You can see the stats with the nfsstat commands (man page available )&lt;BR /&gt;&lt;BR /&gt;I would recommend trying nfs2 to start (automount) and disabling autofs.&lt;BR /&gt;&lt;BR /&gt;Sounds like you have one of the old forward compatible to system A but not backward compatible to system B type issues.  Force the OLD version only, and work from there.&lt;BR /&gt;&lt;BR /&gt;Oh - forgot - /etc/rc.config.d/nfsconf&lt;BR /&gt;is the file you want to look at for the version.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Jan 2004 15:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160962#M902558</guid>
      <dc:creator>Jim Butler</dc:creator>
      <dc:date>2004-01-10T15:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding over WAN with large file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160963#M902559</link>
      <description>The NFS tech doc is interesting. Thanks Geoff.&lt;BR /&gt;&lt;BR /&gt;nfsstat is good but I can't really make heads or tails from the output. Thanks anyway Clay. I'll read up on it. I agree also. NFS is not something you want implemented over a WAN.&lt;BR /&gt;&lt;BR /&gt;I had recommended to the other site that they&lt;BR /&gt;use rcp or ftp. It seemed to work okay.&lt;BR /&gt;The problem of course is not permissions since I do not get an error message regarding&lt;BR /&gt;permissions. I trying to copy from the client to the NFS mount from the NFS server Todd. Thanks Todd for the input on rcp an ftp though.&lt;BR /&gt;&lt;BR /&gt;There is no problem with system panics or&lt;BR /&gt;hangs and the patch does not describe the&lt;BR /&gt;current problem we are now experiencing that&lt;BR /&gt;we were not having before. Thanks G. for the&lt;BR /&gt;effort.&lt;BR /&gt;&lt;BR /&gt;Unfortunately I cannot just change the other&lt;BR /&gt;sites nfs functionality. And since it was&lt;BR /&gt;working before and nothing has changed on the&lt;BR /&gt;systems. It leads me to believe that there &lt;BR /&gt;was a network change. Thanks anyway Jim.&lt;BR /&gt;I wish I did have more control on other systems to trouble shoot problems better.&lt;BR /&gt;&lt;BR /&gt;Turns out that they added a switch under the&lt;BR /&gt;desk that was causing the problem. If they&lt;BR /&gt;take the switch out of the loop then cp works. No telling how the switch is configured or if there is something broke on it. The tech doc nfs performance talks about problems like this with bad hardware.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jan 2004 11:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160963#M902559</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-01-12T11:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding over WAN with large file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160964#M902560</link>
      <description>Found from nfsstat -m that HP's default protocol for NFS is udp. On Sun it is TCP. &lt;BR /&gt;I set the flag in /etc/rc.config.d/nfsconf to&lt;BR /&gt;NFS_TCP=1 and this fixed the problem for NFS&lt;BR /&gt;over the WAN.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jan 2004 16:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160964#M902560</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-01-12T16:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding over WAN with large file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160965#M902561</link>
      <description>HI Jerry,&lt;BR /&gt;&lt;BR /&gt;Thanks for posting your solution. Far too few users do.&lt;BR /&gt;&lt;BR /&gt;As to the solution, that would definitely explain it. You'll find NFS via TCP will be more robust &amp;amp; less prone to trouble, but somewhat slower do to the CRC routines required by TCP but not UDP.&lt;BR /&gt;&lt;BR /&gt;But I always refer to NFS as&lt;BR /&gt;Not F'n Stable anyway ;~))&lt;BR /&gt;And I always cringe when I have to implement it in Production.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 12 Jan 2004 16:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-over-wan-with-large-file/m-p/3160965#M902561</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-01-12T16:35:56Z</dc:date>
    </item>
  </channel>
</rss>

