HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF Indications
PLU_INDICATION
This value is returned only when the application is connected to the master configuration file (specified
by the requested_role parameter on OPEN_FILE). Another server has now taken over as master, so the
target file is no longer the master configuration file. If the application needs to make further changes to
the running configuration, it must use CLOSE_FILE to end its connection with the file, and then issue
OPEN_FILE again to access the new master configuration file.
dead_target_handle
The target handle of the failed target or of the file that is no longer the master configuration file. The
application should not attempt to issue any further verbs for this target handle except DISCONNECT_NODE
or CLOSE_FILE.
If status is set to
AP_LOCAL_ABENDED, this parameter is reserved.
4.19 PLU_INDICATION
This indication is generated when a local LU begins to communicate with a partner LU. This occurs either when
the first ALLOCATE to this PLU is processed or when the first BIND is received from this PLU. The indication is
also generated if the partner LU’s CP name changes.
4.19.1 VCB Structure
typedef struct plu_indication
{
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; /* has previous indication */
/* been lost? */
unsigned char removed; /* is entry being removed? */
unsigned char lu_alias[8]; /* LU alias */
unsigned char plu_alias[8]; /* partner LU alias */
unsigned char fqplu_name[17]; /* fully qualified partner */
/* LU name */
unsigned char description[32]; /* resource description */
unsigned char reserv1[16]; /* reserved */
unsigned char partner_cp_name[17]; /* partner CP name */
unsigned char partner_lu_located; /* partner CP name resolved? */
unsigned char reserva[20]; /* reserved */
} PLU_INDICATION;
4.19.2 Parameters
opcode
AP_PLU_INDICATION
primary_rc
AP_OK
data_lost
Specifies whether any previous PLU 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:
794