Technical data
== Add $ZOSM process to SCF database and issue start command
@ ABORT PROCESS $ZZKRN.#OSM-APPSRVR
@ DELAY 1
@ DELETE PROCESS $ZZKRN.#OSM-APPSRVR
@ ADD PROCESS $ZZKRN.#OSM-APPSRVR, &
AUTORESTART 10, &
CPU FIRSTOF [listProcessors], &
DEFAULTVOL $SYSTEM.ZSERVICE, &
HIGHPIN ON, &
HOMETERM $ZHOME, &
NAME $ZOSM, &
PRIORITY 150, &
PROGRAM $SYSTEM.SYSTEM.APPSRVR, &
OUTFILE $ZHOME, &
STARTUPMSG "cpu-list cpu-list, security NCNC", &
STARTMODE APPLICATION
@ START PROCESS $ZZKRN.#OSM-APPSRVR
== Add $ZOEV process to SCF database and issue start command
@ ABORT PROCESS $ZZKRN.#OSM-OEV
@ DELAY 1
@ DELETE PROCESS $ZZKRN.#OSM-OEV
@ ADD PROCESS $ZZKRN.#OSM-OEV, &
AUTORESTART 10, &
CPU FIRSTOF [listProcessors], &
DEFAULTVOL $SYSTEM.ZSERVICE, &
HIGHPIN ON, &
HOMETERM $ZHOME, &
NAME $ZOEV, &
PRIORITY 150, &
PROGRAM $SYSTEM.SYSTEM.EVTMGR, &
OUTFILE $ZHOME, &
STARTUPMSG "cpu-list cpu-list, security NCNC", &
STARTMODE APPLICATION
@ START PROCESS $ZZKRN.#OSM-OEV
Use the following command to make changes to the ADDTOSCF file take effect:
obey addtoscf
NOTE: You should save a copy of your ADDTOSCF before installing a new OSM SPR, as your
existing ADDTOSCF is overwritten at that time and security settings would revert to default values
if ADDTOSCF is obeyed again after installing the new OSM SPR.
An alternative method for changing process file security levels is by “Aborting, Altering, and
Starting OSM Process Files” (page 31).
Aborting, Altering, and Starting OSM Process Files
Instead of “Editing the ADDTOSCF File” (page 30), you can also change the default security levels
for an individual OSM persistent process by aborting the process, altering the startup message,
and then starting that process as described below (using the CIMOM process as an example):
1. Because altering a startup message overwrites the existing message, perform the following
command so you can note the contents of the current startup message. When altering the
startup message, you will need to re-enter any parts of the existing message that you want to
preserve, such as any BackupCpu or cpu-list entries).
SCF info process $zzkrn.#osm-cimom, detail
2. Abort the process:
Optional OSM Configuration 31