Introduction
AutoUpdater is a Check Point process responsible for automatic updates.
The latest updates are installed automatically on all relevant Check Point devices if the user allows the Automatic updates download as described in sk94508.
To see what version of AutoUpdater was installed automatically, run:
# cpinfo -y all 2>/dev/null | grep BUNDLE_INFRA_AUTOUPDATE | awk -F: '{print $2}'
For users who do not allow automatic updates, the AutoUpdater can be installed as described below.
Installation Instructions
Note: When installing manually, the build of AutoUpdater is updated while the build of cpinfo is not.
-
Install the Deployment Installer RPM (from 26 Apr 2021):
-
Download the Deployment Installer RPM package and place it on your device.
-
Run this command:
rpm -Uhv --force /<Path>/<Name of Deployment Installer RPM>
- Install the AutoUpdater RPM (from 14 Jun 2021):
-
Download the latest AutoUpdater RPM package and place it on your device.
-
Run these commands:
-
rpm -Uhv --force /<Path>/<Name of Deployment Installer RPM>
-
autoupdatercli stop
Note: If the message "AutoUpdater going down" does not appear on the screen, run this command:
/opt/AutoUpdater/latest/bin/AutoUpdaterWDReg.sh
Note: The installation does not require cpstop;cpstart or a reboot. Once installed, no further action is required, the update will be applied immediately.
Updated Products
Revision History