ASAP 2.8 Server Manual
ASAP Conversational Interface Commands
HP NonStop ASAP Server Manual—522303-007
6-98
SET Command
TRACE
turns $Receive tracing on in the File SGP. The SGP generates a log
message for each read or reply.
RATE #mins
sets a specific rate for the File SGP. See SET RATE.
MAXAGGS
defines the maximum number of aggregate domains. The File SGP will
allocate memory to support that number of aggregate domains. Valid
values are 2 through 32767. ASAP will always allocate 1 less domain
than you specify. The default setting can vary by ASAP version.
MAXDOMAINS
defines the maximum number of monitored domains. The File SGP will
allocate memory to support that number of monitored domains. Valid
values are 2 through 32767. ASAP will always allocate 1 less domain
than you specify. The default setting can vary by ASAP version.
MBYTES
defines the size in megabytes of the memory pool allocated to store
domains that are dynamically resolved at each interval. The default
setting can vary by ASAP version.
The ASAP monitor does not check the contents of the parameter string. All
parameter data is passed to the ASAPFIL process without modification.
This example shows the SET FILE command:
+SET FILE ON, OBJECT $SYSTEM.ASAP.ASAPFIL, PARAMETERS "RATE
10"
To set PARAMETERS to null, enter either of:
SET FILE PARAMETERS
SET FILE PARAMETERS, entity-option
HELPFILE filename
defines the name of the ASAP help file. This name defaults to ASAPHELP in the
same subvolume as the ASAP object file. The structure of the ASAP help file is:
Keywords start in column 3, with the help text for the keyword following in
subsequent lines that have text in column 4 or greater. Help text continues until
another line with text in column 3 is encountered.
Note. The MONITOR FILE, LIST, DETAIL command will return information
about the maximum value parameters and the memory pool utilization.