High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_ADJACENT_LEN_NODE
Chapter 3 167
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
The
wildcard_lus
parameter was set to AP_YES, but
one or more of the specified LU names was already
defined on a different parent node.