Escort_suppress_audit, Escort_suppress_inhrtx – HP Integrity NonStop J-Series User Manual
Page 205
Special DEFINEs
HP NonStop AutoTMF Software User’s Guide—429952-016
B-9
=_ESCORT_SUPPRESS_AUDIT
Edit trace files provide for the most efficient tracing, but an Edit trace file can only be
opened by one process at a time.
Tracing can be configured easily, and with more options, with the AutoTMF command
interpreter; see
on page 6-84. Using the TRACE command does not require
changing the setup for executing the processes to be traced.
=_ESCORT_SUPPRESS_AUDIT
This define causes AutoTMF to ignore transactions generated by a user process,
which is equivalent to configuring the ATMFPROGRAM attribute SUPPRESSUSERTX.
The file specified is ignored.
This define is supplied for testing purposes only. Programs that make sophisticated
use of TMF depend on the correct operation of the calls that are eliminated by this
option. Enabling this option may cause program failures and data corruption.
When specified, this define causes the AutoTMF runtime to behave as follows:
All BEGINTRANSACTION and ENDTRANSACTION operations requested by the
application are ignored.
All transactions inherited from requesters through messages on $RECEIVE are
ignored.
FILEINFO requests on audited files report that files are not audited.
=_ESCORT_SUPPRESS_INHRTX
This define causes AutoTMF to ignore transactions inherited by a process through
$RECEIVE, which is equivalent to configuring the ATMFPROGRAMS attribute
SUPPRESSINHERITEDTX.
The file specified is ignored.
A non TMF-aware server may inherit a transaction from a TMF-aware requester when
reading $RECEIVE. If AutoTMF detects an inherited transaction, AutoTMF assumes
that the process uses that transaction to access audited files. Suppressing inherited
transactions insures that AutoTMF generates automatic transactions for all audited file
accesses, emulating the behavior of a non TMF-aware process.
ADD DEFINE =_ESCORT_SUPPRESS_AUDIT, CLASS MAP, FILE $X.Y.Z
ADD DEFINE =_ESCORT_SUPPRESS_INHRTX, CLASS MAP, FILE $X.Y.Z