Administration Commands
delete_downstream_lu
State Check
If the command does not execute because of a state error, SNAplus2 returns the following parameters:
primary_rc
STATE_CHECK
secondary_rc
DLC_ACTIVE
The DLC cannot be deleted because it is currently active. Use stop_dlc to stop the DLC before attempting to delete it.
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.70 delete_downstream_lu
The delete_downstream_lu command deletes a downstream LU.
2.70.1 Supplied Parameters
Parameter name | Type | Length |
[delete_downstream_lu] |
|
|
dslu_name | character | 8 |
The supplied parameter is:
dslu_name
Name of the downstream LU to be deleted. This name is a
2.70.2 Returned Parameters
No parameters are returned by SNAplus2 when this command executes successfully.
2.70.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 dslu_name parameter contained a character that was not valid.
257