- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Splitting LV Mirrors
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-17-2004 04:05 AM
06-17-2004 04:05 AM
Splitting LV Mirrors
My problem is the 2 mirrors are on different LUNs (one RAID5 and one RAID1/0) and I want to define which of the LUNs contains the split mirror. Currently the wrong contains the mirror that splits off?
Hope this makes sense.
Cheers,
Bryan Hardwick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 04:10 AM
06-17-2004 04:10 AM
Re: Splitting LV Mirrors
Yep. Define the LUNs that you want the split mirrors on in a seperate PVG and use it in the command line argument with your lvsplit.
For ex.,
lvsplit -g splitgrp /dev/vg01/lvol1
Look at the man page of 'lvmpvg', 'vgextend' and 'lvsplit' for more information.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 01:59 AM
06-18-2004 01:59 AM
Re: Splitting LV Mirrors
I may have omitted to say, this is an HP-UX 10.20 system. I looked for the -g option and it doesn't seem to exist in the man page. Is it a un-documented feature or only available in 11 or above?
Cheers,
Bryan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 02:10 AM
06-18-2004 02:10 AM
Re: Splitting LV Mirrors
It's quite sometime back I worked on 10.20. You might already know that 10.20 is obsoleted.
I am not sure if this is a man page issue. I don't have a 10.20 to verify it. However, 10.20 did have PVGs as the LVM Patch PHCO_23437 does talk about it.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 02:40 AM
06-18-2004 02:40 AM
Re: Splitting LV Mirrors
Check the lvplit 10.2 man page on docs.hp.com - here:
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90129/B2355-90129_top.html&con=/hpux/onlinedocs/B2355-90129/00/01/176-con.html&toc=/hpux/onlinedocs/B2355-90129/00/01/176-toc.html&searchterms=lvsplit&queryid=20040618-083654
It shows -g in it.
I always check that site because you can see all man pages back to 10.2 Then you can compare to see when a parm or feature appeared.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 03:30 AM
06-18-2004 03:30 AM
Re: Splitting LV Mirrors
Yes I know, our client has been "cap in hand" to HP to have extended support for the second year now!
I cannot have the last release of 10.20, here is the error message from lvsplit if I try the "-g" option: -
Usage: lvsplit
. [-A Autobackup]
. [-s suffix]
. SourceLogicalVolumePath...
"g": Illegal option.
Thanks for the help. Any other ideas out there? I guess there could be a patch/upgrade to LVM.
Cheers,
Bryan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 03:57 AM
06-18-2004 03:57 AM
Re: Splitting LV Mirrors
I wonder the patch levels of your 10.20 systems.
Try installing LVM patch that I indicated above.
Make sure you have a make_tape_recovery tape.
This is a commands patch only. So, it won't require a reboot.
-Sri