HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_TRACE_FILE
def_data.timeout
Timeout in seconds after the TP is loaded.
def_data.type
Indicates the TP type. Possible values are:
AP_TP_TYPE_QUEUED
AP_TP_TYPE_QUEUED_BROADCAST
AP_TP_TYPE_NON_QUEUED
def_data.ltv_length
Length of the LTV data buffer appended to this structure.
3.166.4 Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_INVALID_TP_NAME
The
tp_name parameter did not match the name of a defined TP.
AP_INVALID_LU_ALIAS
The lu_alias parameter did not match any defined LU alias.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.166.5 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
3.167 QUERY_TRACE_FILE
This verb returns information about the files that SNAplus2 uses to record trace data.
This verb must be issued to a running node.
3.167.1 VCB Structure
typedef struct query_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 */
690