HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF Indications
DLUS_INDICATION
AP_RESET_NO_RETRY
The PU is in reset state and will not be retried.
AP_RESET_RETRY
The PU is in reset state and will be retried.
AP_PEND_ACTPU
The PU is waiting for an ACTPU from the host.
AP_PEND_ACTPU_RSP
Having forwarded an ACTPU to the PU, DLUR is now waiting for the PU to respond to it.
AP_ACTIVE
The PU is active.
AP_PEND_DACTPU_RSP
Having forwarded a DACTPU to the PU, DLUR is now waiting for the PU to respond to it.
AP_PEND_INOP
DLUR is waiting for all necessary events to complete before it deactivates the PU.
dlus_name
Name of the dependent LU server (DLUS) node that the PU is currently using (or attempting to use). The
name is a 17-byte EBCDIC string, padded on the right with EBCDIC spaces. It consists of a network ID
of up to 8 A-string characters, an EBCDIC dot (period) character, and a network name of up to 8 A-string
characters. If the
reason parameter is set to
AP_FAILED, the dlus_name parameter is set to all zeros.
dlus_session_status
Status of the DLUS pipe currently being used by the PU. Possible values are:
AP_PENDING_ACTIVE
The DLUS pipe is currently being activated.
AP_ACTIVE
The DLUS pipe is active.
AP_PENDING_INACTIVE
The DLUS pipe is currently being deactivated.
AP_INACTIVE
The DLUS pipe is inactive.
4.6 DLUS_INDICATION
This indication is generated when a pipe to a DLUS node changes state between active and inactive. When the
pipe becomes inactive, the indication also includes pipe statistics.
4.6.1 VCB Structure
typedef struct dlus_indication
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
761