HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
START_INTERNAL_PU
Name of the DLC to be started. This is an 8-byte ASCII string, padded on the right with spaces if the name
is shorter than 8 bytes, which must match the name of a dened DLC.
3.185.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameter:
primary_rc
AP_OK
This return code indicates only that the verb was issued successfully; the verb does not wait for the DLC to
initialize, and so does not return error return codes if the initialization of the DLC fails. DLC initialization
failures are reported using messages written to the error log le.
3.185.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
AP_INVALID_DLC
The
dlc_name parameter was not the name of a dened DLC.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK
,
which are common to all NOF verbs.
3.185.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_DLC_DEACTIVATING
The specied DLC has already been started, and is 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.185.6 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.186 START_INTERNAL_PU
START_INTERNAL_PU requests DLUR to initiate SSCP-PU session activation for a previously dened local PU
which is served by DLUR.
734