software-updater – a family of commands for the firmware update task

software-updater start <path>

Start the software update task.

show software-updater status

Show current status of software update task.

Example output:

ngfw> show software-updater status
{
  "ngfw-software-updater:updater": {
    "status": {
      "state": "Download",
      "scenario": "Main",
      "type": "drive",
      "path": "/etc/kngfw-kesr-update-1.5.59.1_ru-RU.tar.zst"
    }
  }
}

Example output:

ngfw> show software-updater status
{
  "ngfw-software-updater:updater": {
    "status": {
      "result": "Completed",
      "type": "drive",
      "path": "/etc/kngfw-kesr-update-1.5.59.1_ru-RU.tar.zst",
      "last-update": "Tue Jul  8 16:08:34 2025 BST"
    }
  }
}

show software-updater maintenance-mode

Show current status of update mode. Example output:

{
  "ngfw-software-updater:updater": {
    "maintenance-restriction": false
  }
}

no software-updater maintenance-mode

Disable update mode. Normally, the update mode should be disabled automatically after the update procedure finishes. You can use this command to manually disable this mode in case of an unforeseen situation.

| Prev | Home | Next |