TS/MP Release Supplement

Backing Out Your Installation to TS/MP 2.0
HP NonStop TS/MP Release Supplement546055-006
A-2
Adding TS/MP 2.0 LINKMON Configuration
Adding TS/MP 2.0 LINKMON Configuration
The TS/MP 2.0 LINKMON must be added under the Kernel Subsystem Manager
process (
$ZZKRN)using the SCF ADD PROCESS command.
To add the TS/MP 2.0 LINKMON configuration, use the SCF
ADD PROCESS command
interactively or in an
OBEY file.
where:
AUTORESTART 10
specifies that the Kernel Subsystem Manager process ($ZZKRN), will try to re-start up
to 10 times, a failed ROUT process in a processor.
This attribute is mandatory.
CPU ALL
specifies that the ROUT processes will be started in all processors of the system. This
attribute-value pair is mandatory.
DEFAULTVOL $SYSTEM.SYSTEM
specifies the physical location where the TS/MP 2.0 LINKMON software is installed. The
value must be $SYSTEM.SYSTEM even if the TS/MP 2.0 LINKMON software is installed at
$SYSTEM.SYSnn. The $ZZKRN process always searches for the ROUT software first at
$SYSTEM.SYSTEM, and then at the current $SYSTEM.SYSnn location. This attribute-value
pair is mandatory.
HOMETERM $ZHOME
specifies the home terminal for the ROUT process. This attribute-value pair is
mandatory.
OUTFILE $ZHOME
specifies the out file for the ROUT process. This attribute-value pair is mandatory.
NAME $ZL
ASSUME PROCESS $ZZKRN
ADD PROCESS #ROUT, &
AUTORESTART 10, &
CPU ALL, &
DEFAULTVOL $SYSTEM.SYSTEM, &
HOMETERM $ZHOME, &
OUTFILE $ZHOME, &
NAME $ZL, &
PRIORITY 199, &
PROGRAM $SYSTEM.SYSTEM.ROUT, &
STARTMODE KERNEL