Redundancy groups

Redundancy groups agregate IP addresses assigned to network interfaces enabling implementing static load balancing scenarios while fully preserving high availability features.

Note

Redundancy groups configuration options are available only after initializing the cluster.

Adding redundancy groups

To add a redundancy group, proceed as follows.

  1. Select Settings > Cluster.
  2. Switch to the Redundancy groups tab.
  3. Click Add redundancy group.
  1. Define group properties.
Parameter Description
Name Descriptive name of the redundancy group.
ID Redundancy groups identifier (1-255).
Priority Redundancy group priority (0-254), the lower the number the higher the priority.
  Redundancy group with higher priority assumes the master role and handles all requests to monitored servers accessed through IP addresses assigned to this group. In case given cluster node crashes, user requests are directed to on of the remaining nodes with the highest priority defined for given redundancy group.
Interface Network interface used for communicating with other cluster nodes.
../../_images/add_redundancy_group.png
  1. Click Save.
  2. Select Settings > Network configuration.
  3. Click i to add new IP address.
  4. Enter IP address and click the i icon to mark the entry as a cluster IP address.
  5. Assign previously added redundancy group.
  6. Click Save.
../../_images/ip_address_cluster_redundancy_group.png

Note

Cluster IP address must be defined on every cluster node.

Editing redundancy groups

To modify a redundancy group, proceed as follows.

  1. Select Settings > Cluster.
  2. Switch to the Redundancy groups tab.
  3. Find and edit desired redundancy group definition.
  4. Click Save.
../../_images/edit_redundancy_group.png

Deleting a redundancy group

To delete a redundancy group, proceed as follows.

  1. Select Settings > Cluster.
  2. Switch to the Redundancy groups tab.
  3. Click i next to the desired redundancy group.
  4. Click Save.
../../_images/delete_redundancy_group.png

Demoting a redundancy group

Note

Demoting redundancy group transfers the master role for given group to another cluster node. The master role is assumed by on of the remaining nodes, on which the given redundancy group has the highest priority defined.

To demote a redundancy group, proceed as follows.

  1. Select Settings > Cluster.
  2. Switch to the Redundancy groups tab.
  3. Click i next to the desired redundancy group.
  4. Click Confirm.
../../_images/demote_redundancy_group.png

Note

If after demoting a redundancy group no other node assumes the master role for the given group, it will be reassigned to the node which previously had this role.

Enforcing a slave role

Note

Enforcing a permanent slave role on a redundancy group ensures that the given node will not assume master role on given redundancy group despite the state that other nodes are in. It’s recommended for directing all traffic to other nodes before performing maintenance tasks on given cluster node.

To enforce a permanent slave role on a redundancy group, proceed as follows.

  1. Select Settings > Cluster.
  2. Switch to the Redundancy groups tab.
  3. Find desired redundancy group and select Enforce slave mode from the Interface drop-down list.
  4. Click Save.

Related topics: