High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
INIT_NODE
Chapter 3 471
INIT_NODE
This verb starts a previously-defined node. The application must first
issue CONNECT_NODE to obtain a target handle for the node; it then
uses this target handle on the INIT_NODE call to identify the node to
start.
This verb must be issued to a server where the node is not running.
VCB Structure
typedef struct init_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 */
} INIT_NODE;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_INIT_NODE
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK
secondary_rc
Not used.
Returned Parameters: Parameter Check
If the verb does not execute because of a parameter check, SNAplus2
returns the following parameters:
primary_rc
AP_PARAMETER_CHECK