Description
Displays the details of Check Point licenses stored in the license repository on the Security Management Server.
Syntax
cplic db_print {-h | -help} |
cplic [-d] db_print {<Object Name> | -all} [{-n | -noheader}] [-x] [{-t | -type}] [{-a | -attached}] |
Parameters
Parameter |
Description |
---|---|
|
Shows the applicable built-in usage. |
|
Runs the command in debug mode. Use only if you troubleshoot the command itself. |
|
Prints only the licenses attached to
|
|
Prints all the licenses in the license repository. |
|
Prints licenses with no header. |
|
Prints licenses with their signatures. |
|
Prints licenses with their type: Central or Local. |
|
Shows to which object the license is attached. |
Example
[Expert@MGMT:0]# cplic db_print -all Retrieving license information from database ...
The following licenses appear in the database: =============================================== Host Expiration Features 192.168.3.28 25Aug2017 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx CPMP-XXX CK-XXXXXXXXXXXX [Expert@MGMT:0]#
[Expert@MGMT:0]# cplic db_print -all -x -a Retrieving license information from database ...
The following licenses appear in the database: =============================================== Host Expiration Features 192.168.3.28 25Aug2017 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx CPMP-XXX CK-XXXXXXXXXXXX MGMT [Expert@MGMT:0]# |