High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_LS
Chapter 3 429
DELETE_LS
DELETE_LS deletes a defined Link Station (LS). This verb also deletes
the PU associated with the LS, all LUs owned by this PU, and all LU-LU
passwords associated with these LUs. The LS cannot be deleted if it is
active.
VCB Structure
typedef struct delete_ls
{
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 ls_name[8]; /* name of link station */
} DELETE_LS;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_LS
ls_name
Name of link station being deleted. This is an 8-byte
ASCII string, padded on the right with spaces if the
name 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: