TS/MP Release Supplement
Managing the ACS Subsystem
HP NonStop TS/MP Release Supplement—546055-006
7-4
Stopping the ACS Subsystem
2. Stop the ACS Subsystem
1. Use the SCF STOP command to stop the ACS subsystem.
For more information on this command, see STOP Command
. For example:
STOP ACS $ZACS, FORCED
2. Use the SCF STATUS command to verify that the ACS subsystem has stopped.
For more information on this command, see STATUS Command
. For example:
STATUS ACS $ZACS, DETAIL
3. Stop the $ZACS Process
1. Use the SCF STATUS PROCESS command to check whether the $ZACS process
has stopped. For example:
STATUS PROCESS $ZZKRN.#ZACS, DETAIL
2. Use the SCF ABORT command interactively or in an OBEY file to abnormally
terminate it. The
ABORT PROCESS command stops the $ZACS process but does
not delete the process configuration. Therefore, you can use the
SCF START
command to start the
$ZACS process again:
ASSUME PROCESS $ZZKRN
ABORT #ZACS
3. Use the SCF STATUS command, described in Step 1, to verify that the $ZACS
process has stopped.
4. Delete the $ZACS Process Configuration
Use the SCF DELETE PROCESS command interactively or in an OBEY file to delete
the ACS domain coordinator process (
$ZACS):
ASSUME PROCESS $ZZKRN
DELETE #ZACS
The DELETE PROCESS command removes the $ZACS configuration. Therefore,
before you can start the
$ZACS process again, you must use the SCF ADD
command to add the ACS subsystem to your system configuration.










