Expand Configuration and Management Manual (G06.24+)

Configuration Quick Start
Expand Configuration and Management Manual523347-008
1-3
Creating a Persistent Version of the Expand
Manager Process
2. You can also start the Expand manager process at system startup by including the
following command in the system startup file:
OZEXP / NAME $ZEXP, OUT $ZHOME, PRI 180, NOWAIT, &
CPU primary / backup
3. To verify that the process is started, enter the TACL process-pair directory (PPD)
command at the TACL prompt:
> PPD $ZEXP
Creating a Persistent Version of the Expand Manager Process
Rather than manually create and start (and restart after processor halts) the Expand
manager you should create a persistent generic version.
1. Use the Kernel subsystem SCF ADD PROCESS command to add the $ZEXP
process to the Expand subsystem:
-> ADD PROCESS $ZZKRN.#ZEXP, NAME $ZEXP, AUTORESTART 1, &
PROGRAM $SYSTEM.SYSTEM.OZEXP, PRIMARYCPU 4, BACKUPCPU 7, &
STARTMODE SYSTEM, STARTUPMSG “<bckp-cpu>
2. To start the Expand Manager Process, use the Kernel subsystem SCF START
PROCESS command, as follows:
-> START PROCESS $ZZKRN.#ZEXP
3. To verify that the process has started successfully, enter the following TACL
command:
> STATUS $ZEXP
Where to Find More Information About This Task
Section 5, Configuration Overview
For details about the Kernel SCF commands and the creation of generic
processes, consult the SCF Reference Manual for the Kernel Subsystem.
If you are using SCF on a G-Series system for the first time, you are advised to
consult the SCF Reference Manual for G-Series RVUs for information on how to
modify and save modifications to a configuration file.