- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk Mirror break for backup purposes?
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
06-27-2007 05:16 AM
06-27-2007 05:16 AM
I know this has to have been done before, so I'd like some input from someone with real world experience. What I'd like to do is:
1. Create LUNs on the SAN that are sufficeint to mirror my existing oracle disk groups.
2. Create Disk group mapfiles using "vxexport -m -p ..."
3. Break the mirrors prior to the upgrade.
4a. The oracle upgrade goes as planned, and I return the unused mirrors to the SAN for use elsewhere. OR:
4b. After the upgrade goes awry, I vgexport the upgraded oracle vgs. I them use the mapfiles created in step 2 to reimport the disk groups using data on the preupgrade mirrors.
I don't know what I'll have to do to the mapfiles to make them work, I haven't even looked a a mapfile yet to see what's in there.
SANITY CHECK please! Advice also gratefully accepted.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 05:21 AM
06-27-2007 05:21 AM
SolutionYou will get new lvols that you can just substitute in place of the old.
If you do not need them then lvsplit back togeter.
The vgexport with the map file will have issue as the vgimport will be looking for the same number of disks as the origional.
Depending on your array you could do replication/snap/clone there as well, then use the vgimport if needed on then snapped or cloned device(s).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 05:25 AM
06-27-2007 05:25 AM
Re: Disk Mirror break for backup purposes?
you'll get lvol1 and lvol1b the lvol1b is the mirror
once done if you want to bring them back together use lvmerge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 07:12 PM
06-27-2007 07:12 PM
Re: Disk Mirror break for backup purposes?
It just 'translates' the logical volumes on the disk to the names used in the volumegroup.
Expample of a mapfile of vg00 :
1 lvol1
2 lvol2
3 lvol3
4 lvol4
5 lvol5
6 lvol6
7 lvol7
8 lvol8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 09:43 PM
06-27-2007 09:43 PM
Re: Disk Mirror break for backup purposes?
If you execute this : lvmerge lvol1 lvol1b it means the lvol1 is synchronyse by the lvol1b and you will lost all the transaction between the lvsplit and the lvmerge
Bye.
David