Important Update: Cohesity Products Documentation


All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.

InfoScale™ 9.0 Cluster Server Agent for EMC SRDF/Star Configuration Guide - Windows

Last Published:
Product(s): InfoScale & Storage Foundation (9.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
)