Acme Packet (MOSC)

MOSC Banner

insert marker text into all 9200 logfiles

To facilitate troubleshooting 9200 logs, you can use the following ACLI command to write a custom message to the log file(s): set log echo [task] [message] . For example, issuing the command set log echo sipt test-call-start will write the text string “test-call-start” to log.sipt. You can wildcard the task name, such as set log echo sip* test-call-start , which will annotate each log.sipt, log.sipc, and log.sipls with the text test-call-start. 

 

For example:

 

TAC-9200# set log echo sip* test-call-start
sipc@0.1.0 : test-call-start
sipc@0.2.0 : test-call-start
sipc@0.3.0 : test-call-start
sipls@0.3.0 : test-call-start
sipt@0.1.0 : test-call-start
sipt@0.2.0 : test-call-start
TAC-9200#

 or you can insert it in all logfiles:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center