<?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: SFTP Broken Pipe in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641328#M614029</link>
    <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;It failed like above.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aneesh&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Jun 2010 07:30:15 GMT</pubDate>
    <dc:creator>Aneesh Mohan</dc:creator>
    <dc:date>2010-06-07T07:30:15Z</dc:date>
    <item>
      <title>SFTP Broken Pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641320#M614021</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We are facing Timeout error during SFTP file transfer between hpux systems .&lt;BR /&gt;&lt;BR /&gt;SSH version :-&lt;BR /&gt;&lt;BR /&gt;SFTP server (hpus49,11.31)--- 5.30&lt;BR /&gt;SFTP client (hpus29,11.11)---- 5.10&lt;BR /&gt;&lt;BR /&gt;The script "DWH-ftp.sh" is using for SFTP file transfer. The script o/p has been attached.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hpus29^root:/Banktrade/appl/bin &amp;gt; cat DWH-ftp.sh&lt;BR /&gt;#! /bin/ksh&lt;BR /&gt;DAY=`date +%a`&lt;BR /&gt;#######################################&lt;BR /&gt;cd /Banktrade/appl/DWHDAILY/frombt&lt;BR /&gt;&amp;gt;Btrade_Ready&lt;BR /&gt;FLD="BTEXTN01.TXT BTEXTN02.TXT BTEXTN03.TXT BTEXTN04.TXT BTEXTN05.TXT BTEXTN06.T                                                                                                 XT BTEXTN07.TXT"&lt;BR /&gt;for i in $FLD&lt;BR /&gt;    do&lt;BR /&gt;     if [ -f $i ] ; then&lt;BR /&gt;       echo "\n\tFILE $i IS OK\n"&lt;BR /&gt;     else&lt;BR /&gt;       pwd&lt;BR /&gt;       echo "\n\tDAILY FILE $i IS NOT OK, PLEASE CHECK...........\n"&lt;BR /&gt;       exit 2&lt;BR /&gt;     fi&lt;BR /&gt;    done&lt;BR /&gt;sftp dwopr@dwhprod &amp;lt;&amp;lt; AAA&lt;BR /&gt;cd /dwprod/staging/pr_btrade&lt;BR /&gt;pwd&lt;BR /&gt;rm BTEXTN??.???&lt;BR /&gt;put BTEXTN??.???&lt;BR /&gt;put Btrade_Ready&lt;BR /&gt;ls&lt;BR /&gt;bye&lt;BR /&gt;AAA&lt;BR /&gt;hpus29^root:/Banktrade/appl/bin &amp;gt;&lt;BR /&gt;==============================================================================&lt;BR /&gt;&lt;BR /&gt;SCRIPT Captured OUPUT&lt;BR /&gt;===================&lt;BR /&gt;ATTACHED&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;==================================================================&lt;BR /&gt;hpus29^root:/Banktrade/appl/bin &amp;gt; nslookup dwhprod&lt;BR /&gt;Name Server:  uxjedp03.alahli.com&lt;BR /&gt;Address:  10.80.1.26&lt;BR /&gt;Trying DNS&lt;BR /&gt;Name:    hpus49.alahli.com&lt;BR /&gt;Address:  10.70.3.61&lt;BR /&gt;Aliases:  dwhprod.alahli.com&lt;BR /&gt;&lt;BR /&gt;=================================================================&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hpus29^root:/etc/opt/ssh &amp;gt; cat ssh_config |grep -v "^#"|sort -u&lt;BR /&gt;&lt;BR /&gt;    StrictHostKeyChecking no&lt;BR /&gt;   HashKnownHosts yes&lt;BR /&gt;   Protocol 2,1&lt;BR /&gt;AddressFamily inet&lt;BR /&gt;BatchMode yes&lt;BR /&gt;Cipher  blowfish&lt;BR /&gt;Ciphers blowfish-cbc,3des-cbc,aes128-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc&lt;BR /&gt;ConnectionAttempts      5&lt;BR /&gt;ControlMaster   yes&lt;BR /&gt;RekeyLimit      2G&lt;BR /&gt;ServerAliveCountMax     10&lt;BR /&gt;ServerAliveInterval     5&lt;BR /&gt;hpus29^root:/etc/opt/ssh &amp;gt;&lt;BR /&gt;==================================================&lt;BR /&gt;&lt;BR /&gt;hpus49^root:/etc/opt/ssh &amp;gt; cat ssh_config |grep -v "^#"|sort -u&lt;BR /&gt;&lt;BR /&gt;    StrictHostKeyChecking no&lt;BR /&gt;   HashKnownHosts yes&lt;BR /&gt;AddressFamily inet&lt;BR /&gt;BatchMode yes&lt;BR /&gt;Cipher  blowfish&lt;BR /&gt;Ciphers blowfish-cbc,3des-cbc,aes128-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc&lt;BR /&gt;ConnectionAttempts      5&lt;BR /&gt;ControlMaster   yes&lt;BR /&gt;Protocol 2,1&lt;BR /&gt;RekeyLimit      2G&lt;BR /&gt;ServerAliveCountMax     10&lt;BR /&gt;ServerAliveInterval     5&lt;BR /&gt;hpus49^root:/etc/opt/ssh &amp;gt;&lt;BR /&gt;=========================================================&lt;BR /&gt;&lt;BR /&gt;The client servr SSH version upgrade from 5.10 to 5.30 already scheduled.&lt;BR /&gt;&lt;BR /&gt;Kindly please let me know if any of you have faced this kind of issues or any advise to me.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;Aneesh&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jun 2010 12:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641320#M614021</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2010-06-02T12:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP Broken Pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641321#M614022</link>
      <description>Shalom Aneesh,&lt;BR /&gt;&lt;BR /&gt;Have not seen these kind of results.&lt;BR /&gt;&lt;BR /&gt;Not using your exact script and ssh settings either.&lt;BR /&gt;&lt;BR /&gt;I would think that getting the upgrade done might help.&lt;BR /&gt;&lt;BR /&gt;Or it might break more stuff.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 02 Jun 2010 13:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641321#M614022</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-06-02T13:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP Broken Pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641322#M614023</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Things you don't offer:&lt;BR /&gt;&lt;BR /&gt;(1) Did this ever work?&lt;BR /&gt;(2) If it has worked in the past, what's different now?&lt;BR /&gt;(3) Can you use your script to transfer *one*, *small* file successfully?&lt;BR /&gt;(4) Are these files very large?  What size?&lt;BR /&gt;(5) If 'largefiles' are involved (&amp;gt;2GB) is 'largefiles' enabled for the receiving filesystem?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 02 Jun 2010 15:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641322#M614023</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-06-02T15:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP Broken Pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641323#M614024</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;my apologies to the late reply...&lt;BR /&gt;&lt;BR /&gt;(1) Did this ever work? &lt;BR /&gt;The script/simple command never returned with complete transfer of files .&lt;BR /&gt;&lt;BR /&gt;hpus49^root:/var/adm/crash/testarea &amp;gt; ls -lrt&lt;BR /&gt;total 1582864&lt;BR /&gt;-rw-------   1 root       sys        285835264 Jun  3 15:15 BTEXTN02.TXT.3&lt;BR /&gt;-rw-------   1 root       sys        1550770 Jun  3 15:24 BTEXTN04.TXT&lt;BR /&gt;-rw-------   1 root       sys        10990140 Jun  3 15:24 BTEXTN03.TXT&lt;BR /&gt;-rw-------   1 root       sys        4044900 Jun  3 15:24 BTEXTN05.TXT&lt;BR /&gt;-rw-------   1 root       sys        20955136 Jun  3 15:24 BTEXTN06.TXT&lt;BR /&gt;-rw-------   1 root       sys         831870 Jun  3 15:36 BTEXTN01.TXT&lt;BR /&gt;-rw-------   1 root       sys         831870 Jun  3 15:36 BTEXTN01.TXT.1&lt;BR /&gt;-rw-------   1 root       sys        285835264 Jun  3 15:36 BTEXTN02.TXT&lt;BR /&gt;-rw-------   1 root       sys        199524352 Jun  3 15:37 BTEXTN02.TXT.1&lt;BR /&gt;hpus49^root:/var/adm/crash/testarea &amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(2) If it has worked in the past, what's different now? &lt;BR /&gt;It is a new deployment&lt;BR /&gt;&lt;BR /&gt;(3) Can you use your script to transfer *one*, *small* file successfully? &lt;BR /&gt;Kinldy please find the below testing ..&lt;BR /&gt;&lt;BR /&gt;from 10.70.3.61 #sftp  10.80.3.35&lt;BR /&gt;&lt;BR /&gt;10.80.3.35 SFTP&amp;gt; mget BTEXTN02.TXT.1  &lt;BR /&gt;Fetching /var/adm/crash/testarea/BTEXTN02.TXT.1 to BTEXTN02.TXT.1&lt;BR /&gt;/var/adm/crash/testarea/BTEXTN02.TX 100%  190MB  10.6MB/s  11.4MB/s   00:18&lt;BR /&gt;&lt;BR /&gt;10.80.3.35 sftp&amp;gt; mput BTEXTN02.TXT.1&lt;BR /&gt;Uploading BTEXTN02.TXT.1 to /var/adm/crash/testarea/BTEXTN02.TXT.1&lt;BR /&gt;BTEXTN02.TXT.1                        0%  256KB   1.0KB/s   0.0KB/s - stalled -Timeout, server not responding.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As per the above test mget from 10.80.3.35 is working and mput is dropping .  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(4) Are these files very large? What size? &lt;BR /&gt;Even small files are also ..same effect.&lt;BR /&gt;&lt;BR /&gt;sftp&amp;gt; mput BTEXTN01.TXT.1&lt;BR /&gt;Uploading BTEXTN01.TXT.1 to /var/adm/crash/testarea/BTEXTN01.TXT.1&lt;BR /&gt;BTEXTN01.TXT.1                                                                                                                        47%  384KB   1.4KB/s   0.0KB/s - stalled -Timeout, server not responding.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It appear to me like firewall security issue , So I have escalated this problem to firewall secuirity team ,but not good response from them.&lt;BR /&gt;&lt;BR /&gt;Also .. both source &amp;amp; destination are now with SSH 5.30 version,please do let me know is there any tunnings (like keepalive interval) can help to solve this behaviour .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Aneesh</description>
      <pubDate>Sun, 06 Jun 2010 11:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641323#M614024</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2010-06-06T11:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP Broken Pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641324#M614025</link>
      <description>Hi Aneesh:&lt;BR /&gt;&lt;BR /&gt;You might try:&lt;BR /&gt;&lt;BR /&gt;# ssh -o TCPKeepAlive=no -o ServerAliveInterval=20 hostname [...]&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 06 Jun 2010 12:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641324#M614025</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-06-06T12:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP Broken Pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641325#M614026</link>
      <description>Thanks James,&lt;BR /&gt;&lt;BR /&gt;Now the data transfer stopped immediately after 8 to 10 sec ...and the session is waiting for alive time expiry period.&lt;BR /&gt;&lt;BR /&gt;hpus49^root:/var/adm/crash/testarea &amp;gt; sftp -o TCPKeepAlive=no -o ServerAliveInterval=20 hpus29&lt;BR /&gt;Connecting to hpus29...&lt;BR /&gt;&lt;BR /&gt;sftp&amp;gt; lcd /var/adm/crash/testarea&lt;BR /&gt;sftp&amp;gt; cd /var/adm/crash/testarea&lt;BR /&gt;sftp&amp;gt; mput BTEXTN01.TXT.1&lt;BR /&gt;Uploading BTEXTN01.TXT.1 to /var/adm/crash/testarea/BTEXTN01.TXT.1&lt;BR /&gt;BTEXTN01.TXT.1                                                                                                                        55%  448KB   0.0KB/s   0.0KB/s - stalled&lt;BR /&gt;&lt;BR /&gt;The session is in "stalled" state now&lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
      <pubDate>Sun, 06 Jun 2010 12:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641325#M614026</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2010-06-06T12:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP Broken Pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641326#M614027</link>
      <description>Please see ..&lt;BR /&gt;&lt;BR /&gt;sftp&amp;gt; lcd /var/adm/crash/testarea&lt;BR /&gt;sftp&amp;gt; cd /var/adm/crash/testarea&lt;BR /&gt;sftp&amp;gt; mput BTEXTN01.TXT.1&lt;BR /&gt;Uploading BTEXTN01.TXT.1 to /var/adm/crash/testarea/BTEXTN01.TXT.1&lt;BR /&gt;BTEXTN01.TXT.1                                                                                                                        55%  448KB   0.0KB/s   0.0KB/s - stalled -Timeout, server not responding.&lt;BR /&gt;hpus49^root:/var/adm/crash/testarea &amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
      <pubDate>Sun, 06 Jun 2010 12:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641326#M614027</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2010-06-06T12:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP Broken Pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641327#M614028</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;See if this changes thing:&lt;BR /&gt;&lt;BR /&gt;# ssh -o TCPKeepAlive=yes -o ServerAliveInterval=30 ServerAliveCountMax=5 hostname [...]&lt;BR /&gt;&lt;BR /&gt;There are correcsponding 'ClientAlive*' parameters too.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 06 Jun 2010 15:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641327#M614028</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-06-06T15:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP Broken Pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641328#M614029</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;It failed like above.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aneesh&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2010 07:30:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641328#M614029</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2010-06-07T07:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP Broken Pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641329#M614030</link>
      <description>source  :10.70.3.61&lt;BR /&gt;destination:-10.80.3.35&lt;BR /&gt;In between firewalls :- 2 nos&lt;BR /&gt;command used :- &lt;BR /&gt;hpus49^root:/&amp;gt; sftp -o TCPKeepAlive=yes -o ServerAliveInterval=30 -o ServerAliveCountMax=5 hpus29&lt;BR /&gt;&lt;BR /&gt;cmd o/p:-&lt;BR /&gt;==========&lt;BR /&gt;&lt;BR /&gt;sftp&amp;gt; mput BTEXTN01.TXT&lt;BR /&gt;Uploading BTEXTN01.TXT to /var/adm/crash/testarea/BTEXTN01.TXT&lt;BR /&gt;BTEXTN01.TXT                                                                                                                          63%  512KB   0.0KB/s   0.0KB/s - stalled -Timeout, server not responding.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Source hpus49(10.70.3.35) details :-&lt;BR /&gt;======================================&lt;BR /&gt;&lt;BR /&gt;hpus49^root:/ &amp;gt; traceroute 10.80.3.35&lt;BR /&gt;traceroute to 10.80.3.35 (10.80.3.35), 30 hops max, 40 byte packets&lt;BR /&gt; 1  10.70.3.100 (10.70.3.100)  0.461 ms  0.324 ms  0.249 ms&lt;BR /&gt; 2  10.90.90.2 (10.90.90.2)  1.096 ms  1.190 ms  0.885 ms&lt;BR /&gt; 3  11.70.0.3 (11.70.0.3)  1.457 ms  1.411 ms  1.084 ms&lt;BR /&gt; 4  10.80.90.99 (10.80.90.99)  1.009 ms  0.902 ms  1.075 ms&lt;BR /&gt; 5  hpus29.alahli.com (10.80.3.35)  1.213 ms  0.988 ms  1.022 ms&lt;BR /&gt;hpus49^root:/ &amp;gt;&lt;BR /&gt;&lt;BR /&gt;hpus49^root:/ &amp;gt; netstat -nr&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination           Gateway            Flags Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH    0    lo0       32808&lt;BR /&gt;10.70.3.61            10.70.3.61         UH    0    lan0      32808&lt;BR /&gt;10.70.3.0             10.70.3.61         U     2    lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U     0    lo0       32808&lt;BR /&gt;default               10.70.3.100        UG    0    lan0       1500&lt;BR /&gt;hpus49^root:/ &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Destination hpus29(10.80.3.35) details:-&lt;BR /&gt;========================================&lt;BR /&gt;hpus29^root:/ &amp;gt; traceroute 10.70.3.61&lt;BR /&gt;traceroute to 10.70.3.61 (10.70.3.61), 30 hops max, 40 byte packets&lt;BR /&gt; 1  10.80.3.100 (10.80.3.100)  0.517 ms  0.286 ms  0.255 ms&lt;BR /&gt; 2  10.80.90.2 (10.80.90.2)  1.119 ms  1.089 ms 10.80.90.1 (10.80.90.1)  1.094 ms&lt;BR /&gt; 3  11.70.0.2 (11.70.0.2)  1.270 ms  1.246 ms  1.252 ms&lt;BR /&gt; 4  10.90.90.99 (10.90.90.99)  0.969 ms  1.035 ms  0.876 ms&lt;BR /&gt; 5  hpus49.alahli.com (10.70.3.61)  1.053 ms  1.011 ms  1.067 ms&lt;BR /&gt;hpus29^root:/ &amp;gt; netstat -nr&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination           Gateway            Flags   Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;10.80.1.21            10.80.1.21         UH        0  lan5       4136&lt;BR /&gt;10.80.41.21           10.80.41.21        UH        0  lan7       4136&lt;BR /&gt;10.80.3.35            10.80.3.35         UH        0  lan2       4136&lt;BR /&gt;10.80.1.0             10.80.1.21         U         2  lan5       1500&lt;BR /&gt;10.80.3.0             10.80.3.35         U         2  lan2       1500&lt;BR /&gt;10.80.41.0            10.80.41.21        U         2  lan7       1500&lt;BR /&gt;10.70.10.0            10.80.41.100       UG        0  lan7       1500&lt;BR /&gt;10.80.10.0            10.80.41.100       UG        0  lan7       1500&lt;BR /&gt;10.80.1.0             10.80.1.100        UG        0  lan5       1500&lt;BR /&gt;10.128.110.0          10.80.1.100        UG        0  lan5       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0        4136&lt;BR /&gt;default               10.80.3.100        UG        0  lan2       1500&lt;BR /&gt;hpus29^root:/ &amp;gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2010 07:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641329#M614030</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2010-06-07T07:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP Broken Pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641330#M614031</link>
      <description>Typo mistake in above info..&lt;BR /&gt;&lt;BR /&gt;Source hpus49(10.70.3.35) details :- &lt;BR /&gt;&lt;BR /&gt;correct ..&lt;BR /&gt;&lt;BR /&gt;Source hpus49(10.70.3.61) details :- &lt;BR /&gt;&lt;BR /&gt;aneesh&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2010 07:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-broken-pipe/m-p/4641330#M614031</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2010-06-07T07:44:09Z</dc:date>
    </item>
  </channel>
</rss>

