Symantec logo

Resource type definition

type DiskGroup (

    static keylist SupportedActions = { "license.vfd", "disk.vfd",
    numdisks }

    static int NumThreads = 1

    static int OnlineRetryLimit = 1

    static str ArgList[] = { DiskGroup, StartVolumes, StopVolumes,
    MonitorOnly, MonitorReservation, PanicSystemOnDGLoss,
    tempUseFence, DiskGroupType }

    str DiskGroup

    boolean StartVolumes = 1

    boolean StopVolumes = 1

    boolean MonitorReservation = 0

    boolean PanicSystemOnDGLoss = 1

    temp str tempUseFence = INVALID

    str DiskGroupType = private

)