High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (REGISTER_INDICATION_SINK to UNREGISTER_INDICATION_SINK)
STOP_PORT
Chapter 51072
STOP_PORT
STOP_PORT allows the application to stop a port. This also stops any
active LSs that are using the port.
This verb must be issued to a running node.
VCB Structure
typedef struct stop_port
{
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 port_name[8]; /* name of port */
} STOP_PORT;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_STOP_PORT
stop_type
Type of stop processing required. Possible values are:
AP_ORDERLY_STOP
SNAplus2 will perform cleanup operations before
stopping the port.
AP_IMMEDIATE_STOP
SNAplus2 will stop the port immediately.
port_name
Name of port to be stopped. This is an 8-byte ASCII
string, padded on the right with spaces if the name is
shorter than 8 bytes.
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following