Cluster I/O Protocols (CIP) Configuration and Management Manual (H06.16+, J06.05+)
RECSIZE size
Specifies the length, in bytes, of the data in the trace data records. The size is an integer from
16 to 4050 bytes. The default value is 120 bytes.
SELECT { select-option | ( select-option , ... ) }
Selects the operations to be traced. Valid select options are described with each command.
WRAP
Specifies that when the trace disk file end-of-file (EOF) mark is reached, trace data wraps
around to the beginning of the file and overwrites any data there.
TRACE CLIM
The TRACE CLIM command starts or stops tracing of CIP Library operations for the specified CLIM
on the processor specified in the CPU modifier. Each CLIM can have no more than one trace active
at a time on each processor, but multiple CLIM/processor combinations can be tracing
simultaneously to different trace files.
This command does not control tracing on the CLIM itself, but rather tracing of operations on the
NonStop system for a particular CLIM. To trace on the CLIM, use CLIM software commands.
TRACE CLIM Command Syntax
TRACE CLIM $ZZCIP.clim-name
{,STOP |,TO file-spec
[,{BULKIO|NOBULKIO}]
[,COUNT count]
[,LOCKSIZE locksize]
[,NOCOLL]
[,PAGES pages
[,RECSIZE size]
[,SELECT {select-option|select-option ...}][,WRAP]}
clim-name
Identifies the CLIM whose operations are to be traced.
CPU cpu
Optional with STOP and identifies the processor on which to stop tracing. If this option is not
specified, all processors stop tracing the CLIM. CPU is required with the TO option and identifies
the processor on which to start tracing the CLIM.
SELECT { select-opt | ( select-opt , … ) }
Selects the operations to be traced. Valid select options are:
Trace all operations-1ALL
Trace calls in from external components to this CLIM0CALLIN
Trace calls out to external components from this CLIM1CALLOUT
Trace local calls for the CLIM in the CIP library2CALLLOCAL
Trace ping-related actions for this CLIM3PING
Trace CIP library state machine operations for this CLIM4SMACH
Trace IT-API interrupt events5ITAPIINTR
Trace IT-API events6ITAPIXFER
Trace messages between CIPMON and the CIP library for this CLIM7CMOMSG
Trace CIP library errors for CLIM8ERROR
Example 86 starts a trace of operations in processor 1 for N1003741 to file
$DATA00.TRC1003741.CPU1.
276 SCF Reference for CIP










