HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DELETE_ADJACENT_LEN_NODE
AP_INVALID_UPDATE_TYPE
The dene_type parameter was not set to a valid value.
AP_INVALID_USERID
The user_id parameter contained a character that was not valid.
AP_NO_PROFILES
The verb was used to add proles to an existing user, but no proles were specied.
AP_TOO_MANY_PROFILES
The prole_count parameter was not set to a valid value.
AP_UNKNOWN_USER
The verb was used to add proles to an existing user, but the user_id parameter did not match an
existing user ID.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.49.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.50 DELETE_ADJACENT_LEN_NODE
DELETE_ADJACENT_LEN_NODE removes entries in the node directory database for an adjacent LEN node and
its associated LUs, or removes LU entries for the LEN node without removing the LEN node itself. It is equivalent
to issuing a series of DELETE_DIRECTORY_ENTRY verbs for the LEN node and its associated LUs.
3.50.1 VCB Structure
typedef struct delete_adjacent_len_node
{
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 cp_name[17]; /* CP name */
unsigned char num_of_lus; /* number of LUs */
unsigned char lu_names[10][8]; /* LU names */
unsigned char wildcard_lus; /* wildcard LUs */
} DELETE_ADJACENT_LEN_NODE;
3.50.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_ADJACENT_LEN_NODE
cp_name
271