Print Download PDF Send Feedback

Previous

Next

cprinstall verify

Description

Confirms these operations were successful:

Syntax

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

Notes:

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 - 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 - 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 R70 is already installed on 192.0.2.134

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