High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (QUERY Verbs)
QUERY_LU_POOL
Chapter 4 771
unsigned char reserv1[16]; /* reserved */
unsigned char lu_name[8]; /* LU name */
unsigned char lu_sscp_sess_active; /* Is LU-SSCP session active */
unsigned char appl_conn_active; /* Is appl connection open */
unsigned char plu_sess_active; /* Is PLU-SLU session active */
} LU_POOL_DETAIL;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_QUERY_LU_POOL
overlay_size
For compatability with future releases of SNAplus2,
your application must use this field to determine the
exact length of the overlay structure returned, and
should not rely on the use of the sizeof() function.
buf_ptr
A pointer to a data buffer that SNAplus2 will use to
return the requested information.
buf_size
Size of the supplied data buffer.
num_entries
Maximum number of entries for which data should be
returned. If
list_options
is set to AP_SUMMARY, each
entry is a single LU pool; if
list_options
is set to
AP_DETAIL, each entry is an LU in a pool (or an entry
indicating an empty LU pool).
To request a specific entry rather than a range, specify
the value 1. To return as many entries as possible,
specify zero; in this case, SNAplus2 will return the
maximum number of entries that can be
accommodated in the supplied data buffer.
list_options
The position in the list from which SNAplus2 should