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.
- Select > .
- Switch to the Redundancy groups tab.
- Click .
- 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. |
- Click .
- Select > .
- Click i to add new IP address.
- Enter IP address and click the i icon to mark the entry as a cluster IP address.
- Assign previously added redundancy group.
- Click .
Note
Cluster IP address must be defined on every cluster node.
Editing redundancy groups
To modify a redundancy group, proceed as follows.
- Select > .
- Switch to the Redundancy groups tab.
- Find and edit desired redundancy group definition.
- Click .
Deleting a redundancy group
To delete a redundancy group, proceed as follows.
- Select > .
- Switch to the Redundancy groups tab.
- Click i next to the desired redundancy group.
- Click .
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.
- Select > .
- Switch to the Redundancy groups tab.
- Click i next to the desired redundancy group.
- Click .
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.
- Select > .
- Switch to the Redundancy groups tab.
- Find desired redundancy group and select
Enforce slave mode
from the Interface drop-down list. - Click .
Related topics: