ASAP 3.0 Server Manual

HP NonStop ASAP Server Manual Page 143 of 342
This example illustrates writing comma-separated value (CSV) records to a pre-
existing entry-sequenced file named ATMCSV. Only aggregate ATM records are
written to the CSV file, for 1000 samples. The TAB option replaces normal tab
characters in the output with a comma.
APP/OUT ATMCSV/ATM, DE, ST, AO,RAW, TAB ",", NOLINEBREAK, S1000
The next example illustrates the EDL DETAIL command for a user-defined ASAP
entity where the entity is controlled by a SET AGGREGATE ONLY command in
ASAPXCNF. When SET AGGREGATE ONLY is defined for an entity, detail records
are not written to the ASAP database, but they are available from ASAP memory using
the ME (MEMORY) option. Setting this command in user EDL files lets you right-
mouse on an object in ASAP Client and then select Show Object Details to show the
detail records that make up the aggregate domain. The MI (MINSTATE) option is used
to control record selection to choose only records where at least one attribute state is
equal to or greater than the low-alert state (3), and the CO (COUNT) parameter is
used to limit the number of lines of response to 20. Setting this command lets you
immediately retrieve the alerting detail records from an aggregate domain where only
the aggregate domain is written to the ASAP database and to the ASAP Client. Option
abbreviations are used in the EDL DETAIL command because the domain name
insertion (^) can insert up to 64 additional bytes into the command.
CLEANUP Command
The CLEANUP command invokes the database cleanup function. How the cleanup
function works depends on the RETAIN option assigned to the Collect server.
Caution
This command purges or releases statistics. This command can cause degradation in
performance when the RETAIN option is set to a value greater than one. Only advanced
ASAP users should use this command.
Type STATUS COLLECT to display the RETAIN option setting of a Collect process.
The information is the last line of output in parenthesis.
CLEANUP [ \node] COLLECT | collect-pid
node
specifies the individual system for which information is to be displayed.