QuestionQ9

Advanced Kernel Debugging

Which command can be executed in Expert mode to verify the core-dump settings?

  • A grep cdm /config/db/coredump
  • B grep cdm /config/db/initial
  • C grep $FWDIR/config/db/initial
  • D cat /etc/sysconfig/coredump/cdm.conf
Explanation

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

No comments yet. Be the first to start the discussion!