cplic print

Description

Prints details of the installed Check Point licenses on the local Check Point computer.

Note - On a Security Gateway / Cluster Member, this command prints all installed licenses (both Local and Central).

Syntax

cplic print {-h | -help}

cplic [-d] print[{-n | -noheader}] [-x] [{-t | -type}] [-F <Output File>] [{‑p | -preatures}] [-D]

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.

{-n | -noheader}

Prints licenses with no header.

-x

Prints licenses with their signature.

{-t | -type]

Prints licenses showing their type: Central or Local.

-F <Output File>

Saves the command output to the specified file.

{-p | -preatures}

Prints licenses resolved to primitive features.

-D

On a Multi-Domain Server, prints only Domain licenses.

Example 1

[Expert@HostName:0]# cplic print
Host             Expiration   Features
192.168.3.28     25Aug2019    CPMP-XXX  CK-XXXXXXXXXXXX
[Expert@HostName:0]#

Example 2

[Expert@HostName:0]# cplic print -x
Host             Expiration   Signature                         Features
192.168.3.28     25Aug2019    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx   CPMP-XXX  CK-XXXXXXXXXXXX
[Expert@HostName:0]#