Veritas Storage Foundation 5.1 SP1 Cluster File System Installation Guide (5900-1510, April 2011)
9
Display the global setup by executing haclus -list command.
# haclus -list
clus1
clus2
Example of heartbeat additions to the main.cf file on the primary site:
.
.
remotecluster clus2 (
Cluster Address = "10.11.10.102"
)
heartbeat Icmp (
ClusterList = { clus2 }
Arguments @clus2 = { "10.11.10.102" }
)
system galaxy (
)
.
.
Example heartbeat additions to the main.cf file on the secondary site:
.
.
remotecluster clus1 (
Cluster Address = "10.10.10.101"
)
heartbeat Icmp (
ClusterList = { clus1 }
Arguments @clus1 = { "10.10.10.101" }
)
system mercury (
)
.
.
See the Veritas Cluster Server User’s Guide for details for configuring the
required and optional attributes of the heartbeat object.
321Setting up a replicated global cluster
Defining the remote cluster and heartbeat objects