Print Download PDF Send Feedback

Previous

Next

Configuring Bond High Availability in VRRP Cluster

R80.20 introduces an improved Active/Backup Bond mechanism (Enhanced Bond) when working in ClusterXL. If you work with ClusterXL, the Enhanced Bond feature is enabled by default, and no additional configuration is required.

If you change your cluster configuration from ClusterXL to VRRP (MCVR & VRRP), or configure the VRRP (MCVR & VRRP) cluster from scratch, the Enhanced Bond feature is disabled by default. If you change your cluster configuration from VRRP to ClusterXL, you must manually enable the Enhanced Bond feature.

To enable the Enhanced Bond feature in VRRP Cluster, set the value of the kernel parameter fwha_bond_enhanced_enable to 1 on each VRRP Cluster Member. You can set the value of the kernel parameter temporarily, or permanently.

To set the value of the kernel parameter temporarily (does not survive reboot):

Step

Description

1

Connect to the command line on each VRRP Cluster Member.

2

Log in to the Expert mode.

3

Set the value of the kernel parameter fwha_bond_enhanced_enable to 1:

[Expert@Member_HostName:0]# fw ctl set int fwha_bond_enhanced_enable 1

4

Make sure the value of the kernel parameter fwha_bond_enhanced_enable was set to 1:

[Expert@Member_HostName:0]# fw ctl get int fwha_bond_enhanced_enable

To set the value of the kernel parameter permanently (survives reboot):

Step

Description

1

Connect to the command line on each Cluster Member.

2

Log in to the Expert mode.

3

Back up the existing $FWDIR/boot/modules/fwkern.conf file:

[Expert@Member_HostName:0]# cp -v $FWDIR/boot/modules/fwkern.conf{,_BKP}

4

Edit the existing $FWDIR/boot/modules/fwkern.conf file:

[Expert@Member_HostName:0]# vi $FWDIR/boot/modules/fwkern.conf

5

Add this line to the file (spaces and comments are not allowed):

fwha_bond_enhanced_enable=1

6

Save the changes in the file and exit from Vi editor.

7

Reboot the Cluster Member.

8

Make sure the value of the kernel parameter fwha_bond_enhanced_enable was set to 1:

[Expert@Member_HostName:0]# fw ctl get int fwha_bond_enhanced_enable

Important - If you change your cluster configuration from VRRP to ClusterXL, you must remove the kernel parameter configuration from each Cluster Member.