HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_LU_LU_PASSWORD
AP_INVALID_LU_NAME
There were no LUs defined with names in the specified range.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_STATE_CHECK
, which
are common to all NOF verbs.
3.68.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.69 DELETE_LU_LU_PASSWORD
DELETE_LU_LU_PASSWORD deletes an LU-LU password associated with a local LU. LU-LU passwords are
deleted automatically when the local LU is deleted; you need only use this verb if you need to remove the password
but leave the LU configured.
3.69.1 VCB Structure
typedef struct delete_lu_lu_password
{
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]; /* LU name */
unsigned char lu_alias[8]; /* local LU alias */
unsigned char fqplu_name[17]; /* fully qualified partner LU name */
unsigned char reserv3; /* reserved */
} DELETE_LU_LU_PASSWORD;
3.69.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_LU_LU_PASSWORD
lu_name
LU name of the local LU, as defined to SNAplus2. This is an 8-byte type-A EBCDIC string, padded on the
right with spaces if the name is shorter than 8 bytes. To indicate that the LU is defined by its LU alias instead
of its LU name, set this parameter to 8 binary zeros.
lu_alias
LU alias of the local LU, as defined to SNAplus2. This is an 8-byte ASCII string, using any locally displayable
characters, padded on the right with spaces if the name is shorter than 8 bytes. It is used only if lu_name is
set to zeros.
To indicate the LU associated with the CP (the default LU), set both lu_name and lu_alias to 8 binary zeros.
fqplu_name
302