HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DEFINE_DOWNSTREAM_LU_RANGE
unsigned char delayed_logon; /* Allow delayed logon to host LU */
unsigned char reserv4[6]; /* reserved */
} DEFINE_DOWNSTREAM_LU_RANGE;
3.23.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DEFINE_DOWNSTREAM_LU_RANGE
dslu_base_name
Base name for the names of the new LUs. This is a 5-byte type-A EBCDIC string (starting with a letter),
padded on the right with EBCDIC spaces if the base name is less than 5 characters. SNAplus2 generates the
LU name for each LU by appending the 3-digit decimal value of the NAU address to this name.
description
A null-terminated text string (031 characters followed by a null character) describing the downstream LUs
(the same string is used for each LU in the range). This string is for information only; it is stored in the
nodes conguration le and returned on the QUERY_DOWNSTREAM_LU verb, but SNAplus2 does not
make any other use of it.
min_nau
NAU address of the rst LU, in the range 1255.
max_nau
NAU address of the last LU, in the range 1255.
dspu_name
Name of the downstream PU (as specied on the DEFINE_LS verb) which the downstream LUs in this range
will use. This is an 8-byte type-A EBCDIC string (starting with a letter), padded on the right with EBCDIC
spaces if necessary.
host_lu_name
Name of host LU or host LU pool that the downstream LUs in the given range will be mapped to. This is
an 8-byte type-A EBCDIC string, padded on the right with EBCDIC spaces if necessary.
If the downstream LUs are used to communicate with a SNAplus2 Primary RUI application instead of a host,
set this eld to the string #PRIRUI# in EBCDIC.
allow_timeout
Species whether to allow the sessions this range of downstream LUs have with the upstream LU to timeout
if the session is left inactive for the timeout period specied on the upstream LU denition. Possible values
are:
AP_YES
Allow the sessions this range of downstream LUs have with the upstream LU to timeout.
AP_NO
Do not allow the session this range of downstream LUs have with the upstream LU to timeout.
This eld is ignored if the downstream LUs are used to communicate with a SNAplus2 Primary RUI application
instead of a host.
delayed_logon
144