Command Reference Guide

Administration Commands
dene_downstream_lu_range
The supplied parameters include a base name for the new LUs and the range of NAU addresses. The LU base
name and NAU addresses are combined to generate the new LU names. For example, a base name of LUNME
combined with a NAU address in the range
1114 results in the following LU names: LUNME011, LUNME012,
LUNME013 and LUNME014.
define_downstream_lu_range can also be used to dene downstream LUs used by applications that
communicate with a SNAplus2 Primary RUI application. For more information about Primary RUI, see HP-UX
SNAplus2 LUA Programmers Guide.
2.20.1 Supplied Parameters
Parameter name Type Length Default
[define_downstream_lu_range]
dslu_base_name character 5
description character 31 (null string)
min_nau decimal 1
max_nau decimal 1
dspu_name character 8
host_lu_name character 8
allow_timeout constant NO
delayed_logon constant NO
Supplied parameters are:
dslu_base_name
Base name for the names of the new LUs. This name is a type-A character string of 15 characters starting
with a letter. SNAplus2 generates an LU name for each LU by appending the 3-digit decimal value of the
NAU address to the base name.
description
A text string describing the downstream LUs; the same string is used for each LU in the range. SNAplus2
uses this string for information only. It is stored in the nodes conguration le and returned on the
query_downstream_lu command.
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 define_*_ls, where
* is replaced by the LS type) that the
downstream LUs in this range use. The name is a type-A character string starting with a letter.
host_lu_name
Name of the host LU or host LU pool to which the downstream LUs in the given range are mapped. The
name is an 8-byte type-A character string.
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#.
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:
YES
Allow the sessions this range of downstream LUs have with the upstream LU to timeout.
83