Installation guide

122 Oracle Communications Session Border Controller ACLI Reference Guide Version S-C6.1.0
ACLI COMMANDS N - Z TCB
Arguments <process> Enter the name of the process that is writing to the specified
logfile
<logfile> Enter an alternate logfile’s name for which you want new
entries echoed to the console screen. Not entering the logfile
argument forces the default log for the named process to be
displayed on the screen. This argument is optional.
Mode Superuser
Release First appearance: 4.0
Notes Must be a valid logfile that is currently being written to. The level of detail displayed
on the screen is related to the loglevel of the process.
Example ACMEPACKET# tail-logfile-open sipd
tcb
The tcb command displays task control block (TCB) information for a particular task.
Syntax tcb <task>
Arguments <task> Enter a task name or task ID
Mode Superuser
Release First appearance: 1.1
Notes This command returns a pointer to the TCB for a specified task. Although all task
state information is contained in the TCB, you must not modify it directly. This
command is used only for debugging purposes.
Example ACMEPACKET# tcb sipd
test-pattern-rule
The test-pattern-rule command allows you to test header manipulation pattern
rules for expression validation.
arguments <expression> Enter the regular expression that you want to test. The Net-Net
SBC informs you whether or not there is a match.
<string> Enter the string against which you want to compare the regular
expression
<show> View the test pattern you entered, whether there was a match, and
if so, the number of matches
<exit> End the test
Mode User