Administration Commands
delete_downstream_lu_range
State Check
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_LU_NAME
The dslu_name parameter did not match any defined downstream LU name.
DSLU_ACTIVE
The LU cannot be deleted because it is currently active.
Other Conditions
Appendix A, Common Return Codes from snapadmin Commands, lists combinations of primary and secondary return codes that are common to all commands.
2.71 delete_downstream_lu_range
The delete_downstream_lu_range command deletes a range of downstream LUs. The supplied parameters include a base name for the LUs and the range of NAU addresses. The LU base name and NAU addresses are combined to determine the range of LUs to delete. For example, a base name of LUNME combined with a NAU range of
All LUs with names in the specified range are deleted; SNAplus2 does not return an error if one or more names in the range do not exist.
2.71.1 Supplied Parameters
Parameter name | Type | Length | Default |
[delete_downstream_lu_range] |
|
| |
dslu_base_name | character | 5 |
|
min_nau | decimal |
| 1 |
max_nau | decimal |
| 1 |
Supplied parameters are:
dslu_base_name
Base name for the names of the LUs to be deleted. This name is a
min_nau
NAU address of the first LU to be deleted, in the range
max_nau
NAU address of the last LU to be deleted, in the range
258