High Availability Monitors Version A.03.02 Release Notes

NOF Indications
DOWNSTREAM_LU_INDICATION
Chapter 6 1101
unsigned long send_data_frames; /* number of data frames sent */
unsigned long send_fmd_data_frames; /* num fmd data frames sent */
unsigned long send_data_bytes; /* number of data bytes sent */
unsigned long rcv_data_frames; /* number of data frames received */
unsigned long rcv_fmd_data_frames; /* num fmd data frames received */
unsigned long rcv_data_bytes; /* number of data bytes received */
unsigned char sidh; /* session ID high byte (from LFSID) */
unsigned char sidl; /* session ID low byte (from LFSID) */
unsigned char odai; /* ODAI bit set */
unsigned char ls_name[8]; /* Link station name */
unsigned char reserve; /* reserved */
} SESSION_STATS;
Parameters
opcode
AP_DOWNSTREAM_LU_INDICATION
primary_rc
AP_OK
data_lost
Specifies whether any previous downstream LU
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 downstream LU indications were
lost. Later fields in this VCB may be set to zeros.
AP_NO
No previous downstream LU indications were lost.
dspu_name
Name of the downstream PU associated with the
downstream LU. This is an 8-byte alphanumeric type-A
EBCDIC string (starting with a letter), padded on the
right with EBCDIC spaces.