 |
» |
|
|
 |
The delete_adjacent_len_node command deletes entries in the node directory database
for an adjacent LEN node and its associated LUs, or removes LU entries
for the LEN node without removing the LEN node itself. It is equivalent
to issuing a series of delete_directory_entry commands for the LEN node and its associated LUs. 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 3-17 type-A characters consisting of a 1-8
character network name, followed by a period, followed by a 1-8
character CP name. - lu_name
The name of each LU to be deleted. Each name is
an 8-byte type-A character string. To delete the entire LEN node
definition, do not specify any LU names. 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.
Returned Parameters |  |
No parameters are returned by SNAplus2 when this command executes successfully. 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. 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
One or more of the specified LU names contained
a character that was not valid.
If the command does not execute because of a state error,
SNAplus2 returns the following parameters: - primary_rc
STATE_CHECK - secondary_rc
Possible values are: - INVALID_CP_NAME
The specified CP name does not match the name of
a defined directory entry. - INVALID_LU_NAME
One or more of the specified LU names does not match any
defined LU name.
|