Previous  |  Next  >  
Product: Cluster Server Guides   
Manual: Cluster Server 4.1 Bundled Agents Reference Guide   

Type Definition


type LVMCombo (
        static str ArgList[] = { VolumeGroup, LogicalVolumes }
        str VolumeGroup
        str LogicalVolumes[]
)

Required Attributes

Required Attribute Description, Type and Dimension, Default, and Example

LogicalVolumes

List of logical volumes in a volume group.

  • Type and dimension: string-vector
  • Example: { "lvol1" , "lvol2" }

VolumeGroup

Name of a volume group.

Sample Configurations

Sample 1


LVMCombo vg01 (
 VolumeGroup = vg01
 LogicalVolumes = { lvol1, lvol2 }
 )

Sample 2---LVMCombo and Mount Dependencies

This sample configuration shows the LVMCombo and Mount dependencies:


group sample_lvmcombo (
 SystemList = { System1, System2 }
 AutoStartList = { System1 }
 )
 LVMCombo lvmcmbres (
         VolumeGroup = vg02
         LogicalVolumes = { lvol1 }
         )
 Mount mres (
         MountPoint = "/dir2"
         BlockDevice = "/dev/vg02/lvol1"
         FSType = vxfs
         MountOpt = ro
         FsckOpt = "-y"
         )
 mres requires lvmcmbres
 ^ Return to Top Previous  |  Next  >  
Product: Cluster Server Guides  
Manual: Cluster Server 4.1 Bundled Agents Reference Guide  
VERITAS Software Corporation
www.veritas.com