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

Case Study: Installing and Configuring a System
HP NonStop S-Series Hardware Installation and FastPath Guide541880-002
14-27
Adding Persistent CLCI TACL, Expand Manager, and
SCP Processes
Adding Persistent CLCI TACL, Expand Manager, and SCP
Processes
This example shows an SCF command file that adds persistent generic processes for
the CLCI TACL, Expand manager, and SCP processes to the configuration database.
These processes are started automatically at system load and are restarted
automatically if they are stopped abnormally.
== 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"
Starting the $ZEXP Expand Manager Process
This example contains a TACL command file that starts the Expand manager process,
$ZEXP, if the Expand manager processes was not configured as a persistent generic
process.
== This is $SYSTEM.STARTUP.STRTEXP
OZEXP/ NAME $zexp,OUT $ZHOME,PRI 180,NOWAIT, CPU 0/1