HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_DLC
secondary_rc
Possible values are:
AP_INVALID_FQ_LU_NAME
The resource_name parameter was not the name of a defined directory entry.
AP_INVALID_RESOURCE_TYPE
The resource_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.55.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_CANT_DELETE_ADJ_ENDNODE
The specified entry is for an end node, and the node to which this verb was issued is its network node
server. You cannot delete this end node entry.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_STATE_CHECK, which
are common to all NOF verbs.
3.55.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.56 DELETE_DLC
DELETE_DLC deletes a DLC. This verb also deletes the following:
• All ports, link stations and connection network TGs associated with the DLC
• All PUs associated with LSs on the DLC, all LUs owned by these PUs, and all LU-LU passwords associated
with these LUs.
3.56.1 VCB Structure
typedef struct delete_dlc
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char dlc_name[8]; /* name of DLC */
} DELETE_DLC;
280