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

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

Sample configuration file for a global cluster environment

The following is a sample main.cf file for the Workload site in a VCS global cluster environment.

group SRDFStar (
SystemList = { sysA = 0 }
ClusterList = { vcs_A = 0, vcs_B = 2, vcs_C = 1 }
)

SRDFStar srdfstar (
SymHome = "C:\\Program Files\\EMC\\SYMCLI"
GrpName = STAR-cg
SyncSite = SYNC_TARGET
AsyncSite = ASYNC_TARGET
OnlineOnState = STAR_PROTECTED
)

The main.cf file for the sync site is similar to the main.cf for the Workload site except for the SRDFStar resource definition.

The following is the SRDFStar resource definition in the main.cf file for the sync site:

SRDFStar srdfstar(
SymHome = "C:\\Program Files\\EMC\\SYMCLI"
GrpName = STAR-cg
SyncSite = WORKLOAD_TARGET
AsyncSite = ASYNC_TARGET
OnlineOnState = STAR_PROTECTED
)

The main.cf file for the async site is similar to main.cf file for the Workload site except for the SRDFStar resource definition.

The following is the SRDFStar resource definition in the main.cf file for the async site:

SRDFStar srdfstar_testAppstar (
GrpName = STAR-cg
AsyncSite = SYNC_TARGET
)