HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_LU_0_TO_3_RANGE
max_nau
NAU address of the last LU, in the range 1–255.
name_attributes
Specifies the extension type of the LUs. Possible values are:
AP_NONE
LU names have numbers that correspond to the NAU numbers. The numbers are specified in decimal
and the base_name parameter can contain only five characters.
AP_USE_BASE_NUMBER
Start deleting the LUs in the range from the value specified in the base_number parameter.
AP_USE_HEX_IN_NAME
The extension to the LU name is in hex rather than decimal. The base_name parameter can contain 6
characters if this value is specified.
base_number
If AP_USE_BASE_NUMBER is specified in the name_attributes parameter, specify a number from which to
start deleting the LUs in the range. This value will be used instead of the value of the min_nau parameter.
3.68.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.68.4 Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_INVALID_NAU_ADDRESS
The min_nau or max_nau parameter was not valid.
AP_INVALID_LU_NAME
The base_name parameter contained a character that was not valid.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.68.5 Returned Parameters: State Check
If the verb does not execute because of a state error, SNAplus2 returns the following parameters.
primary_rc
AP_STATE_CHECK
secondary_rc
301