Symantec logo

CVMCluster agent type definition

The following type definition is included in the file, CVMTypes.cf. Note that the CVMNodeAddr, PortConfigd, and PortKmsgd attributes are not used in an Storage Foundation environment because GAB, the required cluster communication messaging mechanism, does not use them.

type CVMCluster (

static int InfoTimeout = 0

static int NumThreads = 1

static int OnlineRetryLimit = 2

static int OnlineTimeout = 400

static str ArgList[] = { CVMTransport, CVMClustName,

CVMNodeAddr, CVMNodeId, PortConfigd, PortKmsgd,

CVMTimeout }

NameRule = ""

str CVMClustName

str CVMNodeAddr{}

str CVMNodeId{}

str CVMTransport

int PortConfigd

int PortKmsgd

int CVMTimeout

)