High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
APING
Chapter 3130
AP_UINT16 consec; /* number of consecutive sends */
unsigned char fqplu_name[17]; /* fully qualified partner LU name */
unsigned char echo; /* data echo flag */
AP_UINT16 iterations /* number of iterations */
AP_UINT32 alloc_time; /* time taken for ALLOCATE */
AP_UINT32 min_time; /* minimum send/receive time */
AP_UINT32 avg_time; /* average send/receive time */
AP_UINT32 max_time; /* maximum send/receive time */
AP_UINT16 partner_ver_len; /* size of string to receive */
PARTNER_VER_DATA partner_ver_data;
} APING;
typedef struct partner_ver_data
{
AP_UINT16 partner_ver_len; /* size of string to receive */
}
PARTNER_VER_DATA;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_APING
lu_name
LU name of the local LU. This is an 8-byte type-A
EBCDIC string, padded on the right with spaces if the
name is shorter than 8 characters. To indicate that the
LU is identified by its LU alias instead of its LU name,
set this parameter to 8 binary zeros and specify the LU
alias in the following parameter.
lu_alias
LU alias of the local LU. This parameter is used only if
the
lu_name
field is set to 8 binary zeros, and is ignored
otherwise. The alias is an 8-byte ASCII string, padded
on the right with spaces if the name is shorter than 8
bytes. To use the default LU (the LU associated with
the CP), set both the
lu_name
and
lu_alias
parameters to 8 binary zeros.
plu_alias