SNAX/APC Configuration and Management Manual

Using SNAX/APC
SNAX/APC Configuration and Management Manual138787
3-20
Running SNAX/APC Under TACL
Running SNAX/APC Under TACL
To run SNAX/APC with TACL (that is, without the PATHMON process), you perform
all the PARAM statements from TACL rather than from PATHCOM. You can edit the
PATHCONF file included in the SNAX/APC distribution subvolume to execute the
PARAM statements as a TACL macro.
The RUN command options must include a process name (using the NAME option) and
must specify NOWAIT.
When a TP opens SNAX/APC, it must use the process name of the correct SNAX/APC
process in its OPEN procedure call.
The following is an example of a TACL command (Obey) file used to start the APC
process:
clear all
PARAM MAXINRUSIZE 512
PARAM MAXOUTRUSIZE 512
PARAM MAXAPPLIOSIZE 8192
PARAM RMTATTACHDISP queue
PARAM BACKUPCPU 1
PARAM CANCELSUPPORT ON
PARAM CONFIG AL01CFG
run $system.system.apcobj /name $AL01, nowait, cpu 0/ &
collector $0