HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (QUERY Verbs)
QUERY_TRACE_FILE
Chapter 4 1001
cleared, and tracing continues to the
second file. When this file then
reaches the size specified by
trace_file_size
, the first file is
cleared, and tracing continues to the
first file. This ensures that tracing
can continue for long periods without
using excessive disk space; the
maximum space required is
approximately twice the value of
trace_file_size
.
AP_NO
Tracing is to one file.
trace_file_size
The maximum size of the trace file. If
dual_files
is
set to AP_YES, tracing will switch between the two files
when the current file reaches this size. If
dual_files
is set toAP_NO, this parameteris ignored; thefile size is
not limited.
file_name
Name of the trace file, or of the first trace file if
dual_files
is set to AP_YES. This parameter is an
ASCII string of 1-80 characters, followed by a NULL
character (binary zero).
If no path is included, the file is stored in the default
directory for diagnostics files, /var/opt/sna if a path
is included, this is either a full path (starting with a /
character) or the path relative to the default directory.
file_name_2
Name of the second trace file; this parameter is used
only if
dual_files
is set to AP_YES. This parameter is
an ASCII string of 1-80 characters, followed by a NULL
character (binary zero).
If no path is included, the file is stored in the default
directory for diagnostics files, /var/opt/sna if a path
is included, this is either a full path (starting with a /
character) or the path relative to the default directory.