cpprod_util
Description
This utility works with Check Point Registry ($CPDIR/registry/HKLM_registry.data) without manually opening it:
-
Shows which Check Point products and features are enabled on this Check Point server.
-
Enables and disables Check Point products and features on this Check Point server.
Syntax on a Management Server in Gaia Clish or the Expert mode
|
|
|
|
|
|
Parameters
|
Parameter |
Description |
||
|---|---|---|---|
|
|
Gets the configuration status of the specified product or feature:
|
||
|
|
Sets the configuration for the specified product or feature.
|
||
|
|
Specifies the product or feature. |
||
|
|
Specifies the configuration parameter for the specified product or feature. |
||
|
|
Specifies the value of the configuration parameter for the specified product or feature:
|
||
|
|
Creates a dump file of the Check Point Registry ( The name of the output file is |
Notes
-
On a Multi-Domain Server
Dedicated Check Point server that runs Check Point software to host virtual Security Management Servers called Domain Management Servers. Synonym: Multi-Domain Security Management Server. Acronym: MDS., you must run this command in the context of the relevant Domain Management Server
Check Point Single-Domain Security Management Server or a Multi-Domain Security Management Server.. -
If you run the "
cpprod_util" command without parameters, it prints:-
The list of all available products and features (for example, "
FwIsFirewallMgmt", "FwIsLogServer", "FwIsStandAlone") -
The type of the expected argument when you configure a product or feature ("
no-parameter", "string-parameter", or "integer-parameter") -
The type of the returned output ("
status-output", or "no-output")
-
-
To redirect the output of the "
cpprod_util" command, it is necessary to redirect the stderr to stdout:cpprod_util <options> > <output file> 2>&1Example:
cpprod_util > /tmp/output_of_cpprod_util.txt 2>&1
Examples
[Expert@MGMT:0]# cpprod_util RtIsAnalyzerCorrelationUnit 1 [Expert@MGMT:0]# |