CP6100 Configuration and Management Manual

Managing CP6100 Using the Subsystem
Control Facility (SCF)
CP6100 Configuration and Management Manual426741-003
8-32
Command Syntax for the TRACE Command
COUNT count
specifies the number of trace records that you want to capture. count is an integer
in the range -1 through 32767. If you omit COUNT or if count equals -1, records
accumulate until you stop the trace.
NOCOLL
indicates that the trace collector process should not be initiated. The disk file is to
be written to by the operating system.
PAGES pages
designates how much space, in pages, you want to allocate in the extended data
segment used for tracing. You can specify PAGES only when you initiate a trace.
pages is an integer in the range 4 through 1024 or equal to 0 (zero). If you omit
PAGES or if pages equals 0, SCF assumes the default value of 64 pages.
RECSIZE sizes
specifies the length of the data in the trace data records. size is an integer in the
range 1 through 4050 or equal to 0 (zero). The length of the trace header, which is
8 bytes, is not included in size. If RECSIZE is omitted or if size equals 0, the
default value of 120 bytes is assumed.
The maximum CLIP trace record size (RECSIZE) is 21. If the record exceeds the
record size, 10 bytes from the start of the message and 11 bytes from the end of
the message are included.
SELECT select-spec
select-spec is one of the following specifications:
{ keyword }
{ (keyword [ , keyword ]...) }
{ number }
{ (number [ , number ]... ) }
keyword
is subsystem-specific. See Table 8-4 for a list of the keywords that can be
used with CP6100.
number
is the numeric value represented by a keyword.
TO file-spec
specifies the file to which SCF writes trace information. SCF purges any old data
before it initiates a trace. If the file does not exist, SCF creates one with an extent
size of 6 pages for the primary extent and 6 pages for each secondary extent.