- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mirror diff size disks
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
10-19-2005 05:58 AM
10-19-2005 05:58 AM
We plan to replace two FC10 enclosures by 2 JBODs. Each FC10 has 10 18GB disks, configured as PVG1 and PVG2 respectively. They are mirrored to each other with PVG-strict/distributed policy. Each JBOD has 10 36GB disks. Can I add the 2 JBODs to the HP server (11.11) as 2nd and 3rd mirror? Can UX-mirror take different size disks to mirror? What will be the best way to replicate data while system is running? Perforamce degradation?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 06:22 AM
10-19-2005 06:22 AM
Solutionpvmove is another way of moving from one physical volume to another buts its performance penalty is few times more than that of mirroring.
Also, even though this requires down time on the application end, vxdump|vxrestore is the fastest way that you can accomplish moving of your data.
HTH
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 06:33 AM
10-19-2005 06:33 AM
Re: Mirror diff size disks
Thanks for your help. Just want to make sure when 18GB disks mirror to 36GB disks,
the other 18GB on the new disk still usable? My impression is that by using distributed policy, only the original allocated extends will work, the rest will
be no use...
Lynn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 06:35 AM
10-19-2005 06:35 AM
Re: Mirror diff size disks
So, I don't think you'll be able to do it, unless you call getting only half of the space you thought you were getting a success.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 07:04 AM
10-19-2005 07:04 AM
Re: Mirror diff size disks
usable?
Lynn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 07:43 AM
10-19-2005 07:43 AM
Re: Mirror diff size disks
together with being an unsupported tool, there is something called vgmodify (available by asking to your HP account support engineer) which has a spotty success rate. Using this utility, you *MAY BE* able to modify the max PEs per PV setting of your VG. In which case you can make use of the whole 36G. Otherwise, I don't believe you have any other option that, recreating the VG with these new drives, utilizing full 36G capacity and have down time to replicate data using vxdump|vxrestore, which should not be outrageously bad.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 10:18 AM
10-19-2005 10:18 AM
Re: Mirror diff size disks
I'm thinking you could create a new vg with one of the new sized disks in it.
Then, take the smaller size disks from a known vg with known lvs and pvs and vgreduce them from their vg.
Then, vgextend the new vg onto the disk taken from the old vg.
Then create your new lv's WITH EXACTLY the same size factors on the same disks that you moved over, in order, and repeat for all pv's, moving them one at a time to the new vg making sure that the each disk comes over with the lv boundaries laying on the same extents as they were in the old vg (extent sizes must match the old vg or you're hosed).
Then creating the lv's from where you know they should now reside on the pv's. Repeating until all back, but in the new vg.
Now, add the rest of the new disks by vgextending them into the new vg.
Now, mirror the old lv's onto the new disk space from the pv's having the new 36G disks, and that should do it.
This should be do-able and - pretty straight forward (though lengthy) - but any screw ups and you've hosed your data.
So, a backup would be required first.
Also understanding and perfection of the technique on a test system before proceeding forward would be required. This is pretty tricky if you've not been exposed to this stuff much before, so make sure you're pretty good at it before attempting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 10:41 AM
10-19-2005 10:41 AM
Re: Mirror diff size disks
Thanks for pointing directions. I'll test
it out on a test system.
Sincerely,
Lynn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 06:52 PM
10-19-2005 06:52 PM
Re: Mirror diff size disks
Perhaps I am missing the point here!!!
If u have an 18GB disk and want to mirror this to a 36GB, then, from my experience the extra space on the 36GB will NOT be visible to the system.
I am working on the K class systems..
kyris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 08:04 PM
10-19-2005 08:04 PM
Re: Mirror diff size disks
Please make sure that this time atleast u r specifiyng the max pe per pv, and pe size while creating the new vg as per john's advice. So that next time u will not face the same problem.
#vgcreate -e (pe / pv
) -s (pe size) vgname pv_path
All the best
regards
Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 12:57 PM
02-10-2006 12:57 PM