Print Download PDF Send Feedback

Previous

Next

cplic db_print

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

{-h | -help}

Shows the applicable built-in usage.

-d

Runs the command in debug mode.

Use only if you troubleshoot the command itself.

<Object Name>

Prints only the licenses attached to <Object Name>.

<Object Name> is the name of the Check Point Security Gateway 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 -all option 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 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]#