High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (REGISTER_INDICATION_SINK to UNREGISTER_INDICATION_SINK)
START_DLC
Chapter 51050
START_DLC
START_DLC requests the activation of a DLC.
This verb must be issued to a running node.
VCB Structure
typedef struct start_dlc
{
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 dlc_name[8]; /* name of DLC */
} START_DLC;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_START_DLC
dlc_name
Name of the DLC 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 match the name of a
defined DLC.
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameter:
primary_rc
AP_OK
This return code indicates only that the verb was
issued successfully; the verb does not wait for the DLC
to initialize, and so does not return errorreturn codes if
the initialization of the DLC fails. DLC initialization
failures are reported using messages written to the
error log file.