Introduction
AutoUpdater is a Check Point process responsible for automatic updates.
The latest updates are installed automatically on all relevant Check Point servers, if the user allows the Automatic Updates Download as described in sk94508.
To see what version of AutoUpdater was installed automatically, run in the Expert mode:
cpinfo -y all 2>/dev/null | grep BUNDLE_INFRA_AUTOUPDATE | awk -F: '{print $2}'
To see what build of AutoUpdater is running on the machine, run in Expert mode:
ls -lh /opt/AutoUpdater/ | grep latest
Users who do not allow automatic updates, can install the AutoUpdater as described below.
Manual Installation Instructions
Note: When installing manually, the build of AutoUpdater is updated, while the build of the CPinfo tool is not.
-
Install the Deployment Installer RPM (from 30 Oct 2022):
-
Download the Deployment Installer RPM package and copy it to your Check Point server.
-
Run this command in the Expert mode on your Check Point server:
rpm -Uhv --force /<Path>/<Name of Deployment Installer RPM>
- Install the AutoUpdater RPM (from 28 Apr 2022):
-
Download the latest AutoUpdater RPM package and copy it to your Check Point server.
-
Run these commands in the Expert mode on your Check Point server:
-
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. No further action is required. The update will be applied immediately.
Updated Products
Revision History