cprinstall verify

Description

Confirms these operations were successful:

  • If a specific product can be installed on the managed Security Gateway.

  • That the operating system and currently installed products the managed Security Gateway are appropriate for the software package.

  • That there is enough disk space to install the product the managed Security Gateway.

  • That there is a CPRID connection with the managed Security Gateway.

Notes:

  • You must run this command from the Expert mode.

  • 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 verify <Object Name> "<Vendor>" "<Product>" "<Major Version>" ["<Minor Version>"]

Parameters

Parameter

Description

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

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.