High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_PARTNER_LU
Chapter 3 445
DELETE_PARTNER_LU
The DELETE_PARTNER_LU verb deletes a partner LU definition.
VCB Structure
typedef struct delete_partner_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 fqplu_name[17]; /* fully qualified partner LU name */
} DELETE_PARTNER_LU;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_PARTNER_LU
fqplu_name
Fully qualified LU name for the partner LU 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.
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK
Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2
returns the following parameters: