|
Summary: A group is a logical collection of cluster members. Groups are used to define policies for replication, failover, and load-balancing.
OverviewA group is a logical collection of space members. Groups are used to define policies for replication, failover, and load-balancing. A cluster must contain at least one group. If there is exactly one group, it should contain all the spaces in the cluster. If there is more than one, each group must have a unique name, and may contain as many spaces as you like. Groups cannot contain sub-groups. The following example shows how groups are defined in the cluster configuration file: <cluster-config> ... <groups> <group> <group-name>repl-example-group</group-name> <group-members> <member-name>container-name:sp1</member-name> <member-name>container-name:sp2</member-name> </group-members> ... </group> </groups> </cluster-config> It is important to note that the <groups> tag is at the same level as the <cluster-members> tag, which contains the unique names and access URLs of all cluster spaces. The member names listed under <groups> refer to spaces listed under <cluster-members>. It follows that each space name is listed twice (or more) in the cluster configuration file, and each occurrence must match exactly. The <group> tag can contain additional tags, besides <group-name> and <group-members>, that define the policy of the group. |
(works on Firefox 2 and Internet Explorer 7)