Please enter search query.
Search <book_title>...
Cluster Server 8.0 Agent for EMC SRDF/Star Configuration Guide - Windows
Last Published:
2021-12-21
Product(s):
InfoScale & Storage Foundation (8.0)
Platform: Windows
- Introducing the agent for EMC SRDF/Star
- Configuring the agent for EMC SRDF/Star
- Managing and testing clustering support for EMC SRDF/Star
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 )