cprinstall verify

Description

Confirms these operations were successful:

Notes:

Syntax

cprinstall verify <Object Name> "<Vendor>" "<Product>" "<Major Version>" ["<Minor Version>"]

Parameters

Parameter

Description

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

This parameter is optional.

Example 1 - Verification succeeds

[Expert@MGMT]# cprinstall verify MyGW "checkpoint" "SVNfoundation" "R75.20"

Verifying installation of SVNfoundation R75.20 on MyGW...

Info : Testing Check Point Gateway.

Info : Test completed successfully.

Info : Installation Verified, The product can be installed.

Example 2 - Verification fails

[Expert@MGMT]# cprinstall verify MyGW "checkpoint" "SVNfoundation" "R75.20"

Verifying installation of SVNfoundation R75.20 on MyGW...

Info : Testing Check Point Gateway

Info : SVN Foundation R75 is already installed on 192.0.2.134

Operation Success. Product cannot be installed, did not pass dependency check.