- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirroring Striped Logical Volumes
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
11-07-2007 03:09 AM
11-07-2007 03:09 AM
Mirroring Striped Logical Volumes
Striped mirrors are not supported. To enable mirroring options (-m, -M, -c),
do not specify the striping options (-i, -I) when creating logical volumes.
Thanks for any ideas/suggestions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 03:24 AM
11-07-2007 03:24 AM
Re: Mirroring Striped Logical Volumes
man page show:
Distributed Allocation Policy
This example shows how the -D y option can be used to create EXTENT-
BASED MIRRORED STRIPES.
Assume that volume group /dev/vgtest has two physical volume groups:
pvg1 and pvg2.
Assume that each physical volume group has 2 physical volumes.
Assume that the first physical volume in each pvg has 3 extents free
and the second physical volume in each pvg has 2 extents free.
The following command creates a logical volume in vgtest with EXTENT-
BASED MIRRORED STRIPES:
lvcreate -D y -s g -m 1 -l 5 /dev/vgtest
The distributed allocation proceeds as follows:
+ A free extent is allocated from the 1st pvol in pvg1.
+ A free extent is allocated from the 2nd pvol in pvg1.
+ A free extent is allocated from the 1st pvol in pvg1.
+ A free extent is allocated from the 2nd pvol in pvg1.
+ A free extent is allocated from the 1st pvol in pvg1.
+ Mirrors for the five extents are then allocated from the
free extents in pvg2 in a similar manner.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 03:27 AM
11-07-2007 03:27 AM
Re: Mirroring Striped Logical Volumes
The error message you're getting seems to be pretty definitive. The man page, however, doesn't mention any such restriction. The only thing I did pick up was this:
"LVM striped logical volumes are always allocated using a strict allocation policy. Consequently, striped logical volumes may only be extended by a number extents that is a multiple of disks the logical volume is striped across."
If you've complied with that restriction then I guess the error message is your final answer.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 03:29 AM
11-07-2007 03:29 AM
Re: Mirroring Striped Logical Volumes
http://docs.hp.com/en/5991-7518/5991-7518.pdf
Page 6:
"The following feature is new with the HP-UX 11i v3 release of MirrorDisk/UX:
â ¢ Striped Mirrors: In previous releases, LVM supported a limited extent-based striped mirror
functionality, as described in the lvcreate(1M) manpage. This type of striped mirror required
the stripe size to be a multiple of extent size. In HP-UX 11i v3, LVM supports mirroring of
striped logical volumes with the entire range of stripe sizes. The lvcreate command
options -m and -i/-I can be used together, and the -m option of the lvextend and
lvreduce commands can be applied to striped logical volumes."
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 03:33 AM
11-07-2007 03:33 AM
Re: Mirroring Striped Logical Volumes
"Striped mirrors are not supported. To enable mirroring options (-m, -M, -c),
do not specify the striping options (-i, -I) when creating logical volumes."
Once it is striped, it cannot be mirrored.
Consider to backup the data and restore to the new device.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 05:13 AM
11-07-2007 05:13 AM
Re: Mirroring Striped Logical Volumes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 06:53 AM
11-07-2007 06:53 AM
Re: Mirroring Striped Logical Volumes
# dd if=/dev/vgOLD/rlvol1?? of=/dev/vgNEW/rlvol?? bs=1024k