Operating System - HP-UX
1833860 Members
2033 Online
110063 Solutions
New Discussion

Re: RAID5 with MirrorDisk installed

 
Sergey Klusov
Occasional Contributor

RAID5 with MirrorDisk installed

Can i make RAID5 with MirrorDisk?
my specs is:
HP 9000 L1000
4x 18.2 Seagate HDD's
HP-UX 11.00

Online JFS
HP MirrorDisk/UX

and if i can, then HOW? :)
No brain - No pain
12 REPLIES 12
Andreas Voss
Honored Contributor

Re: RAID5 with MirrorDisk installed

Hi,

RAID5 in my knowlegde is not available with dedicated disks but you can use mirroring AND striping (similar to RAID5).
Look at this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x5ea40559ff7cd4118fef0090279cd0f9,00.html
It will show you how to setup mirroring+striping.

Regards
R.Suresh
Frequent Advisor

Re: RAID5 with MirrorDisk installed

Hi,

Let me understand the Question first,

You want to have Raid 5 option,on the
required disks by the MirrorDISK-UX software.

No, Only Mirroring is Possible with this
Software,If you want to have Raid5,
Go for HPs AutoRaid Boxes.
This is a Hardware Raid configuration.

Thanks
R.Suresh.
PDLS
Stefan Farrelly
Honored Contributor

Re: RAID5 with MirrorDisk installed


Nope, you cant do RAID 5 with software only, you need an intelligent disk controller, eg. and Autoraid, Nike, EMC, XP256, HC/FC10 etc. But dont buy an autoraid - the performance is absolutely crap.

You can only do RAID0/1 with sofware.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Sergey Klusov
Occasional Contributor

Re: RAID5 with MirrorDisk installed

I already have installed entire system on one of those HDD, so if i'll do all that guy says, will it destroy contents of this drive?
No brain - No pain
CHRIS_ANORUO
Honored Contributor

Re: RAID5 with MirrorDisk installed

You are not supposed to stripe a RAID5 disk subsystem.
http://www.hp.com/essd/model12H_writews.html
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
CHRIS_ANORUO
Honored Contributor

Re: RAID5 with MirrorDisk installed

It is advisable to backup your system first before carrying out this task.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
Sergey Klusov
Occasional Contributor

Re: RAID5 with MirrorDisk installed

I've added one hdd to vg00 (where one HDD already was)
then i've added other two HDDs to vg01

now how do i mirror content of vg00 onto vg01 ?
No brain - No pain
John Palmer
Honored Contributor

Re: RAID5 with MirrorDisk installed

Hi Sergey,

You must have the disks in the same volume group in order to mirror them.

Take a look at this previous thread which gives details of how to mirror your root disk:-

http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xcf860559ff7cd4118fef0090279cd0f9,00.html

Regards,
John
Sergey Klusov
Occasional Contributor

Re: RAID5 with MirrorDisk installed

Explain me this:
What exactly bein mirrored? Logical Volume?
Volume group? Entire disk?

I'm newbee in UNIX, where can i learn more about that disk stuff?
No brain - No pain
James R. Ferguson
Acclaimed Contributor

Re: RAID5 with MirrorDisk installed

Sergey:

In general, a great source of information is http://docs.hp.com

For a good overview on setting up mirroring & striping, see the HP-UX System Administration Tasks manual.

...JRF...
Andreas Voss
Honored Contributor

Re: RAID5 with MirrorDisk installed

Hi,

volume group: Collection of (entire) disks
divided into physical extends.
logical volume: Pieces (physical extends) from the volume group (can spawn over multiple disks)
mirroring: Copies from logical volumes (physical extend to other disks within the volume group)

Regards
Sergey Klusov
Occasional Contributor

Re: RAID5 with MirrorDisk installed

Thanks folks, i've made it :)
No brain - No pain