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 5 NOF API Verbs (REGISTER_INDICATION_SINK to UNREGISTER_INDICATION_SINK)

SET_TN_SERVER_TRACE

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

This verb specifies tracing options for the SNAplus2 TN server component.

This verb must be issued to a running node.

VCB Structure

typedef struct set_tn_server_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_UINT16 trace_flags; /* trace flags */
} SET_TN_SERVER_TRACE;

Supplied Parameters

The application supplies the following parameters:

opcode

AP_SET_TN_SERVER_TRACE

trace_flags

The types of tracing required. To turn off all tracing, or to turn on tracing of all types, specify one of the following values:

AP_TN_SERVER_NO_TRACE

No tracing.

AP_TN_SERVER_ALL_TRACE

Tracing of all types.

To activate tracing on specific message types, select one or more values from the list below, combined using a logical OR operation.

AP_TN_SERVER_TRC_TCP

TCP/IP interface tracing: messages between TN server and TN3270 clients

AP_TN_SERVER_TRC_FM

Node interface tracing: internal control messages, and messages between TN server and TN3270 clients (in internal format)

AP_TN_SERVER_TRC_CFG

Configuration message tracing: messages relating to the configuration of TN server

AP_TN_SERVER_TRC_NOF

Internal node operator function (NOF) tracing: trace NOF requests made by TN server.

Returned Parameters: Successful Execution

If the verb executes successfully, SNAplus2 returns the following parameters:

primary_rc

AP_OK

secondary_rc

Not used.

Returned Parameters: Other Conditions

Appendix A “Common Return Codes” lists further 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.