- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- data migration
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
08-19-2002 01:39 PM
08-19-2002 01:39 PM
data migration
I am doing data migration from one location to another distant location. The amount of data is 100s of GB. I might need to transfer full data once and five time refresh after. Which utility is the best and effective to do it?
rsync
rdist
rcp
Or any other commercial or free software
Help.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 02:10 PM
08-19-2002 02:10 PM
Re: data migration
Sounds like a lot of data to transfer - can you not handle the problem with tape backups & recoveries ?. On the occasion I have had to transfer large amounts of data I've used the following tar/remsh command but you are of course limited to the 2Gb limits per transfer -
tar cf - /tmp/dir | remsh host2 "(cd /;tar xf -)"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 02:26 PM
08-19-2002 02:26 PM
Re: data migration
It might even make sense to make copies of the data and ship them via hard disks.
I doubt that rdist or rsync make sense for this because the transfer times will be so great that the systems will never sync. Of course, if you are running ATM then things are different.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 03:24 PM
08-19-2002 03:24 PM
Re: data migration
I'd like to add to Nick and Clay's questions:
(1) What kind of data?
(2) One large file, a few medium sized files, a bunch of small files, a few of each?
(3) can the data be compressed?
(4) Is this data on an EMC symmetrix? What kind of disk is it on?
(5) What OS's are you running?
(6) what kind of server is the data on?
(7) what kind of server is the data going to?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 06:13 PM
08-19-2002 06:13 PM
Re: data migration
To add further on the comments made, "r" commands can be very unproductive over the data of hundreds of GBs. Morever, if the data is a "database", you cannot use those commands directly.
You might need to consider different mechanisms. Take backup, move the tapes restore. And if you need, you can take incremental backup later and restore.
Since they are distant from each other, I cannot think of you having Escon links for tools like SRDF or HORC.
-Sri