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 computer.
-
Enables and disables Check Point products and features on this Check Point computer.
Syntax
|
|
|
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 Check Point Registry ( |
Notes
-
On a Multi-Domain Server, you must run this command in the context of the relevant Domain 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>&1
Example:
cpprod_util > /tmp/output_of_cpprod_util.txt 2>&1
Examples

[Expert@MGMT:0]# cpprod_util FwIsStandAlone 0 [Expert@MGMT:0]# |

[Expert@MGMT:0]# cpprod_util RtIsAnalyzerCorrelationUnit 1 [Expert@MGMT:0]# |

[Expert@MyGW:0]# cpprod_util CPPROD_GetInstalledProducts CPFC IDA MGMT FW1 SecurePlatform CPinfo DIAG PPACK CVPN [Expert@MyGW:0]# |

[Expert@MyGW:0]# cpprod_util FwIsVSX 0 [Expert@MyGW:0]# |

[Expert@MyGW:0]# cpprod_util FwIsFloodGate 1 [Expert@MyGW:0]# |

[Expert@MyGW:0]# cpprod_util FwIsAtlasModule 0 [Expert@MyGW:0]# |

[Expert@MyGW:0]# cpprod_util FwIsBridge 0 [Expert@MyGW:0]# |

[Expert@MyGW:0]# cpprod_util FwIsFullHA 0 [Expert@MyGW:0]# |

[Expert@MyGW:0]# cpprod_util FwIsDAG 0 [Expert@MyGW:0]# |

[Expert@MyGW:0]# cpprod_util FwIsFireWallIPv6 1 [Expert@MyGW:0]# |