ASAP 3.0 Server Manual

HP NonStop ASAP Server Manual Page 267 of 342
TMF
TMF entity-option [,entity-option ]
defines the settings and parameters for the TMF entity.
entity-option is one of:
CPU cpu-num
defines the CPU that the TMF SGP process will reside in.
ON | OFF
enables or disables network-wide TMF availability reporting. The default
value is OFF.
OBJECT ASAP-TMF-program-file-name
defines the ASAP-TMF program object filename; this program is
automatically started on each node by the ASAP monitor. The default is
$SYSTEM.SYSTEM.ASAPTMF.
PARAMETERS "TMF-param [ TMF-param]... " | null
specifies the TMF specific parameter string to be passed to the ASAPTMF
process at startup. The default is the null string.
The Parameter list must be enclosed in double quotes.
The TMF-param option is:
RATE minutes
defines the interval, in minutes, that TMF statistics are reported back to
the Collector. ASAPTMF uses the interval provided by the operator.
The default is the ASAP RATE.
The ASAP monitor does not check the contents of the parameter string. All
parameter data is passed to the ASAPTMF process without modification.
Examples
+SET TMF ON, OBJECT $SYSTEM.ASAP.ASAPTMF, PARAMETERS "RATE
10"
To set PARAMETERS to null, enter either of:
SET TMF PARAMETERS
SET TMF PARAMETERS, entity-option