Veritas Storage Foundation 5.1 SP1 Cluster File System Installation Guide (5900-1510, April 2011)
To define the remote cluster and heartbeat
1
On the primary site, enable write access to the configuration:
# haconf -makerw
2
Define the remote cluster and its virtual IP address.
In this example, the remote cluster is clus2 and its IP address is 10.11.10.102:
# haclus -add clus2 10.11.10.102
3
Complete step 1 and step 2 on the secondary site using the name and IP
address of the primary cluster.
In this example, the primary cluster is clus1 and its IP address is 10.10.10.101:
# haclus -add clus1 10.10.10.101
4
On the primary site, add the heartbeat object for the cluster. In this example,
the heartbeat method is ICMP ping.
# hahb -add Icmp
5
Define the following attributes for the heartbeat resource:
■ ClusterList lists the remote cluster.
■ Arguments enables you to define the virtual IP address for the remote
cluster.
For example:
# hahb -modify Icmp ClusterList clus2
# hahb -modify Icmp Arguments 10.11.10.102 -clus clus2
6
Save the configuration and change the access to read-only on the local cluster:
# haconf -dump -makero
319Setting up a replicated global cluster
Defining the remote cluster and heartbeat objects