software-updater start <path>Start the software update task.
show software-updater statusShow 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-modeShow current status of update mode. Example output:
{
"ngfw-software-updater:updater": {
"maintenance-restriction": false
}
}
no software-updater maintenance-modeDisable 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.