<?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: poor ftp performance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497744#M597073</link>
    <description>Hi Antonio,&lt;BR /&gt;&lt;BR /&gt;Consider using "rsync" if you would like higher transfer speed.  Rsync could compress the sending data for improving efficiency.  My experience is that this program need less than half of the ftp time when sending large amount of data.&lt;BR /&gt;&lt;BR /&gt;Rsync link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://rsync.samba.org/" target="_blank"&gt;http://rsync.samba.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have a look and you may like it.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
    <pubDate>Sun, 25 Feb 2001 09:34:21 GMT</pubDate>
    <dc:creator>Philip Chan_1</dc:creator>
    <dc:date>2001-02-25T09:34:21Z</dc:date>
    <item>
      <title>poor ftp performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497739#M597068</link>
      <description>I'm trying to send a lot of files using FTP but the performance of this sending is not as good I would like. &lt;BR /&gt;&lt;BR /&gt;It seems the solution is to change Auto-negotiation from On to Off in network connection characteristics (as I've read from other threads), but I don't know how to do it in hp-ux 10.20. In fact, I don't know how to see if auto-negotiation is on or off, because this information is not shown by lanadmin&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Fri, 23 Feb 2001 15:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497739#M597068</guid>
      <dc:creator>Antonio Galán</dc:creator>
      <dc:date>2001-02-23T15:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: poor ftp performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497740#M597069</link>
      <description>Check to see what speed you are running at. This could very well be the root of the performance problems. Have the router/switch port checked to see if it is at the speed you want as well. As to the auto-negotiate, I usually leave it off. To check the LAN interface, use lanscan to find the NMID of the LAN you are using. With that value, you can use 'lanadmin -x NMID#' to check the settings of the card. Note, you may have to load some patches to enable this to work. The patches to load are dependent on the type of driver being used for the LAN. &lt;BR /&gt;&lt;BR /&gt;To lock down the LAN config, use one of the start scripts in the /etc/rc.config.d. The specific file to modify will depend on the driver being used as well. An example of a file is the 'hpbasetconf', but remember this will depend on the LAN driver in use. Config of this file will lock down the card at a specific setting that you define. Don't forget that the port (switch) will need to be set correctly as well.&lt;BR /&gt;&lt;BR /&gt;There are previous posts regarding the patches to use and the file to config based on the LAN driver.</description>
      <pubDate>Fri, 23 Feb 2001 15:45:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497740#M597069</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2001-02-23T15:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: poor ftp performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497741#M597070</link>
      <description>Thanks Rick. &lt;BR /&gt;&lt;BR /&gt;I have used lanadmin without any parameter and this program shows that speed is&lt;BR /&gt;&lt;BR /&gt;10000000&lt;BR /&gt;&lt;BR /&gt;but if I try to send 1200 files of about 1700 bytes each, it takes 250 seconds.</description>
      <pubDate>Fri, 23 Feb 2001 16:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497741#M597070</guid>
      <dc:creator>Antonio Galán</dc:creator>
      <dc:date>2001-02-23T16:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: poor ftp performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497742#M597071</link>
      <description>Do you want to be at 10mps?&lt;BR /&gt;&lt;BR /&gt;Using the lanadmin command with the -x option will tell you if it is at 10, 100, full duplex, half duplex, auto negotiate on or off.&lt;BR /&gt;&lt;BR /&gt;For 10.20, use the NMID#, for 11.00 use the snap#. These values can be obtained from the lanscan.</description>
      <pubDate>Fri, 23 Feb 2001 17:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497742#M597071</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2001-02-23T17:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: poor ftp performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497743#M597072</link>
      <description>1200 files in 250 seconds is about what one might expect to see if you are using ftp and say something like "mput" or pass a list. the reasons have to do with the way the control channel behaves and would have nothing to do with lin card settings (i prefer to keep autonegotiation myself...)&lt;BR /&gt;&lt;BR /&gt;If you want to get the files across faster, you might try rcp, or taring the files into a tar file and then untaring at the end.&lt;BR /&gt;&lt;BR /&gt;If you were to run the same test between a pair of 11.0 systems, I would expect the file rate to increase - the standalone ack timer is 50 milliseconds in 11.0 and 200 in 10.20 and other BSDish stacks. With that clue, and a suggestion to use tcpdump to watch the control connection the inquisitive reader can figure-out what the control channel does that limits successive file transfers to 5 per second :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Feb 2001 18:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497743#M597072</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2001-02-24T18:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: poor ftp performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497744#M597073</link>
      <description>Hi Antonio,&lt;BR /&gt;&lt;BR /&gt;Consider using "rsync" if you would like higher transfer speed.  Rsync could compress the sending data for improving efficiency.  My experience is that this program need less than half of the ftp time when sending large amount of data.&lt;BR /&gt;&lt;BR /&gt;Rsync link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://rsync.samba.org/" target="_blank"&gt;http://rsync.samba.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have a look and you may like it.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Sun, 25 Feb 2001 09:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497744#M597073</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-02-25T09:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: poor ftp performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497745#M597074</link>
      <description>Thanks everybody for your answers&lt;BR /&gt;&lt;BR /&gt;I think the cause of the poor performance I have described is due to the reason Rick Jones indicated because for every sent file, ftp shows&lt;BR /&gt;&lt;BR /&gt;1700 bytes sent in 0.00 seconds (8247.32 Kbytes/s)&lt;BR /&gt;&lt;BR /&gt;Then the problem is not the speed but he standalone ack timer. Is there any way to modify it? In fact, I can't find its value because I can?t find the file 'tcpdump'&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Feb 2001 09:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/poor-ftp-performance/m-p/2497745#M597074</guid>
      <dc:creator>Antonio Galán</dc:creator>
      <dc:date>2001-02-26T09:01:43Z</dc:date>
    </item>
  </channel>
</rss>

