Technical Tip: How to Enable/Disable HA Override without a failover
| Description | This article describes the steps required to enable/disable HA override without triggering a failover. |
| Scope | All currently supported FortiOS versions |
| Solution | HA override configuration:
config system ha set override enable/disable [disabled by default] end
To connect to the secondary's CLI from the primary (press "?" to find the ID):
exe ha manage <id> <username>
Steps to enable HA Override.
Case 1: If the Primary unit in HA Cluster has higher priority:
config system ha set override enable end
exe ha manage <id> <username>
config system ha set override enable end
Case 2: If Secondary unit in HA Cluster has higher priority.
config system ha set priority 255 end
config system ha set override enable end
exe ha manage <id> <username>
config system ha set override enable end
Steps to disable HA Override:
As override is enabled, the primary will have the highest priority already.
config system ha set override disable end
exe ha manage <id> <username>
config system ha set override disable end
Note:
Related article: Technical Tip: FortiGate HA Primary unit selection process when override is disabled vs enabled |
