- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Data Migration from EMC <> XP512
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
05-13-2004 04:00 AM
05-13-2004 04:00 AM
Data Migration from EMC <> XP512
Looking for some help on
1. what will it require for XP to XP copy data copy
2. current data on older xp512 is on VxVM, how can we import it back after XP<>XP copy
Please share your experience/ideas/DOs/Donts
- TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 04:02 AM
05-13-2004 04:02 AM
Re: Data Migration from EMC <> XP512
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 04:07 AM
05-13-2004 04:07 AM
Re: Data Migration from EMC <> XP512
We used mirrorUX for the process.
There are some constraints regarding source and target, but it worked for us.
Regards,
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 04:20 AM
05-13-2004 04:20 AM
Re: Data Migration from EMC <> XP512
Create vgs and lvols and mount points you want on the storage you want to move to.
Then you can use cpio, vxdump or fbackup.
cpio will not be able to copy files larger the 2gb. So fbackup ad vxdump will be better.
something like follows.
fbackup -c - -i /dir|frecover -v
(Not the exact syntax)
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 04:48 AM
05-13-2004 04:48 AM
Re: Data Migration from EMC <> XP512
timex vxdump -0 -f - -s 1000000 -b 16 /zmnt/oracle | (cd /oracle ; vxrestore rf -)
We use lvm - not Vx.....we also did some host with mirroring across the frames - for zero downtime - only works if you have room in the vg's for the physical volumes...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 07:17 AM
05-13-2004 07:17 AM
Re: Data Migration from EMC <> XP512
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 08:02 AM
05-13-2004 08:02 AM
Re: Data Migration from EMC <> XP512
Good luck
-Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 08:45 AM
05-13-2004 08:45 AM
Re: Data Migration from EMC <> XP512
I noticed a few replies above suggesting host based mirroring or LVM mirroring. Whilst this is possible there are a few limitations
o Max PV/VG, default is 16, so unless you have less than 8 LUNs/disks you will not be able to add enough to the VG to mirror
o Max PE/PV the LVM default is quite low so even if you are able to add the LUNs to the VG you will probably not be able to add larger LUNs
o kilobyte striping. LVM does not support mirroring of kilobyte striped logical volumes. If you use extent based striping then then this can be mirrored. Generally seen people use hardware mirroring and then LVM kilobyte striping (say 64k).
I have migrated data from FC60 to VA74xx and will probably be migrating to EVA3000 too, and have come across one or all of the above limitations.. In the end I used a couple of methods
o Quiesent Full backup & restore
o On-line backup & restore the quiesent level 1 restore.
But from now on I will be trying to make sure I do not hit the above limitations!!
good luck
Tim