Cluster Server 8.0 Agent for EMC SRDF/Star Configuration Guide - Windows

Last Published:
Product(s): InfoScale & Storage Foundation (8.0)
Platform: Windows

SRDF/Star resource type definition

The agent is represented by the SRDF/Star resource type in VCS.

type SRDFStar (
static keylist SupportedActions = { connect, protect, 
        enable,disconnect, unprotect, disable, reset, 
        halt_reset, halt, cleanup,switch }
static int InfoInterval = 600
static int OfflineMonitorInterval = 0
static int OnlineTimeout = 86400
static int OfflineTimeout = 1200
static int RestartLimit = 1
static str ArgList[] = { SymHome, GrpName, SyncSite,
       AsyncSite, UseMostRecentData, KeepDataOn, 
       KeepDataFrom, OnlineOnState, TripTakeover, 
       ForceOnline, HaltOnOffline }
str SymHome = "C:\\Program Files\\EMC\\SYMCLI"
str GrpName
str SyncSite
str AsyncSite
int UseMostRecentData = 1
str KeepDataOn = SWITCH
str KeepDataFrom
str OnlineOnState = STAR_PROTECTED
int TripTakeover = 0
int ForceOnline = 0
int HaltOnOffline = 1
temp str StarState
)