HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_RCF_ACCESS
opcode
AP_DELETE_PORT
port_name
Name of port being deleted. This is an 8-byte ASCII string, right-padded with spaces if the name is shorter
than 8 characters.
3.73.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.73.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_PORT_NAME
The specified port name was not the name of a port defined on the SNAplus2 system.
Appendix B,
Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.73.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_PORT_ACTIVE
The specified port cannot be deleted because it is currently active.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_STATE_CHECK
, which
are common to all NOF verbs.
3.73.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.74 DELETE_RCF_ACCESS
DELETE_RCF_ACCESS prevents access to the SNAplus2 Remote Command Facility (RCF), which was previously
specified using DEFINE_RCF_ACCESS. For more information about RCF, see the HP-UX SNAplus2 Administration
Guide.
308