HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DELETE_ADJACENT_LEN_NODE
The fully qualied name of the CP in the adjacent LEN node. The name is a 17-byte EBCDIC string, right-
padded with EBCDIC spaces. It consists of a network ID of up to 8 A-string characters, an EBCDIC dot
(period) character, and a network name of up to 8 A-string characters.
num_of_lus
The number of LUs to be deleted, in the range 1 to 10. To delete the entire LEN node denition, specify
zero.
lu_names
The names of the LUs on the LEN node to be deleted. Each name is an 8-byte type-A EBCDIC character
string, right-padded with EBCDIC spaces. Do not specify any LU names if you are deleting the entire LEN
node denition (if
num_of_lus is zero).
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 APPN.LU will match APPN.LUNAME or APPN.LU01
(but will not match APPN.NAMELU). However, all the LU names specied on a single verb must be of the
same type (wildcard or explicit), as dened by the wildcard_lus parameter below. To remove both types of
LU names from the same LEN node, use multiple DELETE_ADJACENT_LEN_NODE verbs.
wildcard_lus
Indicates whether the specied LU names are wildcard entries or explicit LU names. Possible values are:
AP_YES
The specied LU names are wildcard entries.
AP_NO
The specied LU names are explicit entries.
3.50.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.50.4 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 specied LU names contained a character that was not valid.
AP_INVALID_NUM_LUS
The num_of_lus parameter was not in the valid range.
3.50.5 Returned Parameters: State Check
If the verb does not execute because of a state error, SNAplus2 returns the following parameters.
272