HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_DOWNSTREAM_LU_RANGE
unsigned char min_nau; /* Minimum NAU address in range */
unsigned char max_nau; /* Maximum NAU address in range */
} DELETE_DOWNSTREAM_LU_RANGE;
3.58.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_DOWNSTREAM_LU_RANGE
dslu_base_name
Base name for the names of the LUs. This is a 5-byte type-A EBCDIC string (starting with a letter), padded
on the right with EBCDIC spaces if the base name is less than 5 characters. SNAplus2 determines the names
of the LUs to be deleted by appending the 3-digit decimal value of each NAU address to this name.
min_nau
NAU address of the first LU, in the range 1–255.
max_nau
NAU address of the last LU, in the range 1–255.
3.58.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.58.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 dslu_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.58.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
284