Noprint | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
...
Panel | ||||
---|---|---|---|---|
In this section:
|
...
...
width | 50% |
---|
Info | ||
---|---|---|
| ||
Related articles: |
...
Info | ||
---|---|---|
| ||
This feature is not configurable during software installation nor is it changeable during an upgrade. |
Include Page | ||||
---|---|---|---|---|
|
Accomplish the following steps to switch to GRHA mode:
Stop the standby SBC application. On the SBC main screen, go 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 | ||||
---|---|---|---|---|
| ||||
...
Note |
---|
The services on standby SBC server must be stopped before switching to GRHA mode since the switch to GRHA mode causes a temporary HA link outage. The script will verify the state of the servers and make the necessary changes. |
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 |
...
language | none |
---|
...
setHaConfig bondMonitoring network-connect leaderElection enhanced |
...
Accomplish the following step to verify GRHA mode:
Code Block | ||
---|---|---|
| ||
> |
...
On the active server, execute the following command:
show table system haConfig
LEADER BOND
SERVER NAME ELECTION MONITORING
--------------------------------------------------
sbx1.eng.Ribbonnet.com enhanced network-connect
sbx2.eng.Ribbonnet.com enhanced network-connect
|
...
language | none |
---|
...
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 |
...
Caption | ||||
---|---|---|---|---|
| ||||
...
Note |
---|
The standby server comes up and reconnects as standby with the GRHA mode enabled on both the machines. |
standard |
...
Accomplish the following step to verify non-GRHA mode:
Code Block | ||
---|---|---|
| ||
> show table system haConfig
LEADER BOND
SERVER NAME ELECTION MONITORING
--------------------------------------------------
sbx1.eng. |
...
Ribbonnet.com standard direct-connect sbx2.eng. |
...
Ribbonnet.com standard direct-connect |
Pagebreak