Software Updates
Gaia automatically locates and shows the available software update packages for Check Point products and the Gaia OS. The updates packages are for minor releases and Hotfixes. Only packages that are applicable to the Gaia computer are shown. The packages can be downloaded from the Check Point Support center and installed. You can configure downloads and installations to be manual, scheduled, or automatic.
You can add a private package to the list of available packages. A private package is a hotfix that you get from Check Point Support. Private packages are not available on the Check Point Support Center.
The general workflow for updating software is:
- Define the software deployment policy for downloads and installation.
Downloads and installations can be manual, automatic, or scheduled (daily, weekly, monthly, or once only).
- Define mail notifications for new packages and for automatic package updates.
- Do the software download and installation.
Configuring a Software Deployment Policy - WebUI
To define the software deployment policy:
- In the WebUI, go to the page.
- Configure how to download updates. Select one of , , or .
If you choose to make a schedule for the download of updates. You can define the schedule to be , , , or .
- Configure how to install updates. Select one of , , or .
- Check Point would like to collects statistics about downloaded and installed packages. This information is used only to make a better software update service. To let Check Point collect statistics, select .
- Select which after installing the software updates:
- - Make sure that Check Point processes are running
- - Make sure that it is possible to install a policy
- - Make sure that all the network interfaces on the Gaia computer are Up.
- Select to do this if the installed package fails one of the sanity tests:
- Automatically restore the installation you had before the package was installed.
- Send a notification that the installation failed.
If the installed package fails one of the sanity tests, and this option is not selected, only the notification is sent.
- Click .
Configuring Software Update Notifications - WebUI
You can be notified by email of these software update events:
- New packages in the Check Point Support Center that are available for download.
- Packages on the Gaia computer that have been downloaded.
- Package installation success or failure.
To configure software update notifications:
- In the WebUI, go to the page.
- Click .
- Enter the email addresses of persons who will receive notification, and select the types of notification they will receive.
- Go to the page.
- Enter the email address of the sender of the software update notifications.
- Configure a mail server address.
|
Note - If you do not configure an email address in the page, no notifications are sent.
|
Configuring Software Deployment - WebUI
Before doing a software update:
- Configure the software updates policy to:
- Download packages manually, automatically or according to a schedule.
- Install packages manually, automatically or according to a schedule.
- Configure mail notifications for packages.
To manually download a software package:
You will receive an email when a package is available for download from the Check Point Support Center.
- In the page, select a package with the status .
- Click .
When the package is downloaded, the package status changes to If you configured mail notifications for downloads, you will get an email notification.
To manually install a software package:
If you configured mail notifications for downloads, you will receive an email when a package is available for installation.
- In the page, select a package with the status .
- Click .
When the package is installed on the Gaia computer, the package status changes to If you configured mail notifications for packages, you will receive an email when a package is Installed.
To add a private package to the list of available package:
You can add a private package to the list of available packages. A private package is a hotfix that you get from Check Point Support. Private packages are not available on the Check Point Support Center.
- In the page, insert the URL that you received from Support.
- Click .
The package is added to the list of packages.
Configuring Software Deployment – clish (installation)
Description
|
Using the installer tool you can:
- Define the software deployment policy for downloads and installation. Either manual or automatic.
- Define mail notifications for packages.
- Do the software download and installation.
- See the software package status
|
Syntax
|
To see the names of the packages that are available for download, install and uninstallation:
installer
download <TAB>
install <TAB>
uninstall <TAB>
To download, install and uninstall updates:
installer
download <package name>
install <package name>
uninstall <package name>
To restore the default deployment policy:
installer restore_policy
To download updates automatically or manually:
set installer download_mode
automatic
manual
To install updates automatically or manually:
set installer install_mode automatic
manual
To configure mail notifications
set installer deployment-mail-notification <email address> available_packages false
available_packages true
download_status false
download_status true
install_status false
install_status true
To show a list of packages and the package status:
show installer
available_packages
available_local_packages
installed_packages
package_status
|
Parameters
|
Parameter
|
Description
|
download
|
Download a selected package
|
install
|
Install a selected package
|
restore_policy
|
Restore the default update policy
|
uninstall
|
Uninstall a selected package
|
download_mode
|
Configure how packages are downloaded. Either automatic or manual.
|
install_mode
|
Configure how packages are installed. Either automatic or manual.
|
deployment-mail-notification <email address>
|
The email address to receive (or not receive) notifications
|
available_packages
|
Packages that are available to download.
|
download_status
|
The status of newly downloaded packages
|
install_status
|
The status of newly installed packages
|
available_local_
packages
|
The packages that are available to install.
|
installed_packages
|
The installed packages
|
package_status
|
The packages and their current status
|
|
|
CLI Procedures- Software Updates
This section includes some basic procedures for configuring software updates using the CLI.
Show Commands
To show the packages that are available for download:
show installer available_packages
To show the packages that are available for installation:
show installer available_local_packages
To show the installed packages:
show installer installed_packages
To show the packages and their status:
show installer package_status
Configuring the Software Deployment Policy
To download a package:
installer download <package name or number>
To install a local package:
installer install <package name or number>
To uninstall a package:
installer uninstall <package name or number>
To restore the default deployment policy:
installer restore_policy
Configuring Package Notifications
To configure notifications for available packages:
You can add or remove email addresses from the list to which emails about available packages are sent.
set installer deployment-mail-notification <email address> available packages false
Set installer deployment-mail-notification <email address> available packages true
To configure notifications for downloaded packages:
You can add or remove email addresses from the list to which emails about newly downloaded (or failed) packages are sent.
set installer deployment-mail-notification <email address> download_status true
set installer deployment-mail-notification <email address> download_status false
To configure notifications for installed packages:
You can add or remove email addresses from the list to which emails about newly installed (or failed) packages are sent.
set installer deployment-mail-notification <email address> install_status true
set installer deployment-mail-notification <email address> install_status false
Configuring the Software Deployment Policy
To sets downloads to be automatic or manual:
set installer download_mode manual
set installer download_mode automatic
To sets installation to be automatic or manual:
set installer install_mode manual
set installer install_mode automatic
|