High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (REGISTER_INDICATION_SINK to UNREGISTER_INDICATION_SINK)
START_PORT
Chapter 51060
START_PORT
START_PORT requests the activation of a port. The DLC specified for
the port must be active before this verb is issued.
This verb must be issued to a running node.
VCB Structure
typedef struct start_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 port_name[8]; /* name of port */
} START_PORT;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_START_PORT
port_name
Name of port to be started. 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
defined by a DEFINE_PORT verb.
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK
Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2
returns the following parameters: