HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
INITIALIZE_SESSION_LIMIT
The node name specied in the conguration le does not match the name of the SNAplus2 computer
to which the verb was issued.
AP_NOT_SERVER
The node name specied in the conguration le matches the name of the SNAplus2 computer, but the
specied computer is a client (not a server) and cannot run the node.
AP_DLUR_NOT_SUPPORTED
The conguration of the node species that DLUR is supported, but the node is dened as a LEN node.
DLUR cannot be supported on a LEN node.
3.83.5 Returned Parameters: State Check
If the verb does not execute because of a state check, SNAplus2 returns the following parameters.
primary_rc
AP_STATE_CHECK
secondary_rc
Possible values are:
AP_NODE_ALREADY_STARTED
The specied node has already been started.
AP_RESOURCE_NOT_LOADED
The node was not started because SNAplus2 detected one or more errors while attempting to load its
conguration. Check the error log le for messages giving more details of the errors.
AP_INVALID_VERSION
The node was not started because there was a version mismatch between components of the SNAplus2
software. If you have upgraded your SNAplus2 license to include additional functions or users, check
that you are using the correct version of the licensing software.
Appendix B,
Common Return Codes lists further secondary return codes associated with
AP_STATE_CHECK
, which
are common to all NOF verbs.
3.83.6 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.84 INITIALIZE_SESSION_LIMIT
The INITIALIZE_SESSION_LIMIT verb initializes the session limits for a combination of local LU, partner LU,
and mode.
You must issue this verb before you issue an ACTIVATE_SESSION verb.
3.84.1 VCB Structure
typedef struct initialize_session_limit
{
AP_UINT16 opcode; /* verb operation code */
322