High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (QUERY Verbs)
QUERY_TRACE_TYPE
Chapter 4 983
QUERY_TRACE_TYPE
This verb returns information about the current tracing options for
SNAplus2 kernel components. For more information about tracing
options, see the HP-UX SNAplus2 Administration Guide.
This verb does not return information about DLC line tracing. To do this,
use the QUERY_DLC_TRACE verb.
This verb must be issued to a running node.
VCB Structure
typedef struct query_trace_type
{
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 */
AP_UINT16 trace_flags; /* trace flags */
AP_UINT32 truncation_length; /* truncate each msg to this size */
AP_UINT16 internal_level; /* reserved */
AP_UINT32 api_flags; /* reserved */
} QUERY_TRACE_TYPE;
Supplied Parameters
The application supplies the following parameter:
opcode
AP_QUERY_TRACE_TYPE
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK