ATM Configuration and Management Manual

Configuring the ATM Subsystem
ATM Configuration and Management Manual522307-003
3-9
Verifying the ASM Process
Verifying the ASM Process
To make sure the ASM process has started successfully, enter the following command
at the TACL prompt:
-> STATUS SUBSYS $ZZATM
If the ASM process was started successfully, you will see a display similar to:
-> STATUS SUBSYS $ZZATM
ATM Status $ZZATM
Name State PID Pri Trace
$AM201 STARTED 1, 21 180 OFF
If the ASM process was not started successfully, the following message appears:
(Process does not exist)
Examples
The following command creates the ASM process:
add process $zzkrn.#zzatm, name $zzatm, program &
$system.system.ATMASM, primarycpu 0, backupcpu 1, &
autorestart 10, startmode kernel, priority 180, &
defautvol $system.system, &
outfile $zhome, hometerm $zhome, saveabend on, &
startupmsg "<BCKP-CPU>"
This command starts the ASM process:
-> START PROCESS $ZZKRN.#ZZATM