cprinstall install

Description

Installs Check Point products on the managed Security Gateway.

Important - Installing software packages with this command is not supported for Security Gateways that run Gaia OS.

Notes:

  • Before transferring the software package, this command runs the cprinstall verify command.

  • On a Multi-Domain Server, you must run this command in the context of the applicable Domain Management Server:

    mdsenv <IP Address or Name of Domain Management Server>

  • To see the values for the package attributes, run the cppkg print command.

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 SmartConsole.

"<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]#