Resource type definition for CVMCluster agent

Review the type definition that the CVMTypes.cf file includes. The CVMNodeAddr, PortConfigd, and PortKmsgd attributes are not applicable in an SF Oracle RAC environment because GAB, the required mechanism for cluster communication, does not use these attributes.

type CVMCluster (

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

)