HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_NODE_LIMITS
NODE_RESOURCE_LIMITS max_limits; /* max numbers of LUs/sessions/users */
NODE_RESOURCE_LIMITS curr_usage; /* current usage of LUs/sessions/users*/
NODE_OPTIONS node_options; /* permitted functions */
unsigned char reserv4[4]; /* reserved */
NODE_RESOURCE_LIMITS max_usage; /* highest usage counts */
} QUERY_NODE_LIMITS;
typedef struct node_resource_limits
{
AP_INT32 lu62_tps; /* APPC/CPI-C applications */
AP_INT32 lua_tps; /* LUA applications */
AP_INT32 fmapi_tps; /* 3270 emulators or RJE wkstns */
AP_INT32 link_stations; /* Active link stations */
AP_INT32 tn3270_connections; /* TN3270 server connections */
AP_INT32 tn_redirector_connections; /* reserved */
AP_INT32 v4_sna_channels; /* reserved */
AP_INT32 v4_gsna_channels; /* reserved */
AP_INT32 data_sessions; /* Active PLU-SLU sessions */
AP_INT32 reserv1[11]; /* Reserved */
} NODE_RESOURCE_LIMITS;
typedef struct node_options
{
unsigned char network_node; /* is Network Node supported? */
unsigned char end_node; /* is End Node supported? */
unsigned char len_node; /* is LEN Node supported? */
unsigned char dlur_support; /* is DLUR supported? */
unsigned char pu_conc_support; /* is PU Conc supported? */
unsigned char tn_server_support; /* is TN Server supported? */
unsigned char hpr_support; /* level of HPR support */
unsigned char back_level_client; /* are back-level clients supported?*/
unsigned char reserv2; /* reserved */
unsigned char ssl_support; /* is SSL supported? */
unsigned char branch_network_node; /* is BrNN supported? */
unsigned char reserv1[21]; /* reserved */
} NODE_OPTIONS;
3.146.2 Supplied Parameters
The application supplies the following parameter:
opcode
AP_QUERY_NODE_LIMITS
3.146.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
max_limits.lu62_tps
The maximum number of APPC and CPI-C applications that your license allows you to have active at any
one time. A value of zero indicates that you cannot use any APPC and CPI-C applications; a value of
-1
indicates no limit.
593