Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX SNAplus2 API NOF Programmer's Guide: HP-UX 11.0, 11i v1, and 11i v2 > Chapter 4 NOF API Verbs (QUERY Verbs)

QUERY_BCK_CS_TRACE

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

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 system to 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.

trace_flags

The types of tracing currently active. If no tracing is active, this is set to AP_BCK_NO_TRACE.

If tracing is being used on specific interfaces, this parameter is set to one or more values from the list below, combined using a logical OR operation.

AP_BCK_UDP_TRACE

UDP messages

AP_BCK_TCP_TRACE

TCP messages

AP_BCK_UDP_TEXT

Text strings describing UDP events

AP_BCK_TCP_TEXT

Text strings describing TCP events

AP_BCK_TEXT

Text strings describing other events

AP_BCK_MS_TRACE

Tracing on TRANSFER_MS_DATA verbs (passed to the MS library on the server)

Returned Parameters: Other Conditions

Appendix A “Common Return Codes” lists combinations of primary and secondary return codes that are common to all NOF verbs.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2003 Hewlett-Packard Development Company, L.P.