High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (REGISTER_INDICATION_SINK to UNREGISTER_INDICATION_SINK)
SET_TRACE_FILE
Chapter 51040
SET_TRACE_FILE
This verb specifies the name of a file that SNAplus2 uses to record trace
data.
If you issue a second SET_TRACE_FILE verb specifying a new file for
the same file type, all subsequent trace information will be written to the
new file; the existing file is not removed, but further information will not
be written to it. If you issue a second SET_TRACE_FILE verb for the
same trace file, this resets the file (discarding trace information that was
written to the file before the second verb).
This verb may be issued to a running node, or (for client-server trace files
only) to a HP-UX client computer on which the SNAplus2 software is
running. To obtain a target handle for the client in order to issue this
verb, use the CONNECT_NODE verb without specifying a node name;
the NOF application must be running on the client.
On Windows clients, client-server tracing is controlled by options in the
sna.ini file. For more information, see the HP-UX SNAplus2
Administration Guide.
VCB Structure
typedef struct set_trace_file
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char trace_file_type; /* type of trace file */
unsigned char dual_files; /* dual trace files */
AP_UINT32 trace_file_size; /* trace file size */
unsigned char file_name[81]; /* file name */
unsigned char file_name_2[81]; /* second file name */
} SET_TRACE_FILE;
Supplied Parameters
The application supplies the following parameters: