Operating System - HP-UX
1833792 Members
1882 Online
110063 Solutions
New Discussion

Confirm creation of mirror of stripeset

 
SOLVED
Go to solution
Michael Elleby III_1
Trusted Contributor

Confirm creation of mirror of stripeset

Hello-

I have a set of striped disks that I would like to mirror.

I put the existing 3 disks in the volume group in to a PVG called Stripeset1. I then added the 3 new disks into the volume group, putting them into their own PVG called Stripeset2

I want to confirm if I can then mirror the lv's that are striped across the disks in PVG Stripeset1 to the disks in PVG Stripeset2.

Mike-
Knowledge Is Power
3 REPLIES 3
Patrick Wallek
Honored Contributor
Solution

Re: Confirm creation of mirror of stripeset

If you are using true striping then this will NOT work. By true striping I am talking about lvcreate with the -i and -I options. HP does not support true striping and mirroring.

What you can does is use "extent-based" striping (look at the -D option to lvcreate) and mirroring together.

Have a look at the lvcreate man page for more information.
Michael Elleby III_1
Trusted Contributor

Re: Confirm creation of mirror of stripeset

Hey Patrick-

That's what I thought... Looks as if I would have to recreate the stripe with the -D option then be able to use extent-based mirroring..

Thanx.

Mike-
Knowledge Is Power
Michael Steele_2
Honored Contributor

Re: Confirm creation of mirror of stripeset