- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Large data transfer over network?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 03:05 PM
03-03-2003 03:05 PM
NFS, FTP , RCP, cpio, tar, etc...? Anyone have any thoughts? Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 03:10 PM
03-03-2003 03:10 PM
Re: Large data transfer over network?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 03:13 PM
03-03-2003 03:13 PM
Re: Large data transfer over network?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 03:13 PM
03-03-2003 03:13 PM
Re: Large data transfer over network?
http://rsync.samba.org
It has an option to limit the amount of bandwidth used for the transfer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 05:53 PM
03-03-2003 05:53 PM
SolutionInstall this.
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=T1471AA&date=
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.
NFS will tend to have problems if your switch lan network configuration isn't perfectly matches and not set to autonegotiate.
rcp is not a secure protocol and simply should not be used.
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.
ftp will work just fine, I just hate using anything that transmits passwords in clear text across the network.
I work for a Jewish organization and we're kind of paranoid.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 05:54 PM
03-03-2003 05:54 PM
Re: Large data transfer over network?
No load on your lan cards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 05:59 PM
03-03-2003 05:59 PM
Re: Large data transfer over network?
Steven - I will take a look at what you mentioned...
Tape? Nah! Don't have any tape drives...
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..
Thanks for all the good info..
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 09:56 PM
03-03-2003 09:56 PM
Re: Large data transfer over network?
Ncftp client has been ported to HP-UX. It is alos nice and user friendly and text based ;)
Just a thought
Gerhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 06:25 AM
03-04-2003 06:25 AM
Re: Large data transfer over network?
Attached.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 10:37 AM
03-04-2003 10:37 AM
Re: Large data transfer over network?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 12:27 PM
03-04-2003 12:27 PM
Re: Large data transfer over network?
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.
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.
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.
Chris
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 01:21 PM
03-04-2003 01:21 PM
Re: Large data transfer over network?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 03:26 PM
03-04-2003 03:26 PM
Re: Large data transfer over network?
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 03:42 PM
03-04-2003 03:42 PM
Re: Large data transfer over network?
rcp along with remsh, rdist & rcmd are all functions of remshd.
If you check your /etc/inetd.conf for the line ending in remshd - you'll see:
shell stream tcp nowait root /usr/lbin/remshd remshd
So it's definitely TCP for HP-UX. Cross reference that to the /etc/services file & you'll see it's 514/TCP to be exact.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 03:44 PM
03-04-2003 03:44 PM
Re: Large data transfer over network?
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.
btw, what is the source of the poster?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 03:53 PM
03-04-2003 03:53 PM
Re: Large data transfer over network?
Later,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 08:20 AM
03-05-2003 08:20 AM
Re: Large data transfer over network?
First cd to the directory and machine that you want to copy from. Now, run the following:
tar cvf - | remsh destination_machine "( cd /destination_directory ; tar xvf - ).
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 08:20 AM
03-05-2003 08:20 AM
Re: Large data transfer over network?
First cd to the directory and machine that you want to copy from. Now, run the following:
tar cvf - | remsh destination_machine "( cd /destination_directory ; tar xvf - )".
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.
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.