HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (QUERY Verbs)
QUERY_LU_LU_PASSWORD
Chapter 4 783
Start at the entry specified by the
plu_alias
or
fqplu_name
parameter.
AP_LIST_FROM_NEXT
Start at the entry immediately
following the entry specified by the
plu_alias
or
fqplu_name
parameter.
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. This name is an 8-byte type-A EBCDIC
character string. 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
lu_alias
parameter.
lu_alias
Locally defined LU alias. This is an 8-byte ASCII
character string. This parameter is used only if
lu_name
is set to all zeros; it is ignored otherwise. To
indicate the LU associated with the CP (the default
LU), set both
lu_name
and
lu_alias
to all zeros.
plu_alias
Partner LU alias. This is an 8-byte ASCII character
string. If
list_options
is set to AP_FIRST_IN_LIST,
this parameter is ignored; otherwise you must specify
either the LU alias or the fully qualified LU name for
the partner LU. To indicate that the partner LU is
identified by its fully qualified LU name instead of its
LU alias, set this parameter to 8 binary zeros, and
specify the LU alias in the
fqplu_name
parameter.
fqplu_name
Fully qualified network name for the partner LU. If
list_options
is set to AP_FIRST_IN_LIST, this
parameter is ignored; otherwise you must specify
either the LU alias or the fully qualified LU name for
the partner LU. This parameter is used only if
plu_alias
is set to all zeros; it is ignored otherwise.