SNAX/XF and SNAX/APN Configuration and Management Manual

PTrace Reference for SNAX/XF and SNAX/APN
SNAX/XF and SNAX/APN Configuration and Management Manual425836-006
15-8
FILTER Command
The syntax of the FILTER command for service-manager traces is as follows:
INTTRACE { ON | OFF }
enables (with ON) or disables (with OFF) display of the contents of an internal
trace buffer that contains procedure and subprocedure calls. The INTTRACE
displays are for HP internal use and are not described in this manual.
MSGCB { ON | OFF }
enables (with ON) or disables (with OFF) display of internal SNAX message-
system control block (MSGCB) information. The MSGCB displays are for HP
internal use and are not described in this manual.
SPI { ON | OFF }
enables (with ON) or disables (with OFF) display of the decoded SPI buffer
whenever the service manager receives an incoming SPI request or replies to an
SPI request. SPI buffers are displayed with the HEADING or AS attribute, if any,
from the DDL name of each token or field. This option also automatically disables
the SPIDETAIL flag.
SPIDETAIL { ON | OFF }
enables (with ON) or disables (with OFF) display of the decoded SPI buffer
whenever the service manager receives an incoming SPI request or replies to an
SPI request. SPI buffers are displayed with the various tokens and fields shown
as is, using their DDL names. This option also automatically disables the SPI flag.
DETAIL { ON | OFF }
when specified with ON, enables the MSGCB, INTTRACE, and SPIDETAIL flags,
and disables the SPI flag. When specified with OFF, this option disables all four
FILTER flags (INTTRACE, MSGCB, SPI, and SPIDETAIL).
SHOW
displays the settings of the FILTER flags. (The MSGCB flag is shown only for
D-series systems.)
FILTER filter-option
filter-option is one of the following:
INTTRACE { ON | OFF }
MSGCB { ON | OFF }
SPI { ON | OFF }
SPIDETAIL { ON | OFF }
DETAIL { ON | OFF }
SHOW
HELP