HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_ADJACENT_LEN_NODE
Chapter 3406
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.
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;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_ADJACENT_LEN_NODE
cp_name
The fully qualified name of the CP in the adjacent LEN
node. 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.
num_of_lus
The number of LUs to be deleted, in the range 1 to 10.
To delete the entire LEN node definition, specify zero.