HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_ADJACENT_LEN_NODE
Chapter 3 167
You can specify a wildcard LU name to match multiple
LU names, by specifying only the initial characters of
the name. For example, the wildcard LU name “LU”
will match “LUNAME” or “LU01” (but will not match
“NAMELU”). However, all the LU names specified on a
single verb must be of the same type (wildcard or
explicit), as defined by the
wildcard_lus
parameter.
To add both types of LU names for the same LEN node,
use multiple DEFINE_ADJACENT_LEN_NODE
verbs.
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_CP_NAME
The
cp_name
parameter contained a
character that was not valid.
AP_INVALID_LU_NAME
One or more of the specified LU
names contained a character that
was not valid.
AP_INVALID_NUM_LUS
The
num_of_lus
parameter was not
in the valid range.
AP_INVALID_WILDCARD_NAME