HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
TERM_NODE
3.192.5 Returned Parameters: State Check
If the verb does not execute because of a state error, SNAplus2 returns the following parameters.
primary_rc
AP_STATE_CHECK
secondary_rc
AP_STOP_PORT_PENDING
The specified port is already in the process of being deactivated.
Appendix B,
Common Return Codes lists further secondary return codes associated with
AP_STATE_CHECK
, which
are common to all NOF verbs.
3.192.6 Returned Parameters: Cancelled
If the verb does not execute because it has been cancelled, SNAplus2 returns the following parameters:
primary_rc
AP_CANCELLED
The stop_type parameter specified an orderly stop, but the port was then stopped by a second verb
specifying an immediate stop or by a failure condition.
3.192.7 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.193 TERM_NODE
TERM_NODE allows the application to stop the node with a specified urgency. This also stops all connectivity
resources associated with the node.
If an RJE workstation is using LUs owned by the node, it will not automatically stop when the node is stopped
(unless it was started with the “stop after inactivity” option); it must be stopped manually.
This verb must be issued to a running node.
3.193.1 VCB Structure
typedef struct term_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 */
unsigned char stop_type; /* stop type */
} TERM_NODE;
3.193.2 Supplied Parameters
The application supplies the following parameters:
749