notify

The notify command notifies a specific task or process of a condition that it should act. Used for runtime protocol tracing for UDP/TCP sockets, this command provides for all protocol messages for ServiceSocket sockets to be written to a log file or sent out of the Oracle Communications Session Border Controller to a UDP port.

Syntax

notify <all | <process-name>> trace <all|<socket-address><file-name>> [<out-udp-port>]
notify <all | <process-name>> notrace all|<socket-address>

Arguments

  • <process-name> - Enter the name of the process you want to notify
  • <socket-address> - Enter the IP address and the port on which the socket is connected
  • <file-name> - Enter the name of the file you want to notify
  • <out-udp-port> - Enter the IP address and port to which the log messages are sent; if the<out-udp-port> is not specified, logs are written to the <file-name>
ORACLE# notify all trace all aug.gz 

notify algd

Syntax

notify algd <log>

Arguments

<log> - Each log argument is listed and described below.
  • Values:
    • nolog — Disable MBCD and MGCP message exchanges processed by the ALGD task
    • log — Enable ALGD and MGCP messages in the alg.log

Example 3-1 Example

ORACLE# notify algd log

notify algd mgcp-endpoint

Syntax

notify algd mgcp-endpoint <endpoint>

Arguments

  • <endpoint> - Delete session and corresponding gateway entries for a specified gateway. The value is the endpoint name from the Audit Name field of the RSIP. If a gateway has multiple endpoints, then the last endpoint that sent the RSIP should be used as the endpoint ID.

Example 3-2 Example

ORACLE# notify algd mgcp-endpoint 1.2.0.1

notify berpd force

Force a manual switchover between Oracle Communications Session Border Controllers in an HA node, regardless of the Oracle Communications Session Border Controller on which the command is executed.

Syntax

notify berpd force

Example 3-3 Example

ORACLE# notify berpd force

notify mbcd

Syntax

notify mbcd <arguments>

Arguments

  • <arguments> The following are arguments for this command:
  • Values:
    • nolog—Disable MBCD logging
    • log—Enable MBCD logging
    • debug—Set the log level for MBCD. Unless a specific log type is specified, this command will use its defaults: FLOW and Media
    • nodebug —Disable setting the log level for MBCD

Example 3-4 Example

ORACLE# notify mbcd debug

notify radd reload

Changes the configurations for RADIUS dynamically by reloading the configuration data in the accounting configuration.

Syntax

notify radd reload

Example 3-5 Example

ORACLE# notify radd reload 

notify sipd

Syntax

notify sipd <arguments>

Arguments

  • <arguments> - The following are arguments for this command:
  • Values:
    • reload—Update configuration changes dynamically by reloading the configuration data that SIP functionality might need. This command cannot tear down any in-progress sessions, and it cannot tear down any listening sockets.
    • nosiplog—Disable the logging of SIP messages, including SIP messages as seen from the perspective of the Oracle Communications Session Border Controller’s SIP proxy
    • siplog—Enable SIP logging messages in the sipmsg.log
    • report—Write all SIP process statistics to the log file
    • dump limit—Write CPU limit information to the log file
    • debug—Set log level for SIP protocol for some SIP activity
    • nodebug —Disable setting the log level for the SIP protocol for some SIP activity

Example 3-6 Example

ORACLE# notify sipd nosiplog 

notify syslog

Syntax

notify syslog <arguments>

Arguments

  • <arguments> - Arguments for this command
  • Values:
    • ip-address—Add a syslog server with the given IP address to the configured syslog servers. When this command is executed without any arguments, the Oracle Communications Session Border Controller is prompted to re-read the current configuration, replace any pre-existing configuration information for syslog, and begin sending syslog messages to any configured syslog servers.
    • udplog
    • noudplog
    • trace
    • notrace

Example

ORACLE# notify syslog 100.1.0.20 

notify rotate-logs

Syntax

notify <task> rotate-logs

Arguments

<task> Enter the tasks’ process and protocol trace logs to rotate
  • Values:
    • sipd
    • sysmand
    • berpd
    • brokerd
    • lemd
    • mbcd
    • h323d
    • algd
    • radd
    • all


      Note:

      This command only applies until a reboot occurs; it is not persistent after a reboot.

Example

ORACLE

notify nosyslog

Syntax

notify nosyslog <ipaddress>

Arguments

  • <ipaddress> - Enter the IP address of syslog server to disable the logging of syslog messages. The notify nosyslog command executed without an argument prompts the Oracle Communications Session Border Controller to disable the logging of syslog messages sent from the system to all syslog destinations.

Mode

Superuser

Release

First appearance: 1.0 / Most recent update: 1.1

Example

ORACLE# notify nosyslog 100.1.20.30