Skip to main content
Contributor
December 23, 2005

Technical Tip: Persistent high CPU usage on secondary unit of a FortiGate HA active-active cluster

  • December 23, 2005
  • 0 replies
  • 6588 views
Description This article describes about Persistent high CPU usage on secondary unit of a FortiGate HA active-active cluster.
Scope

FortiGate 2.80 configured in HA active-active mode

Solution

Issue:

The CPU usage on the secondary member remains above 90% for a persistent amount of time. The diag sys top command (issued on the secondary unit) reveals that it is the ha process which excessively consumes the CPU resources.

Possible cause:

There may be errors or collisions on the HA (heartbeat) link(s). Use the diag hard dev nic <interface_name> command to view the ethernet statistics of your interfaces. The various error and collisions counters should be zero (or not increasing over time). Collisions or errors are usually caused by improper FortiGate interface and switch settings.

FortiGate interface settings are configured as follows:

 

config system int
    edit internal
      set speed

 

100full    100M full-duplex
100half    100M half-duplex
10full     10M full-duplex
10half     10M half-duplex
auto       auto

 

See the below articles for more information:

Technical Tip: Configure Ethernet speed, duplex and negotiation settingsTechnical Tip: Changing the speed of a FortiGate interface