- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Change Master to Slave in FortiGate
Good morning team.
It is required to change the fortigate firewall from Master to Slave (slave to master), could you tell me if this action is performed from the GUI or from the CLI? I would appreciate it if you could share with me some document of the steps to be taken, since this is the first time I am going to perform this action and I am afraid of accidentally turning off the equipment.
- Labels:
-
FortiGate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just a single command if uptime difference is more than 5 min and your're not using priority/override.
diag sys ha reset-uptime
Like in the KB:
https://community.fortinet.com/t5/FortiGate/Technical-Tip-Restoring-HA-master-role-after-a-failover-...
<edit>
also make sure you have below config:
config system ha
set session-pickup enable
end
</edit>
Toshi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello unknown1020,
In addition here are additional ways you can perform a failover:
Anthony.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If override is disabled which is by default you can force failover by reset ha uptime on primary
diag sys ha reset-uptime
If override is enabled you can force failover by changing priority in GUI or CLI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You may failover via CLI by following this KB link: https://community.fortinet.com/t5/FortiGate/Technical-Tip-How-to-use-failover-flag-to-change-Active-...
Here's also a KB that explained about HA age time difference for reference
https://community.fortinet.com/t5/FortiGate/Technical-Tip-HA-age-time-difference-HA-cluster-uptime/t...
