cprinstall verify
Description Makes sure 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 SmartDashboard.
|
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 The following examples show a successful and a failed verify operation:
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.
|
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.
|