HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
INIT_NODE
3.82.5 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
3.83 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.
3.83.1 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;
3.83.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_INIT_NODE
3.83.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
secondary_rc
Not used.
3.83.4 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
secondary_rc
Possible values are:
AP_INVALID_NODE_NAME
321