Skip to main content
sprashant
Staff
Staff
November 29, 2022

Technical Tip: Upgrading Antivirus engine on standalone or HA Cluster

  • November 29, 2022
  • 0 replies
  • 6325 views
Description This article describes how to upgrade the Antivirus Engine in an HA cluster.
Scope FortiGate, FortiProxy
Solution
  1. Before the Upgrade:

 

From CLI:

Run this command to check the current version of the engine:

 

FGT_1#diagnose autoupdate versions | grep AV -A2

AV Engine

---------

Version: 6.00164

--

 

From the GUI: go to System -> FortiGuard -> AV Definitions.

 

sprashant_0-1669666716719.png

 

FGT_1 # get sys status | grep HA

    Current HA mode: a-p, primary

 From the CLI we can move to the secondary firewall via:

exec ha manage 0 [username]

FGT_2# get sys status | grep HA

    Current HA mode: a-p, secondary

FGT_2#diagnose autoupdate versions | grep AV -A2

AV Engine

---------

Version: 6.00164

--

 

Here, both units in the cluster are on 6.00164.

 

  1. Upgrading the AntiVirus engine on the primary FortiGate.

Go to System -> FortiGuard -> Antivirus -> Upgrade Database -> Select file -> Upload the AV Engine and select 'OK'.

 

sprashant_1-1669666716724.png

 

sprashant_2-1669666716728.png

 

In this example, an upgrade is performed from version 164 to 169:

 

sprashant_3-1669666716728.png

 

Once 'OK' is selected:

 

sprashant_4-1669666716729.png

 

  1. After the Antivirus engine is upgraded, it is possible to check the status of the Antivirus engine on both firewalls in the cluster:

 

FGT_1#diagnose autoupdate versions | grep AV -A2

AV Engine

---------

Version: 6.00169

--

 

sprashant_5-1669666716733.png

 

Ideally, upgrading the Active firewall with the Antivirus engine database should push it to the secondary as well. It is possible to check it from the GUI or the CLI:

 

FGT_1 # execute ha manage 0 [username]

FGT_2 #diagnose autoupdate versions | grep AV -A2

AV Engine

---------

Version: 6.00169

--

Note: In the case of the FGSP cluster, it is necessary to upload the antivirus engine to every FGSP peer.

 

Related articles:

Technical Tip: How to manually update the Virus Definition database or AntiVirus Engine

Technical Tip: Upgrading IPS Engine on the primary FortiGate will also upgrade the backup FortiGate