- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Copying data from Prod XP array to Dev XP arra...
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
01-08-2009 02:05 AM
01-08-2009 02:05 AM
Copying data from Prod XP array to Dev XP array using Mirroring?
I need to copy 3TB of Oracle Databases from my Production XP array to a separate Dev XP array to refresh the Development environment.
The way it's been done in the past has been by presenting the Storage from the Dev array to a production server. Then using 'dd' to copy the data from the Prod BCV's to the presented Dev storage, as you can imagine this takes around 5 days to do all of the databases in our allowed timeslots. Our tape backup infrastructure cannot take the load of this refresh so unfortunately its not a possible option.
I have migrated data from one san to another before using mirroring but that involved presenting the new disks, mirroring and then removing the old disks which are then re-used. I have also used fbackup which works well but its not suitable in this instance as the storage is used as raw devices (not mounted).
In this case i need to make a mirror copy of the BCV's, split the mirror and then use re-import the disks on the Dev server with the refeshed data, Is this possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 02:14 AM
01-08-2009 02:14 AM
Re: Copying data from Prod XP array to Dev XP array using Mirroring?
I'd look again at what options were used on the dd and make sure you're using a suitably large block size and running as many in parallel as you are able. That then remains simpler than mucking around with mirroring...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 02:15 AM
01-08-2009 02:15 AM
Re: Copying data from Prod XP array to Dev XP array using Mirroring?
Maybe you could also use a product like "HP StorageWorks XP Continuous Access Software" ( see www.hp.com/products1/storage/products/disk_arrays/xpstoragesw/continuousaccess )
The main idea is : create pairs between the 2 storage arrays, once data is syncrhonised, stop the production, break the pairs, restart the production ...
Anyway, transfering data in background with LVM will work. But you will have some cleaning to do on LVM configuration both on production and development host. Continuous access would be more friendly.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 02:17 AM
01-08-2009 02:17 AM
Re: Copying data from Prod XP array to Dev XP array using Mirroring?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 02:33 AM
01-08-2009 02:33 AM
Re: Copying data from Prod XP array to Dev XP array using Mirroring?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 03:03 AM
01-08-2009 03:03 AM
Re: Copying data from Prod XP array to Dev XP array using Mirroring?
We use CA but extra CA licenses are not an option unfortunately, they only do this refresh once or twice a year.
Its looking like dd is the only realistic option at the moment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 04:59 AM
01-08-2009 04:59 AM
Re: Copying data from Prod XP array to Dev XP array using Mirroring?
> Its looking like dd is the only realistic option at the moment.
Then make sure to use a large blocksize and _raw_ devices so that you don't needlessly involve the buffer cache:
# dd if=/dev/rdsk/cXtYdZ of=/dev/rdsk/C1t2d3 bs=1024k
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 01:04 PM
01-08-2009 01:04 PM
Re: Copying data from Prod XP array to Dev XP array using Mirroring?
As discussed else where - you can run some test dd's with different block sizes to find the optimal size.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 09:16 PM
01-08-2009 09:16 PM
Re: Copying data from Prod XP array to Dev XP array using Mirroring?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2009 10:36 PM
01-14-2009 10:36 PM