About the main.cf file for cluster 1

The contents of the main.cf file for cluster 1 (C1) in the top tier, containing the sysA and sysB nodes.

include "types.cf"

cluster C1 (
    ClusterAddress = "10.182.10.145"
    )

remotecluster C2 (
    ClusterAddress = "10.182.10.146"
    )

heartbeat Icmp (
    ClusterList = { C2 }
    AYATimeout = 30
    Arguments @C2 = { "10.182.10.146" }
    )

system sysA (
    )

system sysB (
    )

group LSG (
    SystemList = { sysA = 0, sysB = 1 }
    ClusterList = { C2 = 0, C1 = 1 }
    AutoStartList = { sysA, sysB }
    ClusterFailOverPolicy = Auto
    )

    FileOnOff filec1 (
        PathName = "/tmp/c1"
        )

    RemoteGroup RGR (
        IpAddress = "10.182.6.152"
        // The above IPAddress is the highly available address of C3 - 
        // the same address that the wac uses
        Username = root
        Password = xxxyyy
        GroupName = RSG
        VCSSysName = ANY
        ControlMode = OnOff
        )