<?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: copy scp very slow in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217262#M539482</link>
    <description>Make sure that your HP and the switch are both set the same - both should be at Full Duplex, or both at half.  Don't set both to auto, or one to auto and the other at Full or half, etc.  Set both ends of the connection between switch and server to the same, and don't use auto.</description>
    <pubDate>Mon, 16 Jun 2008 16:36:45 GMT</pubDate>
    <dc:creator>TwoProc</dc:creator>
    <dc:date>2008-06-16T16:36:45Z</dc:date>
    <item>
      <title>copy scp very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217261#M539481</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I´m with a problem when I start the copy of file by scp.&lt;BR /&gt;My scp login is OK, not slow, just copy.&lt;BR /&gt;I copy by my machibe, gigabit to hp-ux, slow&lt;BR /&gt;I copy hp-ux to hp-ux, slow.&lt;BR /&gt;I change the port of switch, therearen´t a problem with port or crc error...&lt;BR /&gt;its just happen with hp-ux...&lt;BR /&gt;&lt;BR /&gt;anyone can help me?&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jun 2008 16:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217261#M539481</guid>
      <dc:creator>Diego Maciel Gomes</dc:creator>
      <dc:date>2008-06-16T16:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: copy scp very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217262#M539482</link>
      <description>Make sure that your HP and the switch are both set the same - both should be at Full Duplex, or both at half.  Don't set both to auto, or one to auto and the other at Full or half, etc.  Set both ends of the connection between switch and server to the same, and don't use auto.</description>
      <pubDate>Mon, 16 Jun 2008 16:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217262#M539482</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2008-06-16T16:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: copy scp very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217263#M539483</link>
      <description>Hey..&lt;BR /&gt;&lt;BR /&gt;ty for the answer...&lt;BR /&gt;&lt;BR /&gt;but.. when i do the copy using ftp its work a lot :)&lt;BR /&gt;&lt;BR /&gt;just in scp...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jun 2008 16:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217263#M539483</guid>
      <dc:creator>Diego Maciel Gomes</dc:creator>
      <dc:date>2008-06-16T16:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: copy scp very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217264#M539484</link>
      <description>clearly you problem comes from the network if you do not have any misconfiguration on you ports i suggest you have a look at your network admin that may have set priorities on protocols on the lan</description>
      <pubDate>Mon, 16 Jun 2008 16:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217264#M539484</guid>
      <dc:creator>Fabien GUTIERREZ</dc:creator>
      <dc:date>2008-06-16T16:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: copy scp very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217265#M539485</link>
      <description>Define "slow".&lt;BR /&gt;&lt;BR /&gt;Does a very small file take 30 seconds?&lt;BR /&gt;&lt;BR /&gt;Does an SSH login work well?  If not,&lt;BR /&gt;"ssh -v" may tell you something.&lt;BR /&gt;&lt;BR /&gt;On the server, can you do a reverse name&lt;BR /&gt;look-up (address-to-name) of the client?&lt;BR /&gt;Slow/bad DNS can cause a delay when making a&lt;BR /&gt;connection.</description>
      <pubDate>Mon, 16 Jun 2008 16:58:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217265#M539485</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-06-16T16:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: copy scp very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217266#M539486</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;scp is slower than ftp. Becacuse it uses cpu for encryption, because ftp is file transfer protocol, and scp doesn't use network throughput well because of encrption. If scp is much slower than ftp perhaps you may try upgrading your ssh in hp-ux box.&lt;BR /&gt;&lt;BR /&gt;Kenan.</description>
      <pubDate>Mon, 16 Jun 2008 17:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217266#M539486</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2008-06-16T17:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: copy scp very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217267#M539487</link>
      <description>On the HPUX server, add the hostname of the other machine in the /etc/hosts file.&lt;BR /&gt;Do the same on the HPUX server.&lt;BR /&gt;&lt;BR /&gt;If the file is small, it could be a reverse name lookup issue to get started.&lt;BR /&gt;&lt;BR /&gt;So, just make sure the host name of each server is in each other servers' host file.</description>
      <pubDate>Mon, 16 Jun 2008 17:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217267#M539487</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2008-06-16T17:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: copy scp very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217268#M539488</link>
      <description>ty for the answers..&lt;BR /&gt;slow is...&lt;BR /&gt;my machine in giba to hp-ux giga = 4 kb/s&lt;BR /&gt;hp-ux to hp-ux is 23 kb/s&lt;BR /&gt;&lt;BR /&gt;my etc/hosts is OK&lt;BR /&gt;&lt;BR /&gt;if i do the same copy.. using scp.. linux to linux, or hp-ux to linux, its go OK..&lt;BR /&gt;&lt;BR /&gt;if i return, linux to hp-ux, is slow.&lt;BR /&gt;&lt;BR /&gt;my login ssh is OK..&lt;BR /&gt;&lt;BR /&gt;my resolv is OK...&lt;BR /&gt;&lt;BR /&gt;im out of date in updates...&lt;BR /&gt;&lt;BR /&gt;i will try any patche to resolvi this problem... maybe one simply patche save-me ..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jun 2008 17:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217268#M539488</guid>
      <dc:creator>Diego Maciel Gomes</dc:creator>
      <dc:date>2008-06-16T17:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: copy scp very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217269#M539489</link>
      <description>Maybe you've got a cat 5 cable trying to do duty as a cat 6?  Possibly stretched over the ballast of a flourescent light???</description>
      <pubDate>Mon, 16 Jun 2008 18:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217269#M539489</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2008-06-16T18:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: copy scp very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217270#M539490</link>
      <description>&amp;gt; [...] Possibly stretched over the ballast&lt;BR /&gt;&amp;gt; of a flourescent light???&lt;BR /&gt;&lt;BR /&gt;Would that be whole wheat "flourescent", or&lt;BR /&gt;the ordinary kind?&lt;BR /&gt;&lt;BR /&gt;And the noise would affect SSH and FTP&lt;BR /&gt;differently because...?</description>
      <pubDate>Mon, 16 Jun 2008 19:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217270#M539490</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-06-16T19:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: copy scp very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217271#M539491</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Good test is trying named connection versus direct to an IP address. If there is a radical difference, that points the finger at name resolution speed.&lt;BR /&gt;&lt;BR /&gt;Another common issue is the lack of a resolution for the system itself in /etc/hosts. This seems to slow down everything on an HP-UX system, waiting for name resolution for itself from a DNS server, especially a windows one.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 16 Jun 2008 19:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217271#M539491</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-06-16T19:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: copy scp very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217272#M539492</link>
      <description>Hey..&lt;BR /&gt;&lt;BR /&gt;ty for all helps&lt;BR /&gt;&lt;BR /&gt;I fix this problem aplying a update of ssl and ssh..&lt;BR /&gt;&lt;BR /&gt;im with the last version, and its running OK&lt;BR /&gt;&lt;BR /&gt;ty</description>
      <pubDate>Mon, 16 Jun 2008 20:30:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-scp-very-slow/m-p/4217272#M539492</guid>
      <dc:creator>Diego Maciel Gomes</dc:creator>
      <dc:date>2008-06-16T20:30:52Z</dc:date>
    </item>
  </channel>
</rss>

