FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
_martin_
Staff
Staff
Article Id 353532
Description This article describes how to confirm an upgrade was done by federated-upgrade feature
Scope FortiGate.
Solution
  1. The 'set status done' parameter in the federated-upgrade configuration indicates that an upgrade was completed by the 'federated -upgrade' feature.

 

config system federated-upgrade
    set status done  <----- Indicates that an upgrade was completed by the 'federated -upgrade' feature.

    set upgrade-id 2
        config node-list
            edit "FGT-LabMartin"
            set timing immediate
            set maximum-minutes 102
            set setup-time 08:17 2024/08/21 UTC <----- The upgrade was scheduled for August 21, 2024 at 08:17 UTC.
            set upgrade-path 7-2-9 <-----the upgrade was to firmware v7.2.9.
        next
    end

 

  1. A failure reason during the upgrade can be displayed using the command GET:


FGT-LabMartin (federated-upgrade) # get
status : done
failure-reason : none  <----- No failure, the upgrade was completed.
failure-device :
upgrade-id : 2
next-path-index : 0
ha-reboot-controller:

Related article:  
Technical Tip: How to Cancel FortiGate upgrade using Fabric Management Page (Fabric Upgrade)

Contributors