High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (QUERY Verbs)
QUERY_FOCAL_POINT
Chapter 4 681
QUERY_FOCAL_POINT
QUERY_FOCAL_POINT returns information about the focal point for a
speciļ¬c Management Services category, or about multiple focal points,
depending on the options used.
VCB Structure
typedef struct query_focal_point
{
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 ms_category[8]; /* name of MS category */
} QUERY_FOCAL_POINT;
typedef struct fp_data
{
AP_UINT16 overlay_size; /* size of returned entry */
unsigned char ms_appl_name[8]; /* focal point application name */
unsigned char ms_category[8]; /* focal point category */
unsigned char description[32]; /* resource description */
unsigned char reserv1[16]; /* reserved */
unsigned char fp_fqcp_name[17]; /* focal point fully qualified */
/* cp name */
unsigned char bkup_appl_name[8]; /* backup focal point */
/* application name */
unsigned char bkup_fp_fqcp_name[17]; /* backup fp fully qualified cp */
/* name */
unsigned char implicit_appl_name[8]; /* implicit focal point appl name */
unsigned char implicit_fp_fqcp_name[17]; /* implicit fp fully qualified */
/* cp name */
unsigned char fp_type; /* focal point type */
unsigned char fp_status; /* focal point status */