Symantec logo

Example main.cf for a centrally managed cluster using Cluster Management Console

include "types.cf"

include "ClusterConnectorConfigType.cf"

cluster vcs_cluster2 (

UserNames = { "admin" = hqrJqlQnrMrrPzrLqo }

Administrators = { "admin" }

ClusterAddress = "10.10.12.1"

CounterInterval = 5

)

system north (

)

system south (

)

group ClusterService (

SystemList = { north, south }

AutoStartList = { north, south }

OnlineRetryLimit = 3

OnlineRetryInterval = 120

)

IP webip (

Device = lan0

Address = "10.10.12.1"

NetMask = "255.255.240.0"

)

NIC csgnic (

Device = lan0

)

VRTSWebApp VCSweb (

Critical = 0

AppName = cmc

InstallDir = "/opt/VRTSweb/VERITAS"

TimeForOnline = 5

RestartLimit = 3

)

VCSweb requires webip

webip requires csgnic

group CMC (

SystemList = { north, south }

AutoStartList = { north, south }

OnlineRetryLimit = 3

OnlineRetryInterval = 120

)

ClusterConnectorConfig CMC_ClusterConfig (

MSAddress = "mgmtserver1.symantecexample.com"

MSPort = 14145

ClusterId = "1145613636"

ClusterType = "vcs"

ClusterPort = 14141

VCSLoggingLevel = "TAG_A"

Logging = "/opt/VRTScmccc/conf/cc_logging.properties"

ClusterConnectorVersion = "5.0.1000.0"

)

Process CMC_ClusterConnector (

PathName = "/bin/sh"

Arguments = "/opt/VRTScmccc/bin/cluster_connector.sh"

)

CMC_ClusterConnector requires CMC_ClusterConfig