HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_LU_POOL
AP_BASIC
Basic security protocols in use.
AP_ENHANCED
Enhanced security protocols in use.
3.132.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_LU_ALIAS
The supplied lu_alias parameter did not match the alias of any configured LU.
AP_INVALID_LU_NAME
The supplied lu_name parameter did not match the name of any configured LU.
AP_INVALID_LIST_OPTION
The list_options parameter was not set to a valid value.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.132.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.133 QUERY_LU_POOL
QUERY_LU_POOL returns information about LU pools and the LUs that belong to them.
This verb can be used to obtain information about a specific LU or pool, or about multiple LUs or pools, depending
on the options used.
3.133.1 VCB Structure
typedef struct query_lu_pool
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char *buf_ptr; /* pointer to buffer */
AP_UINT32 buf_size; /* buffer size */
AP_UINT32 total_buf_size; /* total buffer size required */
AP_UINT16 num_entries; /* number of entries */
530