본문 바로가기
FortiGate/HA

강제로 Failover 발생하는 방법

by 에티버스이비티 2021. 1. 5.

HA 상태에서 강제로 HA Failover 발생하는 방법이다.

장치들은 조건에 관계없이 failover 상태를 유지한다.

failover 상태를 제거하는 방법은 유일하게 명령어로 제거하는 것이다.

 

실제 동작중인 장비에 적용하는것이 아니라,

테스트, 트러블슈팅, 데모에만 사용해야 한다.

 

강제 failover 발생 명령어

# execute ha failover set 1
 Caution: This command will trigger an HA failover.
 It is intended for testing purposes.
 Do you want to continue? (y/n)y

 

Failover 상태확인

# execute ha failover status
failover status: set

 

강제 Failover 제거

# execute ha failover unset 1
Caution: This command may trigger an HA failover.
It is intended for testing purposes. Do you want to continue? (y/n)y

 

 

 

댓글