High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (REGISTER_INDICATION_SINK to UNREGISTER_INDICATION_SINK)
TERM_NODE
Chapter 5 1075
TERM_NODE
TERM_NODE allows the application to stop the node with a specified
urgency. This also stops all connectivity resources associated with the
node.
If an RJE workstation is using LUs owned by the node, it will not
automatically stop when the node is stopped (unless it was started with
the “stop after inactivity” option); it must be stopped manually.
This verb must be issued to a running node.
VCB Structure
typedef struct term_node
{
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 */
} TERM_NODE;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_TERM_NODE
stop_type
Specifies how SNAplus2 should stop the node. Possible
values are:
AP_ABORT
Stop immediately without attempting any cleanup
processing. This value should be used only in serious
error conditions, because it may cause problems for
other programs using the node's resources.
AP_SHUTDOWN
Deactivate all LSs associated with the node before
stopping.