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

cpprod_util CPPROD_GetValue "<Product>" "<Parameter>" {0|1}

cpprod_util CPPROD_SetValue "<Product>" "<Parameter>" {1|4} "<Value>" {0|1}

cpprod_util -dump

Parameters

Parameter

Description

CPPROD_GetValue

Gets the configuration status of the specified product or feature:

  • 0 - Disabled

  • 1 - Enabled

CPPROD_SetValue

Sets the configuration for the specified product or feature.

Important - Do not run these commands unless explicitly instructed by Check Point Support or R&D to do so.

"<Product>"

Specifies the product or feature.

"<Parameter>"

Specifies the configuration parameter for the specified product or feature.

"<Value>"

Specifies the value of the configuration parameter for the specified product or feature:

  • One of these integers: 0, 1, 4

  • A string

dump

Creates a dump file of the Check Point Registry ($CPDIR/registry/HKLM_registry.data) in the current working directory.

The name of the output file is RegDump.

Notes

Examples