ASAP 3.1 Server Manual

HP NonStop ASAP Server Manual Page 278 of 360
CPU cpu-num
defines the CPU that the TCP SGP process will reside in.
Examples
SET TCP OBJECT $SYSTEM.ASAP.ASAPTCP, PARAMETERS "SCPNAME
ZNET", CPU 2
SET TCP PARAM "SCPNAME $ZNET, PORT, SERVICE, WINDOW"
TMF 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