cp_conf lic

Description

Shows, adds and deletes Check Point licenses.

Note - This command corresponds to the option Licenses and contracts in the cpconfig menu.

Note:

On a Multi-Domain ServerClosed Dedicated Check Point server that runs Check Point software to host virtual Security Management Servers called Domain Management Servers. Synonym: Multi-Domain Security Management Server. Acronym: MDS., you must run this command in the context of the applicable Domain Management ServerClosed Check Point Single-Domain Security Management Server or a Multi-Domain Security Management Server.:

mdsenv <IP Address or Name of Domain Management Server>

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

-h

Shows the applicable built-in usage.

add -f <Full Path to License File>

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 cplic db_add.

add -m <Host> <Date> <Signature Key> <SKU/Features>

Adds the license manually.

You get these license details in the Check Point User Center.

This is the same command as the cplic db_add.

del <Signature Key>

Delete the license based on its signature.

This is the same command as the cplic del.

get [-x]

Shows the local installed licenses.

If you specify the "-x" parameter, output also shows the signature key for every installed license.

This is the same command as the cplic print.

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     25Aug2019    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx   CPMP-XXX
[Expert@HostName:0]#

Example 2 - Adding the license manually

[Expert@MyHostName:0]# cp_conf lic add -m MyHostName 25Aug2019 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx CPMP-XXX
License was successfully installed
[Expert@MyHostName:0]#
 
[Expert@MyHostName:0]# cp_conf lic get
Host             Expiration   Signature                              Features
192.168.3.28     25Aug2019    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx   CPMP-XXX
[Expert@MyHostName:0]#