High Availability Monitors Version A.03.02 Release Notes
NOF Indications
REGISTRATION_FAILURE
Chapter 6 1147
REGISTRATION_FAILURE
REGISTRATION_FAILURE indicates that an attempt to register
resources with the network node server failed.
VCB Structure
typedef struct registration_failure
{
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 data_lost; /* previous indication lost */
unsigned char resource_name[17]; /* network qualified resource name */
AP_UINT16 resource_type; /* resource type */
unsigned char description[32]; /* resource description */
unsigned char reserv1[16]; /* reserved */
unsigned char reserv2b[2]; /* reserved */
AP_UINT32 sense_data; /* sense data */
unsigned char reserva[20]; /* reserved */
} REGISTRATION_FAILURE;
Parameters
opcode
AP_REGISTRATION_FAILURE
primary_rc
AP_OK
data_lost
Specifies whether any previous registration failure
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 registration failure indications
were lost. Later fields in this VCB may be set to zeros.