HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
RESET_SESSION_LIMIT
This is an 8-byte ASCII string, using any locally displayable characters, padded on the right with spaces if
the name is shorter than 8 bytes. To indicate that the partner LU is defined by its fully qualified LU name
instead of its LU alias, set this parameter to 8 binary zeros.
fqplu_name
Fully qualified LU name for the partner LU, as defined to SNAplus2. This parameter is used only if the
plu_alias field is set to zeros; it is ignored if plu_alias is specified.
The name is a 17-byte EBCDIC string, right-padded with EBCDIC spaces. It consists of a network ID of
up to 8 A-string characters, an EBCDIC dot (period) character, and a network name of up to 8 A-string
characters.
mode_name
Name of the mode for which to reset session limits. This parameter is ignored if mode_name_select is set to
AP_ALL.
This is an 8-byte alphanumeric type-A EBCDIC string (starting with a letter), padded on the right with
EBCDIC spaces if the name is shorter than 8 bytes.
mode_name_select
Selects whether session limits should be reset on a single specified mode, or on all modes between the local
and partner LUs. Possible values are:
AP_ONE
Reset session limits on the mode specified by mode_name.
AP_ALL
Reset session limits on all modes.
set_negotiable
Specifies whether the maximum negotiable session limit for this LU-LU-mode combination should be reset
to zero. (The current limit may be the limit specified for the mode, or may have been changed by
initialize_session_limit or change_session_limit). Possible values are:
AP_YES
Reset the maximum negotiable session limit for this LU-LU-mode combination to zero so that sessions
cannot be activated until it is changed by INITIALIZE_SESSION_LIMIT.
AP_NO
Leave the maximum negotiable session limit unchanged.
responsible
Indicates whether the source (local) or target (partner) LU is responsible for deactivating sessions after the
session limit is reset. Possible values are:
AP_SOURCE
The local LU is responsible for deactivating sessions.
AP_TARGET
The partner LU is responsible for deactivating sessions.
drain_source
Specifies whether the source LU satisfies waiting session requests before deactivating a session. Possible
values are:
AP_YES
704