Description
Retrieves all licenses from Security Gateways into the license repository on the Security Management Server.
This command helps synchronize the license repository with the managed Check Point Security Gateways.
When you run this command, it updates the license repository with all local changes.
Syntax
cplic get {-h | -help} |
cplic [-d] get -all <IP Address> <Host Name> |
Parameters
Parameter |
Description |
---|---|
|
Shows the applicable built-in usage. |
|
Runs the command in debug mode. Use only if you troubleshoot the command itself. |
|
Retrieves licenses from all Check Point Security Gateways in the managed network. |
|
The IP address of the Check Point Security Gateway, from which licenses are to be retrieved. |
|
The name of the Check Point Security Gateway object as defined in SmartConsole, from which licenses are to be retrieved. |
Example
If the Check Point Security Gateway with the object name MyGW
contains four Local licenses, and the license repository contains two other Local licenses, the command cplic get MyGW
produces output similar to this:
[Expert@MGMT:0]# cplic get MyGW Get retrieved 4 licenses. Get removed 2 licenses. [Expert@MGMT:0]# |