Post

Check Point Upgrade

Upgrade through CLI

Here we have a Security Gateway version R80.40 take 294, we will upgrade this to R81.20 take 634

x


Installing Deployment Agent

First set the expert password if has not, and then get into expert mode

x


Run the command below to allow SFTP access through user admin

1
chsh -s /bin/bash admin

x


Then copy the Deployment Agent and the Upgrade Image to the /home/admin/ directory

x


Next untar the Deployment Agent file

1
tar -zxvf DeploymentAgent_000002429_1.tgz 

x


Then run the installer

1
rpm -Uhv --force CPda-00-00.i386.rpm 

x

The command “rpm -Uhv –force” is used in Linux systems to forcefully upgrade or reinstall a package regardless of its current version or state. It overrides warnings and dependency checks, potentially causing conflicts if not used carefully.


Notice that after the DA installation the DAservice is stopped, to restart the service run this command

1
$DADIR/bin/dastart

x


Upgrading OS

Exit the expert mode, then locally import the Upgrade Image with this command

1
installer import local /home/admin/Check_Point_R81.20_T634_Fresh_Install_and_Upgrade.tar

x


Next show the imported package

1
show installer packages imported 

x


Next verify the package

1
installer verify 1

x


Finally run the upgrade

1
installer upgrade 1

x


After a reboot, the OS should be successfully upgraded

x



Upgrade through GUI

Here we have a Management Server running R80.40 take 294, we’ll upgrade this to R81.20 take 634 as well but through GUI

x


Installing Deployment Agent

On Upgrades » Status and Action, we can see here the Deployment Agent build is 1484

x


To upgrade the Deployment Agent, click on Install DA then install the package

x


Now we have Deployment Agent build 2429 installed

x


Upgrading OS

To upgrade the OS, hit Import Package then import the Upgrade Image

x


Next verify the imported image

x

x


After that, hit upgrade

x

x


The upgrade process takes a while and the server will reboots in the middle of it

x

x


After it finishes, we can see the version is now on R81.20 take 634 indicating a successfull upgrade

x


This post is licensed under CC BY 4.0 by the author.