Expand Configuration and Management Manual (G06.24+)

Subsystem Control Facility (SCF) Commands
Expand Configuration and Management Manual523347-008
15-9
Examples
You can abort several lines or paths with a single ABORT command by specifying
multiple PATH or LINE objects using parentheses as follows:
PATH ( path-name , path-name [ , path-name ] ...)
LINE ( line-name , line-name [ , line-name ] ... )
Examples
The first SCF command aborts one line and the second SCF commands aborts two
lines:
-> ABORT LINE $LHCMP2
-> ABORT LINE ($LHCMP2,$LHCMP3)
The first SCF command aborts one path and the second SCF command aborts two
paths:
-> ABORT PATH $PTS
-> ABORT PATH ($PTS,$PTS2)
ACTIVATE Command
The ACTIVATE command initiates an immediate rebalance of a multi-CPU path to a
specified neighbor system. ACTIVATE is a sensitive command.
The ACTIVATE command syntax is as follows:
system-name
specifies the multi-CPU path to be rebalanced. If no system name is specified, all
multi-CPU paths on the system are rebalanced.
Considerations
You can schedule automatic rebalancing of multi-CPU paths by using the ALTER
PROCESS command.
Example
The following SCF command initiates the immediate rebalance of the multi-CPU path
to the system named \NODEA:
-> ACTIVATE PROCESS $NCP, REBAL \NODEA
ACTIVATE PROCESS $NCP, REBAL [ system-name ]