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 (0–31 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
node’s configuration file and returned on the QUERY_DOWNSTREAM_LU verb, but SNAplus2 does not
make any other use of it.
min_nau
NAU address of the first LU, in the range 1–255.
max_nau
NAU address of the last LU, in the range 1–255.
dspu_name
Name of the downstream PU (as specified 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 field to the string #PRIRUI# in EBCDIC.
allow_timeout
Specifies 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 specified on the upstream LU definition. 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 field is ignored if the downstream LUs are used to communicate with a SNAplus2 Primary RUI application
instead of a host.
delayed_logon
144