<?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: File Transfer Starts fast, slows to a crawl in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973675#M575481</link>
    <description>To second what Rick stated, and fall back on my statements the switch is the most likely culprit here.  Your NIC is already forced into 100FD mode, looks like your switch port is not.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try to ping the IP of the switch, and see if you still get the dropped frames.  This limits real traffic between the HP and the switch.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
    <pubDate>Fri, 16 May 2003 19:19:10 GMT</pubDate>
    <dc:creator>Shannon Petry</dc:creator>
    <dc:date>2003-05-16T19:19:10Z</dc:date>
    <item>
      <title>File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973655#M575461</link>
      <description>First of all, I realize there are so many potential variables to this kind of problem, I'm expecting a lot of follow-up questions asking for details.  For the moment, can we try to take this at face value, I'm just looking for leads into what the likely culprit might be.&lt;BR /&gt;&lt;BR /&gt;OK - I have an HP rp5430 with 1 750mhz CPU and 2GB of RAM.  Running HPUX 11.11i (March 2003 build).  I am connected to my LAN via a 100BT ethernet, full duplex, over to a switched port.  Supposedly they are correctly matched (but I'm still suspicious).&lt;BR /&gt;&lt;BR /&gt;Problem.  After a clean reboot, I initiate an ftp session to another system on the same LAN with a like connection.  I "get" an 840MB file.  1st time, I get a transfer rate of over 10,000K/sec - pretty good, and likely what you'd hope for over 100MB full.  If I disconnect and reconnect my ftp session, and restart the transfer, after anywhere from 160-310MB, the transfer comes to a halt and eventually times out, with an average xfr rate of &amp;lt;800K/sec.  Right after the "time-out" I can still communicate with the host.  Then, anywhere from 30 minutes to 3 hours later, even with no other activity, the host stops responding to any network calls including PING and/or Telnet etc...  The host, except on one occasion, remains alive, and at the console, I still can interact with it, but I'm unable to use any network connection.  The only solution has been to reboot.&lt;BR /&gt;&lt;BR /&gt;I ran a netstat -i to capture some simple stats and I can clearly see a progressive decrease in packets transferred on my 2nd run (these were very steady on the 1st).&lt;BR /&gt;&lt;BR /&gt;We replaced the NIC, no change.  Swapped LAN cables, no change.  Pulled the hard drives out of system A and put them in (Like) system B, no change.  This last test makes me a believer that it must be something in the configuration and setup of this root disk/OS.&lt;BR /&gt;&lt;BR /&gt;With this in mind, my local support guy suggested we try modifying the buffer cache setting which defaults to 50(%) and we set it to 20(%), but this affected no change.&lt;BR /&gt;&lt;BR /&gt;Does ANYONE have an idea of what the most likely causes of this type of LAN I/O freeze-up?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 14 May 2003 19:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973655#M575461</guid>
      <dc:creator>Russ Park</dc:creator>
      <dc:date>2003-05-14T19:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973656#M575462</link>
      <description>One possibiltiy involves a rouge network utility which can be tracked through increasing icmp packets.  ICMP could be come from a ping (* denial of server *) or a normal error report from a network utility.&lt;BR /&gt;&lt;BR /&gt;netstat -p icmp | grep -i drop&lt;BR /&gt;&lt;BR /&gt;Search for:&lt;BR /&gt;&lt;BR /&gt;xxxxxx ICMP messages dropped &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3f46c4c76f92d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3f46c4c76f92d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Get a copy of 'tcpdump' to see where the culprit lies on the network:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cict.fr/hppd/hpux/Networking/Admin/tcpdump-3.6.2/" target="_blank"&gt;http://hpux.cict.fr/hppd/hpux/Networking/Admin/tcpdump-3.6.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;tcpdump | grep -i icmp (* or something like this *)&lt;BR /&gt;&lt;BR /&gt;Also note 'source quench':&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa05268c57f64d4118fee0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa05268c57f64d4118fee0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 20:12:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973656#M575462</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-05-14T20:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973657#M575463</link>
      <description>&lt;BR /&gt;Rule Number 1) In any network problem involving HP-UX make absolutely certain that auto-negotiation is OFF. You should hard set both the host's NIC AND each corresponding switch port to 100FD. Without knowing your exact card I can't be certain but this is set in a file in /etc/rc.config.d -  probably "hpbtlanconf". Set it here and reboot. A lanadmin -x can also be used but the changes will be ignored upon the boot. Until this is done and verified, do nothing else.&lt;BR /&gt;&lt;BR /&gt;I would next install the March 03 HWE and GoldQPK and then search the patch database for "LAN" and apply any of those patches - many of which will have been covered by HWE and/or GOLDQPK.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 20:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973657#M575463</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-05-14T20:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973658#M575464</link>
      <description>Thanks to both my respondents, I have checked out both sets of ideas.  I found that doubling my check on the network configuration and port settings was very important as it has narrowed my focus.  Here's what I know now:&lt;BR /&gt;&lt;BR /&gt;1. The LAN0 port and the switch port are both set correctly to 100FD Manual.  During another test run, my network folks monitored the port and saw only a decrease in utilization, but NO errors. &lt;BR /&gt;&lt;BR /&gt;2. The problem is also NOT the source host.  I had the network guy monitor the port for this host and it was also under-utilized.  In fact, during an attempted transfer that had petered down to about 100K/sec, I started another transfer from a known good Tru64 host and it galloped away at 10500K/sec and completed the transfer, hence, the problem is not the source host or it's network port.&lt;BR /&gt;&lt;BR /&gt;I tried some of Michaels command suggestions, but so far, I have not been able to determine anything useful.  I will do more soon.&lt;BR /&gt;&lt;BR /&gt;-Russ</description>
      <pubDate>Wed, 14 May 2003 22:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973658#M575464</guid>
      <dc:creator>Russ Park</dc:creator>
      <dc:date>2003-05-14T22:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973659#M575465</link>
      <description>As with all network communication, the remote end is just as important as the local end. ftp is an adaptive protocol which changes packet sizes to match the network speed and allows for multiple packets to be transferred with deferred acks in order to reduce the overhead for WANs. The source machine must eventually wait for acks to return before continuing and these come from the remote system. Since the Tru64 box seems to work OK, you may want to time transfers in both directions as well as verify the settings at the remote end. The buffer cache only helps when the request rates for filesystem records is very high (100Mbit LANs are very slow compared to disks). &lt;BR /&gt;&lt;BR /&gt;Check lanadmin on both ends after zeroing the stats, then transferring the file. Check syslog to see if anything is getting reported.</description>
      <pubDate>Wed, 14 May 2003 22:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973659#M575465</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-05-14T22:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973660#M575466</link>
      <description>MORE new info:&lt;BR /&gt;&lt;BR /&gt;I have now tried this on my other LIKE box under similar conditions and am duplicating the problem.  YEA!  At least this means it's something in my configuration soup, 'cause I built both of these boxes up the same way.</description>
      <pubDate>Wed, 14 May 2003 23:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973660#M575466</guid>
      <dc:creator>Russ Park</dc:creator>
      <dc:date>2003-05-14T23:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973661#M575467</link>
      <description>Sounds like a flaky router.  Try pinging with different packet size and count and look for packet loss variations:&lt;BR /&gt;&lt;BR /&gt;ping ip 500 100&lt;BR /&gt;&lt;BR /&gt;ping ip 1000 100&lt;BR /&gt;&lt;BR /&gt;ping ip 1500 100&lt;BR /&gt;&lt;BR /&gt;ping ip 2000 100&lt;BR /&gt;&lt;BR /&gt;If you see a loss traceroute and re-route.  Eliminate the router with a crossover cable, another port, another router.&lt;BR /&gt;&lt;BR /&gt;Using VLAN tagging?  Cisco router?</description>
      <pubDate>Thu, 15 May 2003 00:12:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973661#M575467</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-05-15T00:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973662#M575468</link>
      <description>There is a known problem between HP NIC cards and Cisco switches.&lt;BR /&gt;&lt;BR /&gt;Besides following Clay's advice above, have the admin of the switch set the port for 100 BaseT Full Duplex, Manual.&lt;BR /&gt;&lt;BR /&gt;As Clay says, Auto-negotiate and HP-9000 servers don't mix.  I am a victim of this on at least two occaisions, one of which cost me weeks of diagnosis.&lt;BR /&gt;&lt;BR /&gt;netstat -I lan0 3&lt;BR /&gt;&lt;BR /&gt;Will give you more statistics which at this point is frustrating.&lt;BR /&gt;&lt;BR /&gt;In my situation, without /etc/rc.config.d/hpbtlanconf set up, after setting the switch to manual, and booting my box, it came up half duplex.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 15 May 2003 00:17:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973662#M575468</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-15T00:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973663#M575469</link>
      <description>If A. Clay and I are correct about the cause of this problem, you should see the saem problem with large nfs and samba transfers.&lt;BR /&gt;&lt;BR /&gt;I may be having the same problem right now with my primary production environment. Our switch admin keeps wanting to go auto-negotiaate and we seem to get a new core switch environment every fiscal quarter.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 15 May 2003 02:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973663#M575469</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-15T02:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973664#M575470</link>
      <description>Do you have PHNE_22727?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_22727&amp;amp;context=hpux:800:11:11" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_22727&amp;amp;context=hpux:800:11:11&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The notes say that the 100BT driver randomly drops packets which might explain the slowness you are seeing.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Thu, 15 May 2003 13:55:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973664#M575470</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-05-15T13:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973665#M575471</link>
      <description>I'm going to disagree with Rule Number 1.  I would not hardcode until I had determined that there was indeed an autoneg problem and that it could not be resolved by patches to the host or updates to the switch. I myself have had virtually no problems with autoneg thusfar, using a mix of ProCurve and Alteon switches (alteon in 100BT).  Perhaps my life is charmed&lt;BR /&gt;&lt;BR /&gt;How to guess from the host if there is a duplex mismatch?  If the lanadmin -g mibstats &lt;PPA&gt; stats show the link to be full duplex and there are FCS errors, there may be a duplex mismatch.  If the lanadmin description shows the link to be half-duplex and there are late-collisions, there may be a duplex mismatch.&lt;BR /&gt;&lt;BR /&gt;It would be good to look at the netstat staticstics (preferably on both sides) and see what the retransmission rates are.  You may find &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; helpful, and "beforeafter" from &lt;A href="ftp://ftp.cup.hp.com/dist/networking/tools/" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/tools/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It might also be good to eliminate any possibility of filesystem issues by using something other than FTP to test the link - say netperf - &lt;A href="http://www.netperf.org/" target="_blank"&gt;http://www.netperf.org/&lt;/A&gt;&lt;/PPA&gt;</description>
      <pubDate>Thu, 15 May 2003 16:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973665#M575471</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-05-15T16:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973666#M575472</link>
      <description>First of all, THANKS to all who have taken time to give feedback to my problem, I truly appreciate this!&lt;BR /&gt;&lt;BR /&gt;I am working on the suggestions from M. Steele who suggested that it might be router trouble.  As to the physical LAN configuration, I am connected to a 10/100 switch in the same switch 'fabric' that the soruce host is in, eliminating the likelyhood that a router is creating the problem; it is just not involved as the switch SHOULD be forwarding all packets to the other known host directly.  &lt;BR /&gt;&lt;BR /&gt;My network support guy tried a series of pings with progressive packet sizes as Mike suggested and was able to essentially duplicate the problem.  He is looking into this but agrees that the next step is to isolate the two systems, if possible, by putting a crossover cable between them and rerunning the test.  I am working on that at this time and will let you all know what I find...&lt;BR /&gt;&lt;BR /&gt;-Russ</description>
      <pubDate>Thu, 15 May 2003 18:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973666#M575472</guid>
      <dc:creator>Russ Park</dc:creator>
      <dc:date>2003-05-15T18:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973667#M575473</link>
      <description>ALSO:&lt;BR /&gt;The system is connected to an ENTERASYS Matrix switch.  Beyond that, I don't know the router, but as mentioned in the previous thread, I don't think we're touching the router.  I'll try to get that data nonetheless.&lt;BR /&gt;&lt;BR /&gt;-Russ</description>
      <pubDate>Thu, 15 May 2003 18:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973667#M575473</guid>
      <dc:creator>Russ Park</dc:creator>
      <dc:date>2003-05-15T18:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973668#M575474</link>
      <description>I've had similar problems in the past with FTP, and it turned out to be related to the setting of the ip_pmtu_strategy value in the ip stack.&lt;BR /&gt;&lt;BR /&gt;Use ndd to see what your value is.&lt;BR /&gt;&lt;BR /&gt;# ndd -get /dev/ip ip_pmtu_strategy&lt;BR /&gt;&lt;BR /&gt;If it is set to 0 then you should change it to 1.&lt;BR /&gt;&lt;BR /&gt;# ndd -set /dev/ip ip_pmtu_strategy 1&lt;BR /&gt;&lt;BR /&gt;You can "permanently" change this by adding an entry for it in your /etc/rc.config.d/nddconf file.</description>
      <pubDate>Thu, 15 May 2003 20:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973668#M575474</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2003-05-15T20:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973669#M575475</link>
      <description>Here's the latest:&lt;BR /&gt;Connecting the two systems via a crossover cable; I had good results, ran the transfer 5 times with no degridation.  The moment I connected back to my LAN, the problem returned.  My network guys are going to isolate me down to a single blade, and see if the problem disapears.  I'm guessing it might.  As I'm leaving for the day, won't know until I try tomorrow.  &lt;BR /&gt;&lt;BR /&gt;Thanks all!</description>
      <pubDate>Thu, 15 May 2003 20:37:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973669#M575475</guid>
      <dc:creator>Russ Park</dc:creator>
      <dc:date>2003-05-15T20:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973670#M575476</link>
      <description />
      <pubDate>Fri, 16 May 2003 18:14:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973670#M575476</guid>
      <dc:creator>Russ Park</dc:creator>
      <dc:date>2003-05-16T18:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973671#M575477</link>
      <description>certainly the error count is large enough to suggest that _something_ is not completely well with the setup.  it could be that there is indeed a duplex mismatch, it could be a bad cable, or bad port or bad card even.&lt;BR /&gt;&lt;BR /&gt;it might be nice to post the netstat -p tcp output - I suspect you will have seen places with packets being received out of order - it would be nice to see if that count matches the FCS error count or is larger</description>
      <pubDate>Fri, 16 May 2003 18:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973671#M575477</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-05-16T18:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973672#M575478</link>
      <description>99% of the time I see these type  errors, the switch is auto-negotiating the port rate.&lt;BR /&gt;&lt;BR /&gt;I too run Cisco's, and am actually looking at a matrix of 256 ports of them ;)&lt;BR /&gt;&lt;BR /&gt;My Solaris box has no problems auto-negotiating a Cisco switch, but every one of my HP's have had their ports manually set in the switch.&lt;BR /&gt;&lt;BR /&gt;The symptom you are receiving is quite common.  You start with a good connection, then slowly it degrades.  The more you utilize your line the faster the degredation.&lt;BR /&gt;&lt;BR /&gt;Most systems only check at start up how to set the NIC (full/half, 100/10) but for some reason the HP's do this frequently and change.  For this reason in a 100FD I have(note the word HAVE HP?) to force the settings in /etc/rc.config.d/hpbase100conf.&lt;BR /&gt;&lt;BR /&gt;I am not sure why the HP then starts changing the speed it tells the switch, but it does.  I have seen port speed/duplex flip flop all over when the HP is utilizing the lan.  Your network people should be able to monitor that specific port and see the speeds changing as well as the duplex when the HP is trying to run full bore.&lt;BR /&gt;&lt;BR /&gt;Anyway, my long winded explenations lead to 2 things.&lt;BR /&gt;&lt;BR /&gt;1.  Force the duplex and speed in /etc/rc.config.d/hpbase100conf&lt;BR /&gt;&lt;BR /&gt;2.  Force the port speed and duplex on the cisco&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Fri, 16 May 2003 18:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973672#M575478</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-05-16T18:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973673#M575479</link>
      <description>I checked and found that the counts don't match, the FCS is at 256, the out of order count is over 23,000.  Does this tell you more?&lt;BR /&gt;&lt;BR /&gt;-Russ</description>
      <pubDate>Fri, 16 May 2003 18:49:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973673#M575479</guid>
      <dc:creator>Russ Park</dc:creator>
      <dc:date>2003-05-16T18:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer Starts fast, slows to a crawl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973674#M575480</link>
      <description>It tells me that a boatload of frames are being lost places other than the local NIC.  A check of the switch stats for the port would be in order, and then work your way back to the traffic source(s).</description>
      <pubDate>Fri, 16 May 2003 19:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-starts-fast-slows-to-a-crawl/m-p/2973674#M575480</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-05-16T19:08:27Z</dc:date>
    </item>
  </channel>
</rss>

