Print

Disabling MPP core files

About this task

The core dump files on the MPP server can contain sensitive data. You can disable the generation of core files to prevent the logging of sensitive data. However, if you disable the core files, you cannot troubleshoot MPP failures when processes terminate unexpectedly.

Procedure

  1. Log on to Linux on the Experience Portal MPP server.
  2. Enter the cd $AVAYA_MPP_HOME/config command to navigate to the MPP config directory.

    Where,

    AVAYA_MPP_HOME is the environment variable pointing to the name of the MPP installation directory specified during the Experience Portal software installation.

  3. Edit the mpp file and make the following changes:

    Change ULIMIT_COREFILE="unlimited" to ULIMIT_COREFILE="0"

  4. Repeat this procedure on each MPP server.