Description Install Check Point products on remote Check Point Security Gateways. To install a product package you must specify a number of options. Use the cppkg print
command and copy the required options.
Syntax
> cprinstall install [-boot] <Object name> <vendor> <product> <version> [sp]
Parameter |
Description |
---|---|
|
Boot the remote computer after installing the package. Only boot after ALL products have the same version. Boot will be canceled in certain scenarios. |
|
Object name of the Check Point Security Gateway defined in SmartDashboard. |
|
Package vendor (e.g. |
|
Package name |
|
Package version |
|
Package minor version |
Comments Before transferring any files, this command runs the cprinstall verify
command to verify that the Operating System is appropriate and that the product is compatible with previously installed products.
Example
# cprinstall install -boot fred checkpoint firewall R70
Installing firewall R75.20 on fred... Info : Testing Check Point Gateway Info : Test completed successfully. Info : Transferring Package to Check Point Gateway Info : Extracting package on Check Point Gateway Info : Installing package on Check Point Gateway Info : Product was successfully applied. Info : Rebooting the Check Point Gateway Info : Checking boot status Info : Reboot completed successfully. Info : Checking Check Point Gateway Info : Operation completed successfully. |