- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LVM, Mirror and Striping
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
08-05-2002 03:31 AM
08-05-2002 03:31 AM
I am on 10.20. Does it change at 11.x?
DAve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 03:41 AM
08-05-2002 03:41 AM
Re: LVM, Mirror and Striping
As for mirroring and striping I belive you could do that but will have to do it using the commandline. Further more you would need at least 4 disks; two for the striping and another two for the mirror. Remembet that there is no "original" but two copies. So if you stripe and mirror with two disks you realy only get a mirror.
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 03:46 AM
08-05-2002 03:46 AM
Re: LVM, Mirror and Striping
Sounds logical (not 100% sure, might be due to the options you use in the lvcreate). There seems to be no difference between 10.20 and 11.0 (the two versions I've got here).
However, take a look at the -D option (there 's an example of how to implement it in the manpages as well). Might be the best tradeoff ...
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 04:09 AM
08-05-2002 04:09 AM
SolutionThere are 2 ways to do it;
1. Use the -D (distributeed) option under lvcreate. This will allow striping+mirroring
2. use lextend manually. This will also allow you to stripe and mirror but your limited to the extent size (normally 4Mb) whereas in 1. above you can use smaller stripe values (usually around 64k is best).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 04:23 AM
08-05-2002 04:23 AM
Re: LVM, Mirror and Striping
1) yes I know I need to move to 11.x, that's the next project, but I needed the disk added.
2) I did have 6 disks I was adding to the group, intending on Mirroring and striping 3 disks per channel.
3) It looks like the -D was what I needed. so Inow I can plan for changing to this for my 11.i install.
Thanks again
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 04:42 AM
08-05-2002 04:42 AM
Re: LVM, Mirror and Striping
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 07:32 AM
08-05-2002 07:32 AM
Re: LVM, Mirror and Striping
The above correct, you can mirror & stripe in LVM using extent based striping. However, the reason why you got errors is because you tried to use:
lvextend -m 1 -i
This is called kilobyte striping and has a far smaller (effective) width. We use kilobyte stripes on 12 LUNs (virtual disks) using a 4k stripe size. The disks are hardwared mirrored (on fc60, AutoRAID, va74100 etc). This means that you can use a smaller stripe size which may or may not give you performance benefits. That said I've used both & found that over 6+ disks/LUNS and they BOTH worrk fine & even out the disk activity so you do no have "hot disks" generating bottlenecks.
Regards
Tim