Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: rebranding

Add_workflow_for_techpubs
AUTH1
JIRAIDAUTHSBX-74921
REV5
REV6
REV3
REV1

 

Panel

In this section:

Table of Contents
maxLevel4

Switching to GRHA Mode

Info
titleNote

This feature is not configurable during software installation nor is it changeable during an upgrade.

Include Page
GRHA_not_in_SWe_Cloud
GRHA_not_in_SWe_Cloud


Accomplish the following steps to switch to GRHA mode:

  1. Upgrade the SBC application either using LSWU or Platform Manager.

  2. 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:

    Code Block
    > request system admin sbx1 setHaConfig bondMonitoring network-connect leaderElection enhanced

Verifying GRHA Mode

Accomplish the following step to verify GRHA mode:

Code Block
languagenone
> show table system haConfig 
                        LEADER     BOND 
SERVER NAME             ELECTION   MONITORING 
--------------------------------------------------
sbx1.eng.sonusnetRibbonnet.com   enhanced   network-connect
sbx2.eng.sonusnetRibbonnet.com   enhanced   network-connect

Switching Out of the GRHA Mode

To set bond monitoring type to direct-connect and leader election algorithm type to standard, enter the following command:

Code Block
> request system admin sbx1 setHaConfig bondMonitoring direct-connect leaderElection standard

 Verifying non-GRHA Mode

Accomplish the following step to verify non-GRHA mode:

Code Block
languagenone
> show table system haConfig 
                        LEADER     BOND 
SERVER NAME             ELECTION   MONITORING 
--------------------------------------------------
sbx1.eng.sonusnetRibbonnet.com   standard   direct-connect
sbx2.eng.sonusnetRibbonnet.com   standard   direct-connect

Pagebreak