NonStop S-Series Hardware Installation and FastPath Guide (G06.29+)

Online Configuration Tasks
HP NonStop S-Series Hardware Installation and FastPath Guide541880-002
12-5
Making Important Processes Persistent
Making Important Processes Persistent
You can make important system processes, such as the Expand manager process or
the Subsystem Control Point (SCP) process, start automatically at system load and be
persistent (that is, restart automatically if stopped abnormally) by creating them as
generic processes in the system configuration database and specifying the
AUTORESTART parameter.
This example SCF command file adds persistent generic processes for the CLCI
TACL, Expand manager, and SCP processes. This file can be invoked by the following
TACL command:
> SCF / IN GPADD /
== This file is GPADD
== Adds the CLCI TACL, Expand manager, and SCP processes as generic
== processess.
==========================================================================
== CLCI TACL ==
==========================================================================
ADD PROCESS $ZZKRN.#CLCI-TACL, NAME $CLCI, PRIORITY 199, &
AUTORESTART 10, PROGRAM $SYSTEM.SYSTEM.TACL, PRIMARYCPU 0, &
BACKUPCPU 1, TYPE OTHER, STARTMODE MANUAL, HOMETERM $YMIOP.#CLCI, &
INFILE $YMIOP.#CLCI, OUTFILE $YMIOP.#CLCI, STARTUPMSG "<BCKP-CPU>"
==========================================================================
== Expand manager process ==
==========================================================================
ADD PROCESS $ZZKRN.#ZEXP, NAME $ZEXP, PRIORITY 180, AUTORESTART 10, &
PROGRAM $SYSTEM.SYSTEM.OZEXP, PRIMARYCPU 0, BACKUPCPU 1, TYPE OTHER, &
STARTMODE SYSTEM, HOMETERM $ZHOME, OUTFILE $ZHOME, &
STARTUPMSG "<BCKP-CPU>"
==========================================================================
== SCP ==
==========================================================================
ADD PROCESS $ZZKRN.#SCP, NAME $ZNET, PRIORITY 175, AUTORESTART 10, &
PROGRAM $SYSTEM.SYSTEM.SCP, PRIMARYCPU 0, BACKUPCPU 1, TYPE OTHER, &
STARTMODE SYSTEM, HOMETERM $ZHOME, OUTFILE $ZHOME, &
STARTUPMSG "<BCKP-CPU> ; AUTOSTOP -1"