Symantec logo

Resource type definition

type LVMVG (

    static int NumThreads = 1

    static str ArgList[] = { VolumeGroup, MajorNumber, OwnerName,
    GroupName, Mode, ImportvgOpt, VaryonvgOpt, SyncODM }

    str VolumeGroup

    int MajorNumber

    str OwnerName

    str GroupName

    str Mode

    str ImportvgOpt = n

    str VaryonvgOpt

    int SyncODM = 1

)