<?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: Large data transfer over network? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917658#M934428</link>
    <description>I'd say that's a very safe bet.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Jeff</description>
    <pubDate>Tue, 04 Mar 2003 23:53:54 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2003-03-04T23:53:54Z</dc:date>
    <item>
      <title>Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917643#M934413</link>
      <description>I have over 200GB of data to transfer between 2 systems. I would love to do this over a "private" LAN connection, but I don't have any free lan cards in one system. So, using my existing production lan, what would be the best method for moving this data? &lt;BR /&gt;NFS, FTP , RCP, cpio, tar, etc...? Anyone have any thoughts? Thanks!</description>
      <pubDate>Mon, 03 Mar 2003 23:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917643#M934413</guid>
      <dc:creator>Dan Alexander</dc:creator>
      <dc:date>2003-03-03T23:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917644#M934414</link>
      <description>FTP will probably give you the best network results. Yo would probably be best served by compressing the files before sending. NFS will have (by a fairly wide margin) the greatest overhead. If you have some spare disks then by far the best method is a vgexport/vgimport. Avoid tar and cpio because (unless you use the Gnu version) have a 2GB limit.</description>
      <pubDate>Mon, 03 Mar 2003 23:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917644#M934414</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-03-03T23:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917645#M934415</link>
      <description>By far FTP will give the most efficient and reliable results.  Also try to do this at night if you not a 24hr shop.</description>
      <pubDate>Mon, 03 Mar 2003 23:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917645#M934415</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-03-03T23:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917646#M934416</link>
      <description>If you're worried about bandwidth, then take a look at rsync.&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;It has an option to limit the amount of bandwidth used for the transfer.</description>
      <pubDate>Mon, 03 Mar 2003 23:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917646#M934416</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2003-03-03T23:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917647#M934417</link>
      <description>Being the contrarion, and wanting to do it secure if not quite as fast I'd use scp.&lt;BR /&gt;&lt;BR /&gt;Install this.&lt;BR /&gt;&lt;A href="https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=T1471AA&amp;amp;date=" target="_blank"&gt;https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=T1471AA&amp;amp;date=&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I like scp because it gives a nice progress bar as it goes. You can see transfer rates and network stalls as well.  That is an advantage over ftp.  Because encrypted keys are exchanged there are no clear text passwords, but this adds a few seconds to overall transfer time.&lt;BR /&gt;&lt;BR /&gt;NFS will tend to have problems if your switch lan network configuration isn't perfectly matches and not set to autonegotiate.&lt;BR /&gt;&lt;BR /&gt;rcp is not a secure protocol and simply should not be used.&lt;BR /&gt;&lt;BR /&gt;tar can go up to 8G but I still wouldn't use it.  HP has a good patch for tar but its not relavent in this context.&lt;BR /&gt;&lt;BR /&gt;ftp will work just fine, I just hate using anything that transmits passwords in clear text across the network.&lt;BR /&gt;&lt;BR /&gt;I work for a Jewish organization and we're kind of paranoid.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 04 Mar 2003 01:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917647#M934417</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-04T01:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917648#M934418</link>
      <description>I know it might seem obvious - but how about a tape?&lt;BR /&gt;&lt;BR /&gt;No load on your lan cards.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Mar 2003 01:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917648#M934418</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2003-03-04T01:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917649#M934419</link>
      <description>Thanks All,&lt;BR /&gt;&lt;BR /&gt;Steven - I will take a look at what you mentioned...&lt;BR /&gt;&lt;BR /&gt;Tape? Nah! Don't have any tape drives...&lt;BR /&gt;&lt;BR /&gt;Because I moving hundreds of directories, I installed xftp, and am testing it out..(because it copies dirs recursively!) So far, xftp seems pretty cool..&lt;BR /&gt;&lt;BR /&gt;Thanks for all the good info..&lt;BR /&gt;&lt;BR /&gt;Dan</description>
      <pubDate>Tue, 04 Mar 2003 01:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917649#M934419</guid>
      <dc:creator>Dan Alexander</dc:creator>
      <dc:date>2003-03-04T01:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917650#M934420</link>
      <description>On a side.&lt;BR /&gt;&lt;BR /&gt;Ncftp client has been ported to HP-UX. It is alos nice and user friendly and text based ;)&lt;BR /&gt;&lt;BR /&gt;Just a thought&lt;BR /&gt;Gerhard</description>
      <pubDate>Tue, 04 Mar 2003 05:56:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917650#M934420</guid>
      <dc:creator>Gerhard Roets</dc:creator>
      <dc:date>2003-03-04T05:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917651#M934421</link>
      <description>Now that I am at work, I can upload my (borrowed) CIFS/Samba cookbook to exchange public keys and have ssh, scp sftp work without passwords.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Attached.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 04 Mar 2003 14:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917651#M934421</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-04T14:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917652#M934422</link>
      <description>Scott brings-up a good point. Never underestimate the bandwidth of a station wagon full of tapes (replace station wagon with your favorite conveyance here).  and i'm even a networking guy :)</description>
      <pubDate>Tue, 04 Mar 2003 18:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917652#M934422</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-03-04T18:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917653#M934423</link>
      <description>I'm going to concure with Mr. Protter about scp, and also recommend rcp.  Both of these use UDP packets, which on a simple, point-to-point connection are considerably simpler ways to transfer information.  They're easier on your bandwidth and easier on the CPU, hence faster throughput.&lt;BR /&gt;Race the two: try ftp'ing a large file between the two systems (use timex), and then try it with rcp.  I think you'll find that rcp is 20-30% faster on most systems and networks.  &lt;BR /&gt;I prefer scp, as it is secure and encrypted. Its the ONLY utility we use here now.  Its a little slower on initial connection (4-20 seconds) but once the keys are exchanged, its just as fast or faster than any other.  Plus, you get that real cool percentage indicator that you don't get with the other utilities.&lt;BR /&gt;  &lt;BR /&gt;I seem to be doing this 2-3 times a week: attaching my "Using Secure Shell" document.  Follow the steps CAREFULLY, and you'll set up scp nicely.&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 04 Mar 2003 20:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917653#M934423</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2003-03-04T20:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917654#M934424</link>
      <description>chris - are you _certain_ that scp and rcp use UDP? my impression lo these many years is that rcp at least uses TCP exclusively.  That is transfers faster than FTP could be a difference between rcpalways being a "binary" transfer and some FTP's defaulting to ASCII and so having to scan every byte.  It could also have something to do with the socket buffer sizes used by default in the specific implementations of the file trasnfer utilities. For example, FTP on UX defaults to a 56KB socket buffer and thus window.</description>
      <pubDate>Tue, 04 Mar 2003 21:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917654#M934424</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-03-04T21:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917655#M934425</link>
      <description>Rick--I'm fairly sure about rcp using UDP packets.....I have a poster up on the wall that covers this.  rcp is a subset of the rpc services (portmap, rpcbind, etc) and all of these use UDP.  I tried googling up something definitive, but don't have much time.  It looks like rcp uses UDP in Sun, and TCP in some others, so maybe we're both right.  This was true on an old AIX box I used to sysadmin.  However, my /etc/services file doesn't have an entry for rcp, so who knows?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 04 Mar 2003 23:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917655#M934425</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2003-03-04T23:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917656#M934426</link>
      <description>Chris/Rick,&lt;BR /&gt;&lt;BR /&gt;rcp along with remsh, rdist &amp;amp; rcmd are all functions of remshd.&lt;BR /&gt;If you check your /etc/inetd.conf for the line ending in remshd - you'll see:&lt;BR /&gt;&lt;BR /&gt;shell stream tcp nowait root /usr/lbin/remshd remshd&lt;BR /&gt;&lt;BR /&gt;So it's definitely TCP for HP-UX. Cross reference that to the /etc/services file &amp;amp; you'll see it's 514/TCP to be exact.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 04 Mar 2003 23:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917656#M934426</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-04T23:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917657#M934427</link>
      <description>i've always understood rcp to be part of the BSD remsh (rsh) rexec family, not part of sun's onc rpc family.&lt;BR /&gt;&lt;BR /&gt;i'll put lunch on rcp and scp always using TCP :)  tusc and such should show that by showing the parms to the socket() calls made.&lt;BR /&gt;&lt;BR /&gt;btw, what is the source of the poster?</description>
      <pubDate>Tue, 04 Mar 2003 23:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917657#M934427</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-03-04T23:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917658#M934428</link>
      <description>I'd say that's a very safe bet.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 04 Mar 2003 23:53:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917658#M934428</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-04T23:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917659#M934429</link>
      <description>I'm going to give you an answer that has makes an assumption that the others don't ( that at some time, you have full use of the bandwidth ).  If this is not a correct assumption, then so be it.&lt;BR /&gt;&lt;BR /&gt;First cd to the directory and machine that you want to copy from.  Now, run the following:&lt;BR /&gt;tar cvf - | remsh destination_machine "( cd /destination_directory ; tar xvf - ).&lt;BR /&gt;&lt;BR /&gt;This will allow you to see your copy, as well as move files larger than 2 Gig over to the destination box).  It has all of the disadvantages of lax security, full hogging of the network bandwidth, etc.&lt;BR /&gt;But makes copying files from one system to the other painless because it correctly preserves a) links (hard and symbolic, b) permissions, and c) ownerships unlike rcp which doesn't manage any of these well.</description>
      <pubDate>Wed, 05 Mar 2003 16:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917659#M934429</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2003-03-05T16:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Large data transfer over network?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917660#M934430</link>
      <description>I'm going to give you an answer that has makes an assumption that the others don't ( that at some time, you have full use of the bandwidth ).  If this is not a correct assumption, then so be it.&lt;BR /&gt;&lt;BR /&gt;First cd to the directory and machine that you want to copy from.  Now, run the following:&lt;BR /&gt;tar cvf - | remsh destination_machine "( cd /destination_directory ; tar xvf - )".&lt;BR /&gt;&lt;BR /&gt;This will allow you to see your copy, as well as move files larger than 2 Gig over to the destination box).  It has all of the disadvantages of lax security, full hogging of the network bandwidth, etc.&lt;BR /&gt;But makes copying files from one system to the other painless because it correctly preserves a) links (hard and symbolic, b) permissions, and c) ownerships unlike rcp which doesn't manage any of these well.</description>
      <pubDate>Wed, 05 Mar 2003 16:20:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-data-transfer-over-network/m-p/2917660#M934430</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2003-03-05T16:20:51Z</dc:date>
    </item>
  </channel>
</rss>

