Administration Commands
delete_adjacent_len_node
2.63.1 Supplied Parameters
Parameter name | Type | Length | Default |
[delete_adjacent_len_node] |
|
| |
cp_name | character | 17 |
|
lu_name | character | 8 |
|
wildcard_lus | constant |
| NO |
(Up to ten lu_name parameters can be specified.)
Supplied parameters are:
cp_name
The fully qualified name of the CP in the adjacent node. Specify
lu_name
The name of each LU to be deleted. Each name is an
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 specified on a single command must be of the same type (wildcard or explicit), as defined by the wildcard_lus parameter. To remove both types of LU names from the same LEN node, use multiple delete_adjacent_len_node commands.
wildcard_lus
Indicates whether the specified LU names are wildcard entries or explicit LU names. Possible values are:
YES
The specified LU names are wildcard entries.
NO
The specified LU names are explicit entries.
2.63.2 Returned Parameters
No parameters are returned by SNAplus2 when this command executes successfully.
2.63.3 Error Return Codes
If the command cannot be executed, SNAplus2 returns a primary return code to indicate the type of error and a secondary return code to provide specific details about the reason for unsuccessful execution.
Parameter Check
If the command does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
PARAMETER_CHECK
secondary_rc
Possible values are:
INVALID_CP_NAME
The cp_name parameter contained a character that was not valid.
INVALID_LU_NAME