HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DELETE_LU_POOL
Fully qualied LU name for the partner LU, as dened to SNAplus2. The name is a 17-byte EBCDIC string,
right-padded with EBCDIC spaces. It consists of a network ID of up to 8 A-string characters, an EBCDIC
dot (period) character, and a network name of up to 8 A-string characters.
3.69.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.69.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
AP_INVALID_PLU_NAME
The
fqplu_name parameter was not valid.
AP_INVALID_LU_NAME
The lu_name parameter was not valid.
AP_INVALID_LU_ALIAS
The lu_alias parameter 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.69.5 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
3.70 DELETE_LU_POOL
DELETE_LU_POOL is used to do one of the following:
Remove one or more LUs from a pool
Remove all LUs from a pool and delete the pool
This verb does not delete the LUs; they remain dened, but are not associated with any pool.
3.70.1 VCB Structure
typedef struct delete_lu_pool
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
303