Created on
04-18-2023
04:14 AM
Edited on
12-02-2024
09:42 PM
By
Anthony_E
Description | This article describes how to break a HA cluster and use one of the members as a standalone. |
Scope | FortiGate. |
Solution |
Before changing the HA mode of the FortiGate, one of the cluster members must be removed.
It is possible to remove it either by removing all the cables or also shutting down the FortiGate from CLI using:
execute shutdown
Note: To prevent a split brain scenario in your network, it's essential to remove the cables connecting hbdev(Heart-Beat) interface only after disconnecting all other network cables. By following this procedure, you can avoid the risk of triggering a split brain situation, where both nodes in an HA configuration believe they are the Active/Primary device.
The CLI displays a message when the shutdown is complete.
Make sure that it is possible to connect to the FortiGate needed as a standalone by using console access or using a management interface.
In the active unit to configure as a standalone, run the below commands:
In Multi-VDOM mode:
config global config sys ha set mode standalone end
In Non-VDOM mode:
config sys ha set mode standalone end
Related article: Technical Tip: Precautions to take while breaking the HA and adding again |