HP-UX SNAplus2 R7 NOF Programmer's Guide

Appendix BCommon Return Codes
AppendixB Common Return Codes
This appendix describes the primary and secondary return codes that are common to all NOF verbs.
Return codes that are specic to a particular verb, or a group of verbs, are described in the individual verb descriptions
in Chapter 3,
NOF API Verbs.
B.1 Communications Subsystem Not Active
If the verb does not execute because a required component is not active, SNAplus2 returns the following parameters:
primary_rc
AP_COMM_SUBSYSTEM_ABENDED
secondary_rc
One of the following:
AP_LOCAL_ABENDED
The SNAplus2 software has stopped.
AP_TARGET_ABENDED
The target node has stopped or the communication path to it has failed.
primary_rc
AP_COMM_SUBSYSTEM_NOT_LOADED
The SNAplus2 software is not active.
secondary_rc
Not used.
primary_rc
AP_NODE_NOT_STARTED
The target node has not been started.
secondary_rc
Not used.
primary_rc
AP_NODE_STOPPING
The target node is in the process of stopping (as a result of a TERM_NODE verb).
secondary_rc
Not used.
B.2 Indication
This return code does not signify an error.
821