High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_DIRECTORY_ENTRY
Chapter 3 407
DELETE_DIRECTORY_ENTRY
DELETE_DIRECTORY_ENTRY deletes an entry in the Network
Directory.
If the entry for a parent resource is deleted, then all entries for child
resources associated with it are also deleted. For example, if you delete
the entry for a network node that is the parent of an end node, then the
entries for the end node and all LUs associated with both nodes
(including wildcard LU entries) are deleted as well as the entry for the
network node.
VCB Structure
typedef struct delete_directory_entry
{
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 resource_name[17]; /* fully qualified resource name */
unsigned char reserv3; /* reserved */
AP_UINT16 resource_type; /* resource type */
} DELETE_DIRECTORY_ENTRY;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_DIRECTORY_ENTRY
resource_name
Fully qualified name of the resource 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.
resource_type
Specifies the type of the resource to be deleted.
Possible values are:
AP_ENCP_RESOURCE