<?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: SCP is slow in 1 out of 3 directions!!! different than most things in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921211#M529136</link>
    <description>&lt;P&gt;we checked routing tables and stuff, i was told it is on the same layer 2, no hopping, tables all look good according to our head NE person.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jan 2013 18:46:47 GMT</pubDate>
    <dc:creator>marvin51796</dc:creator>
    <dc:date>2013-01-03T18:46:47Z</dc:date>
    <item>
      <title>SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5919909#M529132</link>
      <description>&lt;P&gt;ok if i do a scp test1:/tmp/junk /tmp/junk it takes over 5 minutes from machine test2, if from test1&amp;nbsp;i run the same thing copying from&amp;nbsp;test2&amp;nbsp;to&amp;nbsp;test1 (scp test2:/tmp/junk /tmp/junk) &amp;nbsp;it takes 5 seconds. We have&amp;nbsp;verified /etc/hosts tables, DNS entries are correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have been working with HP, Cisco, Epic&amp;nbsp; and no one knows what is&amp;nbsp;causing this? So i am sending out this help call from anyone with any ideas?&amp;nbsp;...&lt;/P&gt;
&lt;P&gt;these are HP-UX blades, running 11vi3.&lt;/P&gt;
&lt;P&gt;thanks for any ideas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. this thread has been moved&amp;nbsp;from HP-UX&amp;gt;System Administration to HP-UX&amp;gt;networking - HP Forums moderator&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2013 02:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5919909#M529132</guid>
      <dc:creator>marvin51796</dc:creator>
      <dc:date>2013-01-04T02:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5920831#M529133</link>
      <description>&lt;P&gt;I would start with a verification of the ssh versions on each machine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ssh -V&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If they all match, check the KNRG (random number generator) module on each system:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;swlist -a readme -a mod_time -a revision -a software_spec -l fileset OS-Core.RNG-DKRN&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(they should all match)&lt;/P&gt;&lt;P&gt;Also check both systems with top during the slow transfer period.&lt;/P&gt;&lt;P&gt;Does one of systems have exceedingly large amounts of CPU time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, make sure that name resolution is identical on both systems. Use nsquery rather than nslookup:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;nsquery hosts systema
nsquery hosts systema.mydomain.com
nsquery hosts 10.11.12.13

nsquery hosts systemb
nsquery hosts systemb.mydomain.com
nsquery hosts 10.11.12.14&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Be sure to query the remote AND the local host by name, fully qualified name and by IP address.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:17:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5920831#M529133</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2013-01-03T13:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! Different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5920915#M529134</link>
      <description>&lt;P&gt;I have seen this happen when the routing tables are wrong. Often multiple routes in the table causing one host to try multiple paths with each packet sent. What does netstat -rn show on test1?&amp;nbsp; Try a traceroute from test1 to test2 and see what it reports back.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 14:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5920915#M529134</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2013-01-03T14:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921011#M529135</link>
      <description>&lt;P&gt;all of the ssh -v, swlist -a readme -a mod_time -a revision -a software_spec -l fileset OS-Core.RNG-DKRN, and the nsquery's have worked fine so far, I am having my Networking team look into the routes...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 15:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921011#M529135</guid>
      <dc:creator>marvin51796</dc:creator>
      <dc:date>2013-01-03T15:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921211#M529136</link>
      <description>&lt;P&gt;we checked routing tables and stuff, i was told it is on the same layer 2, no hopping, tables all look good according to our head NE person.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 18:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921211#M529136</guid>
      <dc:creator>marvin51796</dc:creator>
      <dc:date>2013-01-03T18:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921233#M529137</link>
      <description>&lt;P&gt;So what was the output from netstat -in and the results of traceroute from test1 to test2?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921233#M529137</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2013-01-03T19:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921243#M529138</link>
      <description>&lt;P&gt;traceroutes only showed 1 jump, to the other machine, both directions...and is it a netstat -rn or netstat -in, the -rn showed routing tables, but the network engineers said they were fine, and if we go to one of the other new machines, that has this same problem with NO additional routes, it still fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921243#M529138</guid>
      <dc:creator>marvin51796</dc:creator>
      <dc:date>2013-01-03T19:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921249#M529139</link>
      <description>&lt;P&gt;Sorry, netstat -rn.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:17:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921249#M529139</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2013-01-03T19:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921257#M529140</link>
      <description>&lt;P&gt;ok, the netstat -rn just shows the routes, correctly accoding to the Head Network Engineer, they match up, cluster packages are good, etc...&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921257#M529140</guid>
      <dc:creator>marvin51796</dc:creator>
      <dc:date>2013-01-03T19:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921259#M529141</link>
      <description>&lt;P&gt;Marvin, if you dont post results then there is no point to asking for help here.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:25:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921259#M529141</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2013-01-03T19:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921267#M529142</link>
      <description>&lt;P&gt;ok not sure what you are wanting, but here is what it looks like...&lt;/P&gt;&lt;P&gt;khupepc001:/# netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gateway&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Flags Refs Interface&amp;nbsp; Pmtu&lt;BR /&gt;127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UH&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lo0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32808&lt;BR /&gt;172.27.104.54&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.104.54&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UH&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lan900&amp;nbsp;&amp;nbsp;&amp;nbsp; 32808&lt;BR /&gt;172.27.111.246&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.111.246&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UH&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lan902&amp;nbsp;&amp;nbsp;&amp;nbsp; 32808&lt;BR /&gt;172.27.104.215&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.104.215&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UH&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lan900:1&amp;nbsp; 32808&lt;BR /&gt;172.27.103.214&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.103.214&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UH&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lan901&amp;nbsp;&amp;nbsp;&amp;nbsp; 32808&lt;BR /&gt;172.27.103.215&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.103.215&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UH&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lan901:1&amp;nbsp; 32808&lt;BR /&gt;172.27.111.240&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.111.246&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; lan902&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;BR /&gt;172.27.103.192&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.103.214&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; lan901&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;BR /&gt;172.27.103.192&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.103.215&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; lan901:1&amp;nbsp;&amp;nbsp; 1500&lt;BR /&gt;172.27.104.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.104.54&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; lan900&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;BR /&gt;172.27.104.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.104.215&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; lan900:1&amp;nbsp;&amp;nbsp; 1500&lt;BR /&gt;127.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lo0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32808&lt;BR /&gt;default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.104.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UG&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lan900&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and on the other machine is&lt;/P&gt;&lt;P&gt;khepx019:/# netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gateway&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Flags Refs Interface&amp;nbsp; Pmtu&lt;BR /&gt;127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UH&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lo0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32808&lt;BR /&gt;172.27.104.37&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.104.37&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UH&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lan900&amp;nbsp;&amp;nbsp;&amp;nbsp; 32808&lt;BR /&gt;172.27.103.207&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.103.207&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UH&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lan901&amp;nbsp;&amp;nbsp;&amp;nbsp; 32808&lt;BR /&gt;172.27.104.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.104.37&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; lan900&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;BR /&gt;172.27.103.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.103.207&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; lan901&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;BR /&gt;127.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lo0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32808&lt;BR /&gt;default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.104.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UG&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lan900&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the problem is pulling a file from khupepc001 when you are logged into khepx019..&lt;/P&gt;&lt;P&gt;if this is not what you are asking please let me know, i am a little confused on this part.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921267#M529142</guid>
      <dc:creator>marvin51796</dc:creator>
      <dc:date>2013-01-03T19:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921275#M529143</link>
      <description>&lt;P&gt;here is the netstat -rn from another system it still doesnt work from.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gateway&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Flags Refs Interface&amp;nbsp; Pmtu&lt;BR /&gt;127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UH&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lo0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32808&lt;BR /&gt;172.27.104.55&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.104.55&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UH&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lan900&amp;nbsp;&amp;nbsp;&amp;nbsp; 32808&lt;BR /&gt;172.27.111.247&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.111.247&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UH&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lan902&amp;nbsp;&amp;nbsp;&amp;nbsp; 32808&lt;BR /&gt;172.27.103.212&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.103.212&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UH&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lan901&amp;nbsp;&amp;nbsp;&amp;nbsp; 32808&lt;BR /&gt;172.27.111.240&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.111.247&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; lan902&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;BR /&gt;172.27.103.192&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.103.212&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; lan901&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;BR /&gt;172.27.104.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.104.55&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; lan900&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;BR /&gt;127.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lo0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32808&lt;BR /&gt;default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.27.104.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UG&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; lan900&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921275#M529143</guid>
      <dc:creator>marvin51796</dc:creator>
      <dc:date>2013-01-03T19:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921277#M529144</link>
      <description>&lt;P&gt;which of these is test1? and which address do you aim at when doing the test that is slow?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:42:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921277#M529144</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2013-01-03T19:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921279#M529145</link>
      <description>&lt;P&gt;we are logged into khepx019, and are doing a scp khupepc001:/tmp/aectst /tmp/aectst and it takes like 5 minutes, if i am logged into either of them and do a scp /tmp/aectst khupepc001:/tmp/aectst&amp;nbsp;&amp;nbsp;it takes 5 seconds.&lt;/P&gt;&lt;P&gt;and according to our EMR&amp;nbsp;people this is a major problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:44:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921279#M529145</guid>
      <dc:creator>marvin51796</dc:creator>
      <dc:date>2013-01-03T19:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921283#M529146</link>
      <description>&lt;P&gt;i guess the commands are really setup like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if logged into khepx019 and isues a scp khupepc001:/tmp/aectst /tmp/aectst it takes 5 minutes&lt;/P&gt;&lt;P&gt;if logged into khepx019 and issues a scp /tmp/aectst khupepc001:/tmp/aectst it take 5 seconds&lt;/P&gt;&lt;P&gt;if logged into khupepc001 and issues a scp /tmp/aectst khepx019:/tmp/aectst it takes 5 seconds&lt;/P&gt;&lt;P&gt;hopefully this is a little clearer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921283#M529146</guid>
      <dc:creator>marvin51796</dc:creator>
      <dc:date>2013-01-03T19:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921285#M529147</link>
      <description>&lt;P&gt;From&amp;nbsp;&amp;nbsp;khepx019 try using individual IP addresses not host names and use each of the IP's that they have. See if there is any difference in the time it takes.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921285#M529147</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2013-01-03T19:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921291#M529148</link>
      <description>&lt;P&gt;logged into khepx019 doing a scp 172.27.104.54:/tmp/aectst /tmp/aectst takes the standard 5 minutes.&lt;/P&gt;&lt;P&gt;doing a push from khupepc001 scp /tmp/aectst 172.27.104.37:/tmp/aectst takes 5 seconds&lt;/P&gt;&lt;P&gt;doing a push from khepx019 scp /tmp/aectst 172.27.104.54:/tmp/aectst takes 5 seconds.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921291#M529148</guid>
      <dc:creator>marvin51796</dc:creator>
      <dc:date>2013-01-03T19:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921297#M529149</link>
      <description>&lt;P&gt;whats the time for:&lt;/P&gt;&lt;P&gt;&amp;nbsp;khepx019 doing a scp 172.27.103.214:/tmp/aectst /tmp/aectst&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 20:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921297#M529149</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2013-01-03T20:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921299#M529150</link>
      <description>&lt;P&gt;5 min&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 20:12:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921299#M529150</guid>
      <dc:creator>marvin51796</dc:creator>
      <dc:date>2013-01-03T20:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: SCP is slow in 1 out of 3 directions!!! different than most things</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921301#M529151</link>
      <description>&lt;P&gt;Also, while the 5 minute scp is occurring, what is the connect on the remote system?&amp;nbsp; netstat -an and look for the "ESTABLISHED" line from the originating server.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 20:12:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-is-slow-in-1-out-of-3-directions-different-than-most-things/m-p/5921301#M529151</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2013-01-03T20:12:57Z</dc:date>
    </item>
  </channel>
</rss>

