cprinstall verify
Description Confirms these operations were successful:
- If a specific product can be installed on the remote Check Point Security Gateway.
- That the operating system and currently installed products are appropriate for the package.
- That there is enough disk space to install the product.
- That there is a
CPRID
connection.
Syntax:
> cprinstall verify <Object name> < vendor> < product> < version> [sp]
|
Parameter
|
Description
|
Object name
|
Object name of the Check Point Security Gateway defined in SmartConsole.
|
vendor
|
Package vendor. For example, checkpoint
|
product
|
Package name.
Options are: SVNfoundation , firewall , floodgate
|
version
|
Package version.
|
sp
|
Package minor version. This parameter is optional.
|
Example:
Successful - Verify succeeds
cprinstall verify harlin checkpoint SVNfoundation R75.20
Verifying installation of SVNfoundation R75.20 on jimmy...
Info : Testing Check Point Gateway.
Info : Test completed successfully.
Info : Installation Verified, The product can be installed.
|
Unsuccessful - Verify fails
cprinstall verify harlin checkpoint SVNfoundation R75.20
Verifying installation of SVNfoundation R75.20 on jimmy...
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.
|