High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (REGISTER_INDICATION_SINK to UNREGISTER_INDICATION_SINK)
STOP_LS
Chapter 5 1069
STOP_LS
STOP_LS stops an active LS. Alternatively, it can be issued for an
inactive LS, to specify that the LS cannot be activated automatically by
SNAplus2 when required or activated by the remote system; if both of
these are disabled, the LS can be activated only by issuing START_LS.
This verb must be issued to a running node.
VCB Structure
typedef struct stop_ls
{
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 stop_type; /* stop type */
unsigned char ls_name[8]; /* name of link station */
unsigned char disable; /* disable remote or auto activation? */
unsigned char reserved[3] /* reserved */
} STOP_LS;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_STOP_LS
stop_type
Type of stop processing required. Possible values are:
AP_ORDERLY_STOP
SNAplus2 will perform cleanup operations before
stopping the LS.
AP_IMMEDIATE_STOP
SNAplus2 will stop the LS immediately.
ls_name
Name of LS to be stopped. This is an 8-byte ASCII
string, padded on the right with spaces if the name is
shorter than 8 bytes, which must already have been