Operating System - HP-UX
1834640 Members
3151 Online
110069 Solutions
New Discussion

Software Raid 5 suppport in LVM on HP-UX 11.0 ?

 
SOLVED
Go to solution
nitin_2
New Member

Software Raid 5 suppport in LVM on HP-UX 11.0 ?

Is s/w raid 5 supported on lvm on hp-ux 11.0 ?
CA691080
6 REPLIES 6
Stefan Farrelly
Honored Contributor

Re: Software Raid 5 suppport in LVM on HP-UX 11.0 ?


Not with HP's LVM, but with Verita's version of LVM for 11 I believe you can do software RAID 5.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Santosh Nair_1
Honored Contributor

Re: Software Raid 5 suppport in LVM on HP-UX 11.0 ?

You can't do Raid 5 with HP's LVM but you can do striping, which I believe is Raid 1(?).

-Santosh
Life is what's happening while you're busy making other plans
Sanjay_6
Honored Contributor

Re: Software Raid 5 suppport in LVM on HP-UX 11.0 ?

James R. Ferguson
Acclaimed Contributor

Re: Software Raid 5 suppport in LVM on HP-UX 11.0 ?

Hi:

Veritas Volume Manager (VxVM) provides Raid-5 functionality at a software level. LVM does not. Take a look, at the "VERITAS Volume Manager 3.1 Administrator's Guide" for more information.

http://docs.hp.com/hpux/onlinedocs/B7961-90002/B7961-90002.html

Regards!

...JRF...
Sridhar Bhaskarla
Honored Contributor
Solution

Re: Software Raid 5 suppport in LVM on HP-UX 11.0 ?

Parity cannot be generated by LVM. It can only do mirroring. So RAID-5 is not possible with LVM. Veritas Volume manager can do this. But it is available only on 11.11 onwards.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
nitin_2
New Member

Re: Software Raid 5 suppport in LVM on HP-UX 11.0 ?

Hi!

Thanks for for your prompt and valueable replies.

-Nitin :)
CA691080