Previous  |  Next  >  
Product: Storage Foundation for Oracle RAC Guides   
Manual: Storage Foundation 4.1 for Oracle RAC Installation and Configuration   

CVMVolDg Agent: Type Attributes

The following table describes modifiable attributes of the CVMVolDg resource type.

Attribute Dimension Description

CVMDiskGroup

string-scalar

Names the disk group.

CVMVolume

string-keylist

Lists critical volumes in the disk group. SFRAC requires specifying at least one volume in the disk group.

CVMActivation

string-scalar

Sets the activation mode for the disk group.

Default = sw

CVMVolDg Agent: Type Definition

The CVMTypes.cf file includes the CVMVolDg type definition.


type CVMVolDg (
        static keylist RegList = { CVMActivation }
        static str ArgList[] = { CVMDiskGroup, CVMVolume,
            CVMActivation }
        str CVMDiskGroup
        keylist CVMVolume[]
        str CVMActivation
        temp int voldg_stat
)

CVMVolDg Agent: Sample Configuration

Each Oracle service group requires a defined CVMVolDg resource type.


CVMVolDg ora_voldg (
       CVMDiskGroup = oradatadg
       CVMVolume = { oradata1, oradata2 }
       CVMActivation = sw
)
 ^ Return to Top Previous  |  Next  >  
Product: Storage Foundation for Oracle RAC Guides  
Manual: Storage Foundation 4.1 for Oracle RAC Installation and Configuration  
VERITAS Software Corporation
www.veritas.com