- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- LVM and VxVM
- >
- MIrroring Problem using lvextend: Striped mirrors ...
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
12-08-2010 12:50 AM
12-08-2010 12:50 AM
Need your help. I am trying to mirror my LV's using three PV's. This is my command:
ccbr2prd root:/tmp/mirror> lvextend -m 1 /dev/vgtest01/lvname /dev/dsk/c37t12d4 /dev/dsk/c37t12d5 /dev/dsk/c37t12d6
Striped mirrors are not supported. To enable mirroring options (-m, -M, -c),
do not specify the striping options (-i, -I) when creating logical volumes.
Reason for mirroring is that we presented a new storage and will remove old one. Help me please.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-08-2010 01:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-08-2010 01:15 AM
12-08-2010 01:15 AM
Re: MIrroring Problem using lvextend: Striped mirrors are not supported
check this thread from ITRC :
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1137690
a specially advice from Torsten.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-08-2010 01:31 AM
12-08-2010 01:31 AM
Re: MIrroring Problem using lvextend: Striped mirrors are not supported
root:/tmp/mirror> lvdisplay /dev/DMXvgfs1bcv/lvctrlm
--- Logical volumes ---
LV Name /dev/DMXvgfs1bcv/lvctrlm
VG Name /dev/DMXvgfs1bcv
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule striped
LV Size (Mbytes) 2544
Current LE 159
Allocated PE 159
Stripes 3
Stripe Size (Kbytes) 64
Bad block NONE
Allocation strict
IO Timeout (Seconds) default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-08-2010 01:40 AM
12-08-2010 01:40 AM
Re: MIrroring Problem using lvextend: Striped mirrors are not supported
(/dev/dsk/cOldtxdx /dev/dsk/cOldtydy /dev/dsk/cOldtzdz)
i extended the VG using 3 PV's from the new storage (/dev/dsk/cNewtxdx /dev/dsk/cNew/tydy & /dev/dsk/cNewtzdz) which in total is also 139 gig.
Since we are planning to migrate I am trying to mirror all LV's to the PV's which came from the new storage.
The current LV's are striped to the PV's from the old storage that is why I am mirroring my LV to the three PV's from the new storage.
lvextend -m 1 /dev/vgxxx/lvolxx /dev/dsk/cNewtxdx /dev/dsk/cNew/tydy /dev/dsk/cNewtzdz
lvreduce -m 0 /dev/vgxxx/lvolxx /dev/dsk/cOldtxdx /dev/dsk/cOldtydy /dev/dsk/cOldtzdz
If this is successful I will then do a vgreduce to remove all the PV's from the old storage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-08-2010 02:05 AM
12-08-2010 02:05 AM
Re: MIrroring Problem using lvextend: Striped mirrors are not supported
Shibin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-08-2010 03:48 AM
12-08-2010 03:48 AM
Re: MIrroring Problem using lvextend: Striped mirrors are not supported
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-08-2010 06:45 AM
12-08-2010 06:45 AM
Re: MIrroring Problem using lvextend: Striped mirrors are not supported
my box is running hp-ux 11.11
present LV's are striped across 3 pv's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-08-2010 06:53 AM
12-08-2010 06:53 AM
Re: MIrroring Problem using lvextend: Striped mirrors are not supported
ccbr2prd root:/tmp/mirror> lvdisplay -v /dev/DMXvgfs1bcv/lvctrlm | more
--- Logical volumes ---
LV Name /dev/DMXvgfs1bcv/lvctrlm
VG Name /dev/DMXvgfs1bcv
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule striped
LV Size (Mbytes) 2544
Current LE 159
Allocated PE 159
Stripes 3
Stripe Size (Kbytes) 64
Bad block NONE
Allocation strict
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c10t2d3 53 53
/dev/dsk/c12t3d3 53 53
/dev/dsk/c10t2d2 53 53
--- Logical extents ---
LE PV1 PE1 Status 1
00000 /dev/dsk/c10t2d2 00523 current
00001 /dev/dsk/c10t2d3 00523 current
00002 /dev/dsk/c12t3d3 00523 current
00003 /dev/dsk/c10t2d2 00524 current
00004 /dev/dsk/c10t2d3 00524 current
00005 /dev/dsk/c12t3d3 00524 current
00006 /dev/dsk/c10t2d2 00525 current
00007 /dev/dsk/c10t2d3 00525 current
00008 /dev/dsk/c12t3d3 00525 current
00009 /dev/dsk/c10t2d2 00526 current
00010 /dev/dsk/c10t2d3 00526 current
00011 /dev/dsk/c12t3d3 00526 current
00012 /dev/dsk/c10t2d2 00527 current
00013 /dev/dsk/c10t2d3 00527 current
00014 /dev/dsk/c12t3d3 00527 current
00015 /dev/dsk/c10t2d2 00528 current
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-08-2010 07:24 AM
12-08-2010 07:24 AM
Re: MIrroring Problem using lvextend: Striped mirrors are not supported
You can not stripe a mirror, but you can mirror a stripe.
But it also depends on many other factors as well.
I assume you solve your problem.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP