Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Switching Out of the GRHA Mode

Accomplish the following steps to switch out of the GRHA mode:

  1. Stop the standby SBC application. On the SBC main screen, navigate to Administration > System Administration > Platform Management. The Platform and SBC Application Controls window is displayed. To stop the application, click Stop SBC Application in the status panel.

    Caption
    0Figure
    1Stop SBC Application Panel


    For details, refer to the section System Administration - Platform Management.

    Note

    The services on standby SBC server must be stopped before switching to out of the GRHA mode since the switch to out of the GRHA mode causes a temporary HA link outage. The script will verify the state of the servers and make the necessary changes.

  2. On the standby server, execute the following command:

    To set bond monitoring type to direct-connect and leader election algorithm type to standard:

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

     

  3. On the active server, execute the following command:

     To set bond monitoring type to direct-connect and leader election algorithm type to standard:

    Code Block
    languagenone
    > request system admin sbx1 setHaConfig bondMonitoring direct-connect leaderElection standard
  4. Start the standby server. Log on to SBC application in EMA Platform Mode.

     

    Caption
    0Figure
    1Start SBC Application Panel


    For details, refer to the section System Administration - Platform Management.

    Note

    The standby server comes up and reconnects as standby without the GRHA mode enabled on both the machines.

...