ASAP 1.1 Hybrid Manual

HP NonStop ASAP Hybrid Manual 529729-004
Page 3-15
Example: Enabled = True
FileName
Description: The name of the ASAP Hybrid for Linux server trace output file.
If tracing is enabled, trace data is written to this file in HTML format. All
trace data is captured in memory in order to reduce the impact of tracing
on the server process. Trace data is written to the trace output file only
when tracing is stopped or when the server process shuts down. If you
change this value, be sure to fully qualify the file name. The ASAP Hybrid
for Linux server changes its default directory to the root directory at startup.
Therefore, specifying a file name only, without path information, causes the
trace file to be created in the system’s root directory, which might not be
desirable.
Value Range: A valid Linux file name
Default Value: asaptrace.html, located in the server program directory
Example: FileName = /var/asap/asaptrace1.html
Mask
Description: Defines the trace mask for the server. This mask is set by
combining (adding together) values from the trace mask table below. To
trace more than one type of data, add the mask values for the relevant
types together. For example, to trace UDP data sent and UDP data
received, the mask would be 0x01000000 + 0x02000000 = 0x03000000.
Possible mask values are:
Trace Mask
Value
Description
0x00000001
Critical errors
0x00000002
Noncritical errors
0x00000004
Warnings
0x00000008
Informational messages
0x00000010
Data received via interprocess communication