High Availability Monitors Version A.03.02 Release Notes

NOF Indications
DLUR_LU_INDICATION
Chapter 61090
DLUR_LU_INDICATION
This indication is generated when a DLUR LU is activated or
deactivated. This indication can be used by a registered application to
maintain a list of currently active DLUR LUs.
VCB Structure
typedef struct dlur_lu_indication
{
AP_UINT16 opcode; /* Indication 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 data_lost; /* Previous indication lost? */
unsigned char reason; /* reason for this indication */
unsigned char lu_name[8]; /* LU name */
unsigned char pu_name; /* PU name */
unsigned char nau_address; /* NAU address */
unsigned char reserv5[7]; /* reserved */
} DLUR_LU_INDICATION;
Parameters
opcode
AP_DLUR_LU_INDICATION
primary_rc
AP_OK
data_lost
Specifies whether any previous directory indications
have been lost. If SNAplus2 detects a condition that
prevents it from sending an indication (for example an
internal resource shortage), it indicates this by setting
the
data_lost
parameter on the next indication after
the condition has cleared. Possible values are:
AP_YES
One or more previous directory indications were lost.
Later fields in this VCB may be set to zeros.
AP_NO