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
07-05-2005 02:49 AM
07-05-2005 02:49 AM
RAID 0+1
Please let me know whether I can create RAID 0+1 and RAID 1+0using LVM ?
Thanks
PVR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 02:53 AM
07-05-2005 02:53 AM
Re: RAID 0+1
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 02:59 AM
07-05-2005 02:59 AM
Re: RAID 0+1
Create the stripes first and mirror it using lvextend ?
Is there any extra steps to be executed to configure the same ?
If anybody has some handson experience, please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 03:05 AM
07-05-2005 03:05 AM
Re: RAID 0+1
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 03:17 AM
07-05-2005 03:17 AM
Re: RAID 0+1
In almost all servers, the root disk is striped and mirrored (If resources are available).
First check whether mirrordisk UX is available.
First create the LVOL with lvcreate command with -i
Regards
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 03:33 AM
07-05-2005 03:33 AM
Re: RAID 0+1
Important to note here is across how many disk you want to create this LVOL. Suppose if you create it across two with stripping consuming half of the disk space across both. Then during mirror there is a possibility that your second copy of mirror could be lying on the balance half space on these two disks itself. This way allthough your striping is there but you have multiple copies of data across same physical volumes.
So take atleast 4 disks of same sizes to achive this & then use distributed allocation.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 05:31 AM
07-05-2005 05:31 AM
Re: RAID 0+1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 06:11 AM
07-05-2005 06:11 AM
Re: RAID 0+1
among the disks.