HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
STOP_INTERNAL_PU
AP_OK
3.189.4 Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_INVALID_DLC
The dlc_name parameter did not match the name of a dened DLC.
AP_UNRECOGNIZED_DEACT_TYPE
The stop_type parameter was not set to a valid value.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK
,
which are common to all NOF verbs.
3.189.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_DLC_PENDING
The specied DLC is already in the process of being stopped.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_STATE_CHECK
, which
are common to all NOF verbs.
3.189.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 specied an orderly stop, but the DLC was then stopped by a second command
specifying an immediate stop or by a failure condition.
3.189.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.190 STOP_INTERNAL_PU
STOP_INTERNAL_PU requests DLUR to initiate SSCP-PU session deactivation for a previously dened local PU
which is served by DLUR.
743