The procedures in this section are designed for the Multi-Site/Active-Active topology ONLY. Do NOT use these procedures for Composite Active/Active Clustering uing v6 onwards.
For version 6.x onwards, Composite Active/Active Clustering, please refer to Section 3.3, “Deploying Composite Active/Active Clusters”
To reset all of the dataservices and restart the Tungsten Cluster and Tungsten Replicator services:
On all hosts (e.g. east{1,2,3}
and
west{1,2,3}
):
Place both clusters into MAINTENANCE
mode:
shell east>cctrl
cctrl east>set policy maintenance
shell west>cctrl
cctrl west>set policy maintenance
On all nodes in the east cluster:
shell>trepctl offline
shell>mm_trepctl offline
shell>trepctl -service east reset -all -y
shell>mm_trepctl -service west reset -all -y
shell>trepctl online
shell>mm_trepctl online
On all nodes in the west cluster:
shell>trepctl offline
shell>mm_trepctl offline
shell>trepctl -service west reset -all -y
shell>mm_trepctl -service east reset -all -y
shell>trepctl online
shell>mm_trepctl online
Return both clusters to AUTOMATIC
mode:
shell east>cctrl
cctrl east>set policy automatic
shell west>cctrl
cctrl west>set policy automatic