cprinstall install

Description

Installs Check Point products on the managed Security GatewayClosed Dedicated Check Point server that runs Check Point software to inspect traffic and enforce Security Policies for connected network resources..

Important - Installing software packages with this command is not supported for Security Gateways that run GaiaClosed Check Point security operating system that combines the strengths of both SecurePlatform and IPSO operating systems. OS.

Notes:

Syntax

cprinstall install [-boot] [-backup] [-skip_transfer] <Object Name> "<Vendor>" "<Product>" "<Major Version>" "<Minor Version>"

Parameters

Parameter

Description

-boot

Reboots the managed Security Gateway after installing the package.

Note - Only reboot after ALL products have the same version. Reboot is canceled in certain scenarios.

-backup

Creates a snapshot on the managed Security Gateway before installing the package.

Note - Only on Security Gateways that runs on SecurePlatform OS.

-skip_transfer

Skip the transfer of the package.

<Object Name>

The name of the Security Gateway object as configured in SmartConsoleClosed Check Point GUI application used to manage a Check Point environment - configure Security Policies, configure devices, monitor products and events, install updates, and so on..

"<Vendor>"

Specifies the package vendor. Enclose in double quotes.

Example:

  • checkpoint

  • Check Point

"<Product>"

Specifies the product name. Enclose in double quotes.

Examples:

  • SVNfoundation

  • firewall

  • floodgate

  • CP1100

  • VPN-1 Power/UTM

  • SmartPortal

"<Major Version>"

Specifies the package Major Version. Enclose in double quotes.

"<Minor Version>"

Specifies the package Minor Version. Enclose in double quotes.

Example

[Expert@MGMT]# cprinstall install -boot MyGW "checkpoint" "firewall" "R75" "R75.20"
 
Installing firewall R75.20 on MyGW...
Info : Testing Check Point Gateway
Info : Test completed successfully.
Info : Transferring Package to Check Point Gateway
Info : Extracting package on Check Point Gateway
Info : Installing package on Check Point Gateway
Info : Product was successfully applied.
Info : Rebooting the Check Point Gateway
Info : Checking boot status
Info : Reboot completed successfully.
Info : Checking Check Point Gateway
Info : Operation completed successfully.
[Expert@MGMT]#