System Configuration

System Configuration contains the following topics:

Configuring CE Logging Parameters

This procedure describes how to configure the maximum number of log files and memory allocation in the Control-M/Server CE process.

Before You Begin

Verify that you have enough memory and disk space to use these parameters.

Begin

  1. Navigate to the following file:

    /ctm_server/data/JAVA/CE.logging.properties

  2. Change the following log limitation parameters:

    • java.util.logging.FileHandler.count = 100

    • java.util.logging.FileHandler.limit = 10240000 (bytes)

  3. Change the value for the following CE memory limitation parameters:

    • java.util.logging.MemFileHandler.limit = 10240000 (bytes)

    • java.util.logging.MemFileHandler.count = 10

  4. Run the following command:

    ctmipc -DEST CE - MSGID CFG