HP-UX SNAplus2 R7 Administration Command Reference
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 11–14 deletes the following LUs: LUNME011, LUNME012, LUNME013, and LUNME014.
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 type-A character string of 1–5 characters
starting with a letter. SNAplus2 appends the 3-digit decimal value of each NAU address to this name to
determine which LUs to delete.
min_nau
NAU address of the first LU to be deleted, in the range 1–255.
max_nau
NAU address of the last LU to be deleted, in the range 1–255.
258