- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Data replication from one array to another
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-15-2007 03:49 PM
08-15-2007 03:49 PM
Data replication from one array to another
I have a scenario, where I want to replicate data from one server connected to EMC array to another server on XP array, WITHOUT DOWN TIME.
Previously I had used LVM to migration, but replication is new to me.
Since the data size is huge, 2+ TB, backup and restore doesn't gives a fast solution.
Is there something in LVM I can use, or any other way to replication the environment.
regards
DT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 04:33 PM
08-15-2007 04:33 PM
Re: Data replication from one array to another
I think LVM will no do any help for you. I've used this software called Softek TDMF, migrated 20 TB of data (from several servers), either to another server and storage or to the same server with different storage array.
And no downtime is most likely not possible, but a minimized downtime can be achieved, max 1 hour per server.
regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 04:25 AM
08-16-2007 04:25 AM
Re: Data replication from one array to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 04:43 PM
08-16-2007 04:43 PM
Re: Data replication from one array to another
I am keen for performing the required operation, I am ready to think beyond LVM too.
I have done migration using LVM (pvmove), but not replication. can you please help me on how to replicate environment from one array to another using LVM.
regards
DT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2007 03:33 AM
08-17-2007 03:33 AM
Re: Data replication from one array to another
Basically, you create LUNs on the new array that are the same size or bigger than your existing LUNS on your source array.
You then add your new LUNs to every volume group on your system and mirror all your logical volumes to the new LUNs.
Once this is completed, you will have a live mirror copy of your data on each array.
You then break the mirrors by lvreducing out the copy on you source array and you are done.
Chris