Difference between revisions of "smartupdate license repository commands"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
(Print licenses in database/repository)
(delete license from repo)
Line 24: Line 24:
 
  cplic put <object name> [-ip dynamic ip] [-F <output file>] -l <license-file> [<host>] [<expiration date>] [<signature>] [<SKU/feature>
 
  cplic put <object name> [-ip dynamic ip] [-F <output file>] -l <license-file> [<host>] [<expiration date>] [<signature>] [<SKU/feature>
  
==delete license from repo==
+
=='''cplic del''' - delete license from repo==
'''Remove license from database'''
+
'''Description'''
cplic db_rm <signature>
+
Delete a single Check Point license on a host, including unwanted evaluation, expired, and other licenses. Used for both local and remote machines
 +
  cplic del [-F <output file>] <signature> <object name>
  
  
 +
[[category:license]]
  
 +
[[category:cli]]
  
 
+
[[category:smartupdate]]
 
+
[[category:license]]
+

Revision as of 12:40, 23 June 2018

License Database/repository Operations:

taken from R77 CP_R77_CLI_ReferenceGuide.pdf

Contents

cplic db_print - Print licenses in database/repository

Description Displays the details of Check Point licenses stored in the license repository on the Security Management Server.

cplic db_print <object name | -all> [-n noheader] [-x print signatures] [-t type] [-a attached]

cplic db_add - add license to device or repository

Description Used to add one or more licenses to the license repository on the Security Management server. When local license are added to the license repository, they are automatically attached to its intended Check Point gateway, central licenses need to undergo the attachment process(using cplic put).

cplic db_add < -l license-file | host expiration-date signature SKU/features >

cplic get - retrieve/sync repo with remote gateways

Description The cplic get command retrieves all licenses from a Security Gateway (or from all Security Gateways) into the license repository on the Security Management Server. This command helps you to synchronize the repository with the Check Point Security Gateways. When the command is run, all local changes are updated.

cplic get {<ipaddr>|<hostname>|-all} [-v41]

cplic put - add local or attach license remotely


Description Use the cplic put command to attach one or more central or local license remotely. When this command is executed, the license repository is also updated.

cplic put <object name> [-ip dynamic ip] [-F <output file>] -l <license-file> [<host>] [<expiration date>] [<signature>] [<SKU/feature>

cplic del - delete license from repo

Description Delete a single Check Point license on a host, including unwanted evaluation, expired, and other licenses. Used for both local and remote machines

 cplic del [-F <output file>] <signature> <object name>