HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
CHANGE_SESSION_LIMIT
primary_rc
AP_DEALLOC_ABEND
The partner TP deallocated the conversation because of an error condition. The reason for the error
may be logged on the remote node.
3.4.7 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.5 CHANGE_SESSION_LIMIT
The CHANGE_SESSION_LIMIT verb requests SNAplus2 to change the session limits for a particular LU-LU-mode
combination. Sessions may be activated or deactivated as a result of processing this verb.
This verb must be issued to a running node.
3.5.1 VCB Structure
typedef struct change_session_limit
{
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 */
unsigned char lu_name[8]; /* local LU name */
unsigned char lu_alias[8]; /* local LU alias */
unsigned char plu_alias[8]; /* partner LU alias */
unsigned char fqplu_name[17]; /* fully qualified partner */
/* LU name */
unsigned char reserv3; /* reserved */
unsigned char mode_name[8]; /* mode name */
unsigned char reserv3a; /* reserved */
unsigned char set_negotiable; /* set max negotiable limit? */
AP_UINT16 plu_mode_session_limit; /* session limit */
AP_UINT16 min_conwinners_source; /* minimum source contention */
/* winner sessions */
AP_UINT16 min_conwinners_target; /* minimum target contention */
/* winner sessions */
AP_UINT16 auto_act; /* auto activation limit */
unsigned char responsible; /* who is responsible for */
/* deactivating */
unsigned char reserv4[3]; /* reserved */
AP_UINT32 sense_data; /* sense data */
} CHANGE_SESSION_LIMIT;
3.5.2 Supplied Parameters
The application supplies the following parameters:
opcode
93