Escort_dynamic_trc_on, Escort_ems_collector, Escort_monitor – HP Integrity NonStop H-Series User Manual
Page 192: Escort_optimizeunlocks, With a dummy, Specifying the class map define

Special DEFINEs
HP NonStop AutoTMF Software User’s Guide—429952-013
B-6
=_ESCORT_DYNAMIC_TRC_ON
=_ESCORT_DYNAMIC_TRC_ON
You can enable dynamic tracing of a program with the
=_ESCORT_DYNAMIC_TRC_ON DEFINE. The program periodically checks the state
of a signaling file to determine if tracing has been requested and will start tracing at
that point. The DEFINE is added with the following TACL command:
The FILE parameter is ignored.
=_ESCORT_EMS_COLLECTOR
You can select an alternate destination for EMS event messages with the
=_ESCORT_EMS_COLLECTOR DEFINE. These events generally pertain to
configuration problems. The DEFINE is added with the following TACL command:
The process name specified with the FILE parameter must be an EMS collector,
having a device type 1 and subtype 0, otherwise the DEFINE is ignored.
Messages are also sent to the process home terminal.
=_ESCORT_MONITOR
You can choose an alternate MapDB configuration by specifying an alternate monitor
process with the =_ESCORT_MONITOR DEFINE. Alternate MapDBs are typically
created to test a new version of NonStop AutoTMF software. The DEFINE is added
with the following TACL command:
A monitor process name must contain exactly 5 characters, including the $. The default
monitor process name is $ZESC.
There are other methods to associate a monitor with a program. See section
Configuring an Alternate MapDB
on page A-5 for a discussion on configuring and using
an alternate monitor and MapDB.
=_ESCORT_OPTIMIZEUNLOCKS
Specify this define to enable the optimization of UNLOCKFILE operations, which is
equivalent to configuring the ATMFPROGRAMS attribute OPTIMIZEUNLOCKS.
The file parameter is ignored.
ADD DEFINE =_ESCORT_DYNAMIC_TRC_ON, CLASS MAP, FILE $X.Y.Z
ADD DEFINE =_ESCORT_EMS_COLLECTOR, CLASS MAP, FILE $collector
ADD DEFINE =_ESCORT_MONITOR, CLASS MAP, FILE $xxxx
ADD DEFINE =_ESCORT_OPTIMIZEUNLOCKS, CLASS MAP, FILE $xxxx