High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (QUERY Verbs)
QUERY_DLUR_LU
Chapter 4 621
QUERY_DLUR_LU
QUERY_DLUR_LU returns information about active LUs that are using
the DLUR feature of SNAplus2. This verb can be used to obtain
information about a specific LU, or about multiple LUs, depending on the
options used.
This verb must be issued to a running node.
VCB Structure
typedef struct query_dlur_lu
{
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 lu_name[8]; /* LU name */
unsigned char pu_name[8]; /* PU name filter */
unsigned char filter; /* local / downstream filter */
} QUERY_DLUR_LU;
typedef struct dlur_lu_summary
{
AP_UINT16 overlay_size; /* size of returned entry */
unsigned char lu_name[8]; /* LU name */
} DLUR_LU_SUMMARY;
typedef struct dlur_lu_detail
{
AP_UINT16 overlay_size; /* size of returned entry */
unsigned char lu_name[8]; /* LU name */
unsigned char pu_name[8]; /* PU name of owning PU */
unsigned char dlus_name[17]; /* DLUS name if SSCP-LU session */