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, tempUseFence,
    PanicSystemOnDGLoss }

    str DiskGroup

    str StartVolumes = 1

    str StopVolumes = 1

    boolean MonitorReservation = 0

    temp str tempUseFence = INVALID

    boolean PanicSystemOnDGLoss = 1

)