ASAP 2.7 Extension Manual

Running the ASAP Extension
HP NonStop ASAP Extension Manual425265-004
3-3
Control Commands
Examples
ASAP $SYSTEM.SYSTEM.ASAPCONF
ASAP $ZOO, $SYSTEM.SYSTEM.ASAPXCNF
CLEANUP
The CLEANUP command cleans up ASAP Extension domain and objective entries.
\node
is the remote node where the command should execute.
ALL
cleans up all domain and objective entries by purging the Domain and Objectives
tables and all shared memory swap files.
DOMAINS
cleans up all domain entries by purging the Domain table and all shared memory
swap files.
OBJECTIVES
cleans up all objective entries by purging the Objectives table.
Examples
CLEANUP ALL
CLEANUP DOMAINS
CLEANUP OBJECTIVES
CLEAMUP \REMOTE.DOMAINS
DISABLE STATS
The DISABLE STATS command makes the ASAPX API update procedures return
error –6 to all callers. This command lets you turn off statistics processing for a time if
the applications are coded to properly handle error –6.
\node
is the remote node where the command should execute.
CLEANUP [\node[.]] {ALL | DOMAINS | OBJECTIVES}
Caution. Misuse of the CLEANUP command can cause serious problems. Stop the ASAP
environment and all applications using the ASAP Extension API before issuing the CLEANUP
command.
DISABLE STATS [\node]