Symantec logo

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