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.
Syntax
cprinstall verify <Object Name> "<Vendor>" "<Product>" "<Major Version>" ["<Minor Version>"]
|
Notes:
- You must run this command from the Expert mode.
- To see the values for the package attributes, run the
cppkg print
command on the Security Management Server.
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:
|
"<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.
|