HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_PARTNER_LU
Possible values are:
AP_CP_OR_SNA_SVCMG_UNDELETABLE
The specified mode name is one of the SNA-defined mode names, and cannot be deleted.
AP_MODE_NAME_NOT_DEFD
The specified mode name is not the name of a mode defined on the SNAplus2 system.
AP_DEL_MODE_DEFAULT_SPCD
The specified mode was defined as the default mode using the DEFINE_DEFAULTS verb, so it cannot
be deleted.
AP_MODE_UNDELETABLE
The specified mode name is one of the SNA-defined mode names, and cannot be deleted.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK
,
which are common to all NOF verbs.
3.71.5 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.72 DELETE_PARTNER_LU
The DELETE_PARTNER_LU verb deletes a partner LU definition.
3.72.1 VCB Structure
typedef struct delete_partner_lu
{
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 fqplu_name[17]; /* fully qualified partner LU name */
} DELETE_PARTNER_LU;
3.72.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_PARTNER_LU
fqplu_name
Fully qualified LU name for the partner LU to be deleted. The name is a 17-byte EBCDIC string, right-padded
with EBCDIC spaces. It consists of a network ID of up to 8 A-string characters, an EBCDIC dot (period)
character, and a network name of up to 8 A-string characters.
306