Description
Shows, adds and deletes Check Point licenses.
Note - This command corresponds to the option Licenses and contracts in the cpconfig
menu.
Syntax
cp_conf lic -h add -f <Full Path to License File> add -m <Host> <Date> <Signature Key> <SKU/Features> del <Signature Key> get [-x] |
Parameters
Parameter |
Description |
---|---|
|
Shows the applicable built-in usage. |
|
Adds a license from the specified Check Point license file. You get this license file in the Check Point User Center. This is the same command as the |
|
Adds the license manually. You get these license details in the Check Point User Center. This is the same command as the |
|
Delete the license based on its signature. This is the same command as the |
|
Shows the local installed licenses. If you specify the ' This is the same command as the |
Example 1 - Adding the license from the file
[Expert@HostName:0]# cp_conf lic add -f ~/License.lic License was installed successfully. [Expert@HostName:0]#
[Expert@HostName:0]# cp_conf lic get Host Expiration Signature Features 192.168.3.28 25Aug2017 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx CPMP-XXX [Expert@HostName:0]# |
Example 2 - Adding the license manually
[Expert@HostName:0]# cp_conf lic add -m MGMT2 25Aug2017 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx CPMP-XXX License was successfully installed [Expert@HostName:0]#
[Expert@HostName:0]# cp_conf lic get Host Expiration Signature Features 192.168.3.28 25Aug2017 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx CPMP-XXX [Expert@HostName:0]# |