High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (REGISTER_INDICATION_SINK to UNREGISTER_INDICATION_SINK)
STOP_INTERNAL_PU
Chapter 51066
STOP_INTERNAL_PU
STOP_INTERNAL_PU requests DLUR to initiate SSCP-PU session
deactivation for a previously defined local PU which is served by DLUR.
This verb must be issued to a running node.
VCB Structure
typedef struct stop_internal_pu
{
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 pu_name[8]; /* internal PU name */
unsigned char stop_type; /* type of stop requested */
} STOP_INTERNAL_PU;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_STOP_INTERNAL_PU
pu_name
Name of the internal PU for which the SSCP-PU
session will be deactivated. This is an 8-byte type-A
EBCDIC string (starting with a letter), padded to the
right with EBCDIC spaces.
stop_type
Specifies how to stop the PU. Possible values are:
AP_ORDERLY_STOP
Deactivate all underlying PLU-SLU and SSCP-LU
sessions before deactivating the SSCP-PU session.
AP_IMMEDIATE_STOP
Deactivate the SSCP-PU session immediately.
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following