Persistent Protocol Tracing Configuration

Before you configure persistent protocol tracing, ensure you have configured the process logs by setting the system configuration’s process-log-ip parameter.

To configure persistent protocol tracing:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type system and press Enter to access the system-level configuration elements.
    ORACLE(configure)# system
  3. Type system-config and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(system)# system-config
    ORACLE(system-config)#
  4. call-trace—Set to enabled to enable protocol message tracing for sipmsg.log for SIP. The default is disabled. The valid values are:
    • enabled | disabled

  5. internal-trace—Set to enabled to enable internal ACP message tracing for all processes. The default is disabled. The valid values are:
    • enabled | disabled

  6. log-filter—Choose the appropriate setting for how you want to send and/or store trace information and process logs. The valid values are:
    • none—No information will be sent or stored.

    • traces—Sends the trace information to both the log server; includes <name>.log files that contain information about the Oracle® Enterprise Session Border Controller’s internal communication processes (<name> is the name of the internal process)

    • traces-fork—Sends the trace information to both the log server and also keeps it in local storage; includes <name>.log files that contain information about the Oracle® Enterprise Session Border Controller’s internal communication processes (<name> is the name of the internal process)

    • logs—Sends the process logs to both the log server; includes log.* files, which are Oracle® Enterprise Session Border Controller process logs

    • logs-fork—Sends the process logs to both the log server and also keeps it in local storage; includes log.* files, which are Oracle® Enterprise Session Border Controller process logs

    • all—Sends all logs to the log servers that you configure

    • all-fork—Sends all logs to the log servers that you configure, and it also keeps the logs in local storage

  7. Save and activate your configuration.