High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_PORT
Chapter 3 447
DELETE_PORT
DELETE_PORT deletes a port. This verb also deletes the following:
All link stations and connection network TGs associated with the
port.
All PUs associated with LSs on the port, all LUs owned by these PUs,
and all LU-LU passwords associated with these LUs.
The port must be inactive when the verb is issued.
VCB Structure
typedef struct delete_port
{
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 port_name[8]; /* name of port */
} DELETE_PORT;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_PORT
port_name
Name of port being deleted. This is an 8-byte ASCII
string,right-paddded 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