Administration Commands
delete_lu_0_to_3_range
2.79.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
INVALID_LU_NAME
The supplied LU name contained a character that was not valid.
State Check
If the command does not execute because of a state error, SNAplus2 returns the following parameters:
primary_rc
STATE_CHECK
secondary_rc
INVALID_LU_NAME
The supplied LU name is not the name of an LU defined on the SNAplus2 node.
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.80 delete_lu_0_to_3_range
The delete_lu_0_to_3_range command is used to delete a range of LUs used for 3270 emulation, RJEor LUA (LUs of type 0, 1, 2, or 3).
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.80.1 Supplied Parameters
Parameter name | Type | Length | Default |
[delete_lu_0_to_3_range] |
|
|
|
base_name | character | 6 |
|
name_attributes | constant |
| NONE |
base_number | decimal |
| 0 |
min_nau | decimal |
| 1 |
max_nau | decimal |
| 1 |
Supplied parameters are:
270