FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
Juancacst
Staff
Staff
Article Id 394615
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:

 

 

  1. Enable HA override on the primary.

 

config system ha

    set override enable

end

 

 

  1. Enable HA override on the secondary.

 

 

 

  1. Connect to the secondary from the primary's CLI.

 

exe ha manage <id> <username>

 

 

  1. Enable HA override.

 

config system ha

    set override enable

end

 

Case 2: If Secondary unit in HA Cluster has higher priority.

  1. Increase priority on Primary so that it is higher than the secondary's priority or lower secondary’s priority so that it is lower than the primary's. To increase the primary's priority:

config system ha

    set priority 255

end

 

  1. Enable HA override on the primary.

 

config system ha

    set override enable

end

 

  1. Enable HA override on the secondary.
  1. Connect to the secondary from the primary's CLI.

exe ha manage <id> <username>

 

  1. Enable HA override.

config system ha

    set override enable

end

 

Steps to disable HA Override:

 

As override is enabled, the primary will have the highest priority already.

  1. Disable override on the secondary.

config system ha

    set override disable

end

 

  1. Disable override on the Primary.
  1. Connect to the secondary from the primary's CLI.

exe ha manage <id> <username>

 

  1. Enable HA override.

config system ha

    set override disable

end

 

Note: The FortiGate units in HA clusters must have the same override status; enabled or disabled.

 

Related article:

Technical Tip: FortiGate HA Primary unit selection process when override is disabled vs enabled

Contributors