Expand Configuration and Management Manual (H06.21+, J06.10+)

Subsystem Control Facility (SCF) Commands
Expand Configuration and Management Manual 529522-013
14 - 117
Examples
Examples
This SCF command initiates a trace of communications line interface processor (CLIP)
inbound and outbound frames for $LINE1. One-thousand trace records are captured.
The trace records are written to the file X1:
-> TRACE LINE $LINE1, TO X1,SELECT(CLIPDI,CLIPDO), COUNT 1000
This SCF command terminates an existing trace of path $PATH1:
-> TRACE PATH $PATH1, STOP
This SCF command initiates a trace of the network control process:
-> TRACE PROCESS $NCP, TO NCPTRC, SELECT ALL, RECSIZE 500, WRAP
This SCF command initiates a trace of two lines named $LINE2 and $LINE3:
-> TRACE LINE ($LINE2,$LINE3)
VERSION Command
The VERSION command displays the version level of the Expand manager process
($ZEXP), the network control process ($NCP), or an Expand line-handler process.
VERSION is a nonsensitive command.
The VERSION command has this syntax:
/ OUT file-spec /
causes any SCF output generated for the command to be directed to the specified
file.
process-name
is the device name of an Exp
and line or path.
Considerations
The VERSION command helps in troubleshooting. When reporting a suspected
Expand problem to HP, include the versions of $ZEXP, $NCP, and an Expand line-
handler process.
You can display version information for several objects with a single VERSION
command by specifying multiple objects using parentheses as:
PROCESS ( object-name , object-name [ , object-name ] ... )
VERSION [ / OUT file-spec / ] PROCESS
{ process-name | $NCP | $ZEXP }