HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (QUERY Verbs)
QUERY_BCK_CS_TRACE
Chapter 4530
QUERY_BCK_CS_TRACE
This verb returns information about the current options for back-level
client-server tracing (tracing of data sent between a current-level
SNAplus2 server and a back-level server or client). It is used only when
you are in the processs of migrating a client-server SNAplus2 systemto a
new release of the software, so that one or more servers are running the
current-level software and providing support for computers running the
back-level software. For more information about the migration process
and on support for back-level computers, see the HP-UX SNAplus2
Upgrade Guide.
This verb must be issued to a running node on a computer where the
back-level support software is running (for more information, see the
HP-UX SNAplus2 Upgrade Guide).
VCB Structure
typedef struct query_bck_cs_trace
{
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_UINT32 trace_flags; /* trace flags */
} QUERY_BCK_CS_TRACE;
Supplied Parameters
The application supplies the following parameter:
opcode
AP_QUERY_BCK_CS_TRACE
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK
secondary_rc
Not used.