HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_LU_POOL
Chapter 3318
configuration file and returned on the
QUERY_LU_POOL verb, but SNAplus2 does not make
any other use of it.
num_lus
Number of LUs to be added to the pool. This can be
zero to define the pool without adding any LUs, or 1-10.
To create a pool containing more than 10 LUs, issue
multiple DEFINE_LU_POOL verbs for the same pool
name.
lu_names
Names of the LUs that are being assigned to the pool.
Each of these LUs must already be defined to
SNAplus2 as an LU of type 0-3. Each LU name is an
8-byte type-A EBCDIC string (starting with a letter),
padded on the right with EBCDIC spaces.
If a specified LU is currently assigned to a different
pool, SNAplus2 removes it from that pool (because an
LU cannot be in more than one pool) and assigns it to
the pool specified by this verb.
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK
Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2
returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_INVALID_LU_NAME
One or more of the supplied LU
names did not match any defined LU
name.
AP_INVALID_POOL_NAME
The
pool_name
parameter contained
a character that was not valid.