HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_LOCAL_LU
3.62.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
Possible values are:
AP_PU_NOT_RESET
The PU cannot be deleted because it still has an active PU-SSCP session.
AP_INVALID_PU_TYPE
The specified PU is a remote PU and not an internal PU.
3.62.6 Returned Parameters: Function Not Supported
If the verb does not execute because the node’s configuration does not support it, SNAplus2 returns the following
parameter:
primary_rc
AP_FUNCTION_NOT_SUPPORTED
The node does not support DLUR; this is defined by the
dlur_support parameter on DEFINE_NODE.
3.62.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.63 DELETE_LOCAL_LU
The DELETE_LOCAL_LU verb deletes a local LU, and also deletes any LU-LU passwords associated with the
local LU.
3.63.1 VCB Structure
typedef struct delete_local_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 lu_name[8]; /* local LU name */
} DELETE_LOCAL_LU;
3.63.2 Supplied Parameters
The application supplies the following parameters:
opcode
292