In this section:
This feature is not configurable during software installation nor is it changeable during an upgrade.
Geographical Redundancy High Availability (GRHA) is not supported on SBC SWe Cloud.
Accomplish the following steps to switch to GRHA mode:
From the CLI command prompt, perform one of the steps below, depending on your configuration. For example, in SBC Core, set bond monitoring type to network-connect
and leader election algorithm type to enhanced
:
> request system admin sbx1 setHaConfig bondMonitoring network-connect leaderElection enhanced
Accomplish the following step to verify GRHA mode:
> show table system haConfig LEADER BOND SERVER NAME ELECTION MONITORING -------------------------------------------------- sbx1.eng.sonusnet.com enhanced network-connect sbx2.eng.sonusnet.com enhanced network-connect
To set bond monitoring type to direct-connect
and leader election algorithm type to standard
, enter the following command:
> request system admin sbx1 setHaConfig bondMonitoring direct-connect leaderElection standard
Accomplish the following step to verify non-GRHA mode:
> show table system haConfig LEADER BOND SERVER NAME ELECTION MONITORING -------------------------------------------------- sbx1.eng.sonusnet.com standard direct-connect sbx2.eng.sonusnet.com standard direct-connect