- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to Setup RAID 5
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
09-07-2003 12:44 AM
09-07-2003 12:44 AM
How to Setup RAID 5
Kindly direct me on how to setup RAID5 from scratch on HP 9000 K-class server. That is , if am faced with a number of disks, how do i get started .
Thanks for your response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 01:13 AM
09-07-2003 01:13 AM
Re: How to Setup RAID 5
This thread contains instructions.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1f26b941255cd71190080090279cd0f9,00.html
sam
disks etc
You should actually be able to set up software RAID 5 striping in there.
One thing should be carefully known. You can't do raid 1+0 striping and mirroring with LVM. The posts I've read for this clearly indicate that.
If you have X Windows, there is something called Veritas Enterprise Administrator, which might provide you the ability to do this on vxvm volumes.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 02:27 AM
09-07-2003 02:27 AM
Re: How to Setup RAID 5
If you have HP MirrorDisk/UX you can actually have extent based mirrored stripes. The lvcreate(1M) man page says how to set this up (refer to the -D option).
Be aware the smallest stripe size is 1Mb and with the capacity of todays disks, you wont be able to use a 1Mb stripe size as the VGRA will be too small. Therefore, the stripe size will have to be a minimum of 4Mb.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 01:32 PM
09-07-2003 01:32 PM
Re: How to Setup RAID 5
LVM provides no RAID 5 capability. If you are running HP-UX 11.11, you can use VxVM to create a RAID 5 collection of disks. VxVM has a fairly steep learning curve compared to LVM. The K-class box is pretty slow for this task so expect to see as much as a 20% performance penalty for writes to the RAID 5 collection. These performance penalties are the main reason that RAID 5 is usually implemented in hardware such as a disk array controller.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 05:01 PM
09-07-2003 05:01 PM
Re: How to Setup RAID 5
As indicated, RAID5 - striping with parity is not possible with LVM.
You can do either striping or mirroring with LVM. Striping+Mirroring is not possible with LVM either. At the best you can do "Extent based mirroring". But here the stripe size is equal to the extent size which may not provide extensive benefits.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2003 10:30 AM
09-09-2003 10:30 AM
Re: How to Setup RAID 5
Usually, Raid 5 is accomplished on a disk array. Then it happens on the back end and the server really does not know about the Raid level. It just looks like a disk to the server and there is no load on theserver because the array handles it. As Bill said, you don't want to do Raid 5 with JBOD.