High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (QUERY Verbs)
QUERY_LU_POOL
Chapter 4770
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 speciļ¬c LU or pool,
or about multiple LUs or pools, depending on the options used.
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 */
AP_UINT16 total_num_entries; /* total number of entries */
unsigned char list_options; /* listing options */
unsigned char reserv3; /* reserved */
unsigned char pool_name[8]; /* Pool name */
unsigned char lu_name[8]; /* LU name */
} QUERY_LU_POOL;
typedef struct lu_pool_summary
{
AP_UINT16 overlay_size; /* size of returned entry */
unsigned char pool_name[8]; /* Pool name */
unsigned char description[32]; /* resource description */
unsigned char reserv1[16]; /* reserved */
AP_UINT16 num_active_lus; /* number of active lus */
} LU_POOL_SUMMARY;
typedef struct lu_pool_detail
{
AP_UINT16 overlay_size; /* size of returned entry */
unsigned char pool_name[8]; /* Pool name */
unsigned char description[32]; /* resource description */