- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can LVM support RAID 1+0?
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
04-29-2002 11:46 PM
04-29-2002 11:46 PM
Can LVM support RAID 1+0?
By the way, is there any command that can display layout of disk striping, lvdisplay -v will only show the extends details.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 12:34 AM
04-30-2002 12:34 AM
Re: Can LVM support RAID 1+0?
You can not mirror a striped lvol...
Instead you can use Logical Extent Based striping.
See man lvcreate , on -D option, and man lvmpvg.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 03:36 AM
04-30-2002 03:36 AM
Re: Can LVM support RAID 1+0?
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 04:53 AM
04-30-2002 04:53 AM
Re: Can LVM support RAID 1+0?
If you use extent based striping, you CAN mirror the LV's. To do extent based striping, you have to manually extend into each disk for the LV. It's a pain!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 11:58 AM
04-30-2002 11:58 AM
Re: Can LVM support RAID 1+0?
Yes, you can , but it is a pain. check this doc:
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=e257801a0fba3030cc/screen=ckiDisplayDocument?docId=200000055002484
Other option is, create VG using distributed extents (vgcreate -s x -g pvgn ) and to create lvs, lvcreate -D y -s g -m 1 -L size .
Normally, with HA disks becoming the norm, the choice of using RAID level is taken at the H/W level. In EMCs, we use RAID 0/1 at Emc level. In XP, we use RAID 5 at XP level.
HTH
raj