cplic db_print

Description

Shows the details of Check Point licenses stored in the license repository on the 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

{-h | -help}

Shows the applicable built-in usage.

-d

Runs the command in debug mode.

Use only if you troubleshoot the command itself.

Best Practice - If you use this parameter, then redirect the output to a file, or use the script command to save the entire CLI session.

<Object Name>

Prints only the licenses attached to <Object Name>.

<Object Name> is the name of the Security Gateway / Cluster Member object as defined in SmartConsole.

-all

Prints all the licenses in the license repository.

{-n | -noheader}

Prints licenses with no header.

-x

Prints licenses with their signatures.

{-t | -type}

Prints licenses with their type: Central or Local.

{-a | -attached}

Shows to which object the license is attached.

Useful, if the parameter "-all" is specified.

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     25Aug2019  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     25Aug2019  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx CPMP-XXX  CK-XXXXXXXXXXXX  MGMT
[Expert@MGMT:0]#