- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error message: Striped mirrors are not supported
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-19-2007 02:31 AM
06-19-2007 02:31 AM
lvcreate -i 4 -I 64 -n lvoradata1 /dev/vg01
lvextend -l 10 /dev/vg01/lvoradata1 \
/dev/dsk/c6t4d0 /dev/dsk/c6t5d0 \
/dev/dsk/c7t8d0 /dev/dsk/c7t9d0
lvextend -m 1 /dev/vg01/lvoradata1 \
/dev/dsk/c5t4d0 /dev/dsk/c5t5d0 \
/dev/dsk/c9t8d0 /dev/dsk/c9t9d0
After this xcommand the following error message appears: Striped mirrors are not supported. To enable mirroring options (-m, -M, -c),
do not specify the striping options (-i, -I) when creating logical volumes.
According to the HP-UX documentation striped mirrors are supported ?!?!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 02:38 AM
06-19-2007 02:38 AM
Re: Error message: Striped mirrors are not supported
> lvcreate -i 4 -I 64 -n lvoradata1 /dev/vg01
> To enable mirroring options (-m, -M, -c),
do not specify the striping options (-i, -I) when creating logical volumes.
I am going with the -i.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 02:40 AM
06-19-2007 02:40 AM
Re: Error message: Striped mirrors are not supported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 02:42 AM
06-19-2007 02:42 AM
SolutionWhere did you read this?
See this documentation:
"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..."
http://docs.hp.com/en/5991-7518/ar01s03.html
and
"Striped Mirrors: Releases prior to HP-UX 11i v3 only support extent-based striping via the -D option to lvcreate..."
http://docs.hp.com/en/5991-7518/ar01s06.html
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
06-20-2007 08:37 PM
06-20-2007 08:37 PM
Re: Error message: Striped mirrors are not supported
I read a lot of documents but can't remember which document described mirrored stripes. I'm sure it was documentation based on a HP-UX release prior to HP-UX 11.31.
Nevertheless, I followed your advise and used the -D option.
Thank you
Leo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2007 08:50 PM
06-20-2007 08:50 PM