Symantec logo

Sample configurations

Configuration 1

The proxy resource mirrors the state of the resource tmp_VRTSvcs_file1 on the local system.

Proxy proxy1 (

    TargetResName = "tmp_VRTSvcs_file1"

)

Configuration 2

The proxy resource mirrors the state of the resource tmp_VRTSvcs_file1 on sysa.

Proxy proxy1(

    TargetResName = "tmp_VRTSvcs_file1"

    TargetSysName = "sysa"

)

Configuration

The proxy resource mirrors the state of the resource mnic on the local system; note that target resource is in grp1, and the proxy is in grp2; a target resource and its proxy cannot be in the same group.

group grp1 (

    SystemList = { sysa, sysb }

    AutoStartList = { sysa }

    )

MultiNICA mnic (

        Device@sysa = { en0 = "10.128.8.42", en1 = "10.128.8.42" }

        Device@sysb = { en0 = "10.128.8.43", en1 = "10.128.8.43" }

        NetMask = "255.255.255.0"

        NameServerAddr = "10.130.8.1"

        Gateway = "10.128.1.1"

        Domain = "veritas.com"

        BroadcastAddr = "10.128.25.255"

        Options = "mtu m"

        )

        IPMultiNIC ip1 (

            Address = "166.98.14.78"

            NetMask = "255.255.255.0"

            MultiNICAResName = mnic

            Options = "mtu m"

            )

    ip1 requires mnic

group grp2 (

        SystemList = { sysa, sysb }

        AutoStartList = { sysa }

        )

        IPMultiNIC ip2 (

            Address = "166.98.14.79"

            NetMask = "255.255.255.0"

            MultiNICAResName = mnic

            Options = "mtu m"

            )

        Proxy proxy (

            TargetResName = mnic

            )

    ip2 requires proxy