Operating System - HP-UX
1836377 Members
2179 Online
110100 Solutions
New Discussion

does it support on OPS service Guard?

 
leyearn
Regular Advisor

does it support on OPS service Guard?

System model :rp5470(L3000)
DiskSystem: FC10 (two ) each FC10 have 5 disks

FC10-1: c1t0d0----c1t4d0
FC10-2: c2t0d0----c2t4d0
Os:11i v1
Ops version : ops 11.14

we want to make MIRROR between two FC10s

and make vgora to hold raw devices used by ORACLE 8.1.7
so it will be actived in shared mode

#mkdir /dev/vgora
#mknod /dev/vgora/group c 64 ox020000
#vgcreate -p pvg1 /dev/vgora c1t0d0----c1t4d0
#vgextend -p pvg2 /dev/vgora c2t0d0----c2t4d0
then we will create the lvs
#lvcreate -s g -m 1 -n app00 -L 2048 /dev/vgora
want to improve the performance
#lvcteate -s g -D y -m 1 -n app00 -L 2048 /dev/vgora
the -D y means distribution option
but we#man lvcreate
in the manpage of lvcreate
there is a sentence:

Logical volumes that were created using the striped option are not supported in shared mode.


yes we will use vgora in shared mode
can we use the -D y option when
we create the lvs?

thanks in advance!
1 REPLY 1
Krishnan Viswanathan
Frequent Advisor

Re: does it support on OPS service Guard?

Since you are using HPUX 11i, you "can" use the striping option for shared volume groups for improving I/O

There are some striping restrictions if you run Service guard OPS on HPUX 11.0

Good luck !