TS/MP Supplement for Limits Relief (G06.26+)
How to do it.
Use the SCF START command interactively or in an OBEY file to start $ZACS in the local
system, as follows:
ASSUME PROCESS $ZZKRN
START #ZACS
The ACS domain coordinator process is started as $ZZKRN.#ZACS. The TACL name for the
process is $ZACS.
Use the SCF STATUS and INFO commands to obtain information about $ZACS, as follows:
STATUS PROCESS $ZZKRN.#ZACS, DETAIL
INFO PROCESS $ZZKRN.#ZACS, DETAIL
5. Configure the ACS Subsystem
This step configures the ACS subsystem by specifying a domain name and adding the physical
system to the domain. The domain name must be unique; in other words, it must not duplicate
any other ACS domain name on any other system in the Expand network. HP recommends that
you use the system name for the domain name.
How to do it.
Use the SCF ADD command interactively or in an OBEY file to add and configure the ACS
subsystem. The following example adds an ACS object to an ACS domain, which is installed
on the \MARS system; names the ACS domain "MARS"; and specifies the log files.
ADD ACS $ZACS, DOMAIN "MARS" , &
ALL , ENABLE , &
LOG1 $APPS.LOGFILES.LOG1:"EMS":"ALL" , &
LOG2 $APPS.LOGFILES.LOG2:"TEXT":"ERROR" , &
ACSCTL $SYSTEM.ZACS.ACSCTL
6. Start the ACS Subsystem ($ZACS)
This step starts the ACS subsystem. When this step is completed, ACS subsystem functions are
available for use by applications.
How to do it.
Use the SCF START command interactively or in an OBEY file, as follows: