Operating System - HP-UX
1826811 Members
3813 Online
109704 Solutions
New Discussion

ServiceGuard, RAC and LVM.

 
SOLVED
Go to solution
Serge Dumont
Occasional Advisor

ServiceGuard, RAC and LVM.

Hi all,

I have 2 rp7410, 11i with LVM and SG 11.15
We are still in the planing stage and
I've been reading few documents about RAC.
They all show "raw" LVs in their examples but
I haven't seen any mention that you HAVE to use
a raw LVs.

Do we have to use raw LVs with RAC ?
If so, is there a reason ?

Thanks,
Serge.
4 REPLIES 4
Brian Crabtree
Honored Contributor
Solution

Re: ServiceGuard, RAC and LVM.

Yes. RAC requires the ability to lock individual blocks, so they can be modified. The only way to allow for this is to use a raw LV. With a cooked filesystem, Oracle locks the files fully, so no other instance would be able to lock them. There are supposed to be some file managers out there that allow block locking on a cooked filesystem, however I have not had any experiance with them.

Hope this answers your question.

Thanks,

Brian

Karthik S S
Honored Contributor

Re: ServiceGuard, RAC and LVM.

Oracle RAC can also be configured on Cluster File System. For this you need to install Veritas CFS (Veritas DB edition) on hp-ux.

Disadvantage on Raw volumes being that one can NOT determine the space utilized by the volume and it is hard to manage (for example extending a Volume)

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Karthik S S
Honored Contributor

Re: ServiceGuard, RAC and LVM.

Also, the following cookbook will be very useful for you to setup RAC with LVM.

http://otn.oracle.com/products/oracle9i/htdocs/9iRAChp.html

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Serge Dumont
Occasional Advisor

Re: ServiceGuard, RAC and LVM.

Thank you Brian and Karthik.
This is exactly what I was looking for.

Serge.