High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_LOCAL_LU
Chapter 3 427
DELETE_LOCAL_LU
The DELETE_LOCAL_LU verb deletes a local LU, and also deletes any
LU-LU passwords associated with the local LU.
VCB Structure
typedef struct delete_local_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 lu_name[8]; /* local LU name */
} DELETE_LOCAL_LU;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_LOCAL_LU
lu_name
Name of the local LU to be deleted. This is an 8-byte
type-A EBCDIC string (starting with a letter), padded
on the right with EBCDIC spaces if thename is shorter
than 8 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:
primary_rc
AP_PARAMETER_CHECK