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 = { lan0 = "192.98.16.103",lan3 = "192.98.16.103" }

            Device@sysb = { lan0 = "192.98.16.104",lan3 = "192.98.16.104" }

            NetMask = "255.255.255.0"

            ArpDelay = 5

            Options = "broadcast 192.203.15.255"

            RouteOptions@sysa = "default 192.98.16.103 0"

            RouteOptions@sysb = "default 192.98.16.104 0"

            )

        IPMultiNIC ip1 (

            Address = "192.98.14.78"

            NetMask = "255.255.255.0"

            MultiNICResName = mnic

            Options = "broadcast 192.203.15.255"

            )

    ip1 requires mnic

group grp2 (

        SystemList = { sysa, sysb }

        AutoStartList = { sysa }

        )

        IPMultiNIC ip2 (

            Address = "192.98.14.79"

            NetMask = "255.255.255.0"

    MultiNICResName = mnic

            Options = "mtu m"

            )

    Proxy proxy (

            TargetResName = mnic

            )

    ip2 requires proxy