Which command can be executed in Expert mode to verify the core-dump settings?
On Check Point Gaia, feature configuration parameters — including those controlling the core-dump manager (cdm) — are stored as key/value entries inside the Gaia configuration database file /config/db/initial, so from Expert mode an administrator verifies the current core-dump settings by running grep cdm /config/db/initial, which returns the cdm-related parameter names and their configured values; there is no /config/db/coredump directory in Gaia, no /etc/sysconfig/coredump/cdm.conf file, and a grep invocation lacking a search pattern (as in the malformed /config/db/initial-only option) is not a valid way to inspect the configuration.
Community Discussion