1753809 Members
8432 Online
108805 Solutions
New Discussion юеВ

does it support ?

 
SOLVED
Go to solution
leyearn
Regular Advisor

does it support ?

now there are Two FC10 diskSystems
I want to make mirror between two FC10 diskSystems
I edited /etc/lvmpvg

VG /dev/vg_OPS
PVG PVG0
/dev/dsk/c5t6d0 # disks in fc10-1
/dev/dsk/c5t7d0
/dev/dsk/c5t8d0
PVG PVG1
/dev/dsk/c6t6d0 # disks in fc10-2
/dev/dsk/c6t7d0
/dev/dsk/c6t8d0
I created the lvs
#lvcreate -s g -m 1 -L -D y 1024 -n app00 /dev/vg_OPS

but when I
#man lvcreate
Logical volumes that were created using the striped option are not
supported in shared mode.


the vg_OPS should be actived in share mode

I don't know whether the -D option is supported in OPS




2 REPLIES 2
Dietmar Konermann
Honored Contributor
Solution

Re: does it support ?

It is. Only the "real" striping (-i) is not supported in shared mode. The "extent based mirrored stripes" are.

Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
Daniel Galante
Occasional Advisor

Re: does it support ?

Try to desactivate the vg_OPS and activate in "normal" mode (vgchange -a y vg_OPS).
Then try to create your lvol.

If it don't work, try to create the lvol without mirror (but distributed) then try to extend it using the other PVG.


Daniel Galante