HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
START_LS
AP_ACTIVATION_LIMITS_REACHED
The activation limits have been reached.
AP_LINK_DEACT_IN_PROGRESS
The specied LS is currently being deactivated. You cannot start it until the deactivation process has
nished.
AP_ALREADY_STARTING
The specied LS is already starting.
AP_PARALLEL_TGS_NOT_SUPPORTED
A link to the remote system is already active. The adjacent node does not support parallel transmission
groups.
AP_PORT_INACTIVE
The LS cannot be started because its associated port is not active.
react_kicked
Species whether SNAplus2 will retry the attempt to activate the LS (based on the react_timer_retry parameter
in the LS denition). Possible values are:
AP_YES
LS activation will be retried (up to the number of attempts specied by react_timer_retry).
AP_NO
LS activation will not be retried.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_STATE_CHECK
, which
are common to all NOF verbs.
3.187.6 Returned Parameters: Unsuccessful
If the verb does not execute successfully because the SNA subsystem on the remote computer cannot be contacted,
SNAplus2 returns the following parameters:
primary_rc
AP_LS_FAILURE
secondary_rc
Possible values are:
AP_PARTNER_NOT_FOUND
No response was received from the port associated with this LS. For Token Ring, Ethernet, FDDI:
check that the mac_address parameter in the LS denition is correct.
AP_ERROR
The connection to the remote computer could not be established. This may be because the SNA
subsystem on the remote computer is not started. For link types other than LAN types (Token Ring,
Ethernet, FDDI), it may also indicate that SNAplus2 could not nd a remote computer matching the
supplied addressing information.
3.187.7 Returned Parameters: Cancelled
If the verb does not execute because it was cancelled by another verb, SNAplus2 returns the following parameters:
primary_rc
AP_CANCELLED
739