High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (QUERY Verbs)
QUERY_PARTNER_LU
Chapter 4 847
names.
AP_LIST_BY_ALIAS
The list is returned in order of LU alias rather than LU
name. This option is only valid if AP_FIRST_IN_LIST
is also specified. (For AP_LIST_FROM_NEXT or
AP_LIST_INCLUSIVE, the list is in order of LU alias or
LU name, depending on which was specified as the
index into the list.)
The combination of the localLU (
lu_name
or
lu_alias
)
and partner LU (
plu_alias
or
fqplu_name
) specified
is used as an index into the list of partner LUs if the
list_options
parameter is set to
AP_LIST_INCLUSIVE or AP_LIST_FROM_NEXT.
The list is ordered by
fqplu_name
. For more
information about how the list is ordered and how the
application can obtain specific entries from it, see “List
Options For QUERY_* Verbs”.
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 indicate the LU associated with the local CP
(the default LU), set both
lu_name
and
lu_alias
to
binary zeros.
plu_alias
Partner LU alias. This is an 8-byte ASCII string,
padded on the right with spaces if the name is shorter
than 8 bytes. If
list_options
is set to
AP_FIRST_IN_LIST, this parameter is ignored;