<?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: slow inbound ftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-inbound-ftp/m-p/3092130#M573282</link>
    <description>Thank you for all your answers.&lt;BR /&gt;I resolve the problem.&lt;BR /&gt;The duplex mode in switch was set as auto.&lt;BR /&gt;I changed it full and worked fine.</description>
    <pubDate>Tue, 14 Oct 2003 08:41:56 GMT</pubDate>
    <dc:creator>Brian Lee_4</dc:creator>
    <dc:date>2003-10-14T08:41:56Z</dc:date>
    <item>
      <title>slow inbound ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-inbound-ftp/m-p/3092125#M573277</link>
      <description>OS: HP-UX 11.0&lt;BR /&gt;Model: N4000&lt;BR /&gt;Duplex: full duplex on NIC and switch&lt;BR /&gt;name resolution: /etc/hosts&lt;BR /&gt;&lt;BR /&gt;I updated patch level to March, 2003.&lt;BR /&gt;And then inbound ftp got so slow suddenly.&lt;BR /&gt;However, outbound is okay.&lt;BR /&gt;I checked /var/adm/nettl.LOG00 file and tested name resolution with "nslookup hostname".&lt;BR /&gt;They are all fine.&lt;BR /&gt;Also, duplex mode is set up as manual full duplex on both NIC and switch.&lt;BR /&gt;&lt;BR /&gt;Anyone can help me resolve this problem?&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Oct 2003 15:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-inbound-ftp/m-p/3092125#M573277</guid>
      <dc:creator>Brian Lee_4</dc:creator>
      <dc:date>2003-10-13T15:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: slow inbound ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-inbound-ftp/m-p/3092126#M573278</link>
      <description>&lt;BR /&gt;Within your LAN or are you talking about a connection from the internet into your HP?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 13 Oct 2003 15:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-inbound-ftp/m-p/3092126#M573278</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-10-13T15:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: slow inbound ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-inbound-ftp/m-p/3092127#M573279</link>
      <description>this is not between internet and intranet.&lt;BR /&gt;This problem is happening between two private subnets.</description>
      <pubDate>Mon, 13 Oct 2003 15:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-inbound-ftp/m-p/3092127#M573279</guid>
      <dc:creator>Brian Lee_4</dc:creator>
      <dc:date>2003-10-13T15:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: slow inbound ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-inbound-ftp/m-p/3092128#M573280</link>
      <description>Its almost impossible to believe everything is manual full duplex, but, it should not be manual if your NIC is 1000 BaseT. You don't say. Those really fast GB cards are autonegotiate only, even on the switch.&lt;BR /&gt; &lt;BR /&gt;Check the target filesystem. If its close to full there could be I/O issues.&lt;BR /&gt; &lt;BR /&gt;Check disk bottlenecks with the script I'm attaching.&lt;BR /&gt; &lt;BR /&gt;Think kernel next:&lt;BR /&gt;nfiles nflocks &lt;BR /&gt;to a much lesser extent:&lt;BR /&gt;shmmax,shmseg.&lt;BR /&gt; &lt;BR /&gt;This might be a hardware issue. From outside the HP box, do a continous ping. If the times rise, consider doing a hardware call.&lt;BR /&gt; &lt;BR /&gt;Last, get ready to explore the fun of the ndd command, something, I do not know what might be amiss there.&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Mon, 13 Oct 2003 15:38:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-inbound-ftp/m-p/3092128#M573280</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-13T15:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: slow inbound ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-inbound-ftp/m-p/3092129#M573281</link>
      <description>Check with &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;lanadmin&lt;BR /&gt;lan&lt;BR /&gt;display&lt;BR /&gt; &lt;BR /&gt;See if the second page has errors which might indicate a duplex mismatch or other problem.  (Duplex mismatch is the most common cause of a difference in the speed of FTP transfers.)  If you have more than one NIC you will need to do &lt;BR /&gt;ppa x&lt;BR /&gt;dislay&lt;BR /&gt;where x is either 1 or 2 to see the other one.&lt;BR /&gt; &lt;BR /&gt;Try doing an FTP on the same LAN or to yourself to rule out a network issue or a problem with the other LAN.&lt;BR /&gt; &lt;BR /&gt;I assume we still have lots of space to store files?&lt;BR /&gt; &lt;BR /&gt;Ron</description>
      <pubDate>Mon, 13 Oct 2003 21:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-inbound-ftp/m-p/3092129#M573281</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-10-13T21:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: slow inbound ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-inbound-ftp/m-p/3092130#M573282</link>
      <description>Thank you for all your answers.&lt;BR /&gt;I resolve the problem.&lt;BR /&gt;The duplex mode in switch was set as auto.&lt;BR /&gt;I changed it full and worked fine.</description>
      <pubDate>Tue, 14 Oct 2003 08:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-inbound-ftp/m-p/3092130#M573282</guid>
      <dc:creator>Brian Lee_4</dc:creator>
      <dc:date>2003-10-14T08:41:56Z</dc:date>
    </item>
  </channel>
</rss>

