FortiGate HA-Cluster (becoming a Master after rebooting)
Hi all!
I have a simple questoin about HA-cluster settings.
We have 2 Fortigate 92D in active-passive mode (Master=â„–1, Slave=â„–2)
The FortiOS version is v6.0.11 build0387 (GA) on both devices.
Recently, I have found that my Fortigate 92D â„–1 didn't become a Master after rebooting or restoring connections.
I had to return the Master role to first Fortigate 92D manually.
As I understand it, by default, elections inside the HA cluster are launched every 5 minutes.
Is that something wrong with my configuration?
That's is a Master(â„–1) config:
config system ha
set group-id 10
set group-name "HAGroup1"
set mode a-p
set password ENC *****************************
set hbdev "internal13" 50 "internal14" 50
set session-pickup enable
set override disable
set priority 150
end
The Slave(â„–2) config:
config system ha
set group-id 10
set group-name "HAGroup1"
set mode a-p
set password ENC *************************
set hbdev "internal13" 50 "internal14" 50
set session-pickup enable
set override disable
set priority 50
end
