HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (QUERY Verbs)
QUERY_LU_POOL
Chapter 4 789
Summary information only (list LU
pools).
AP_DETAIL
Detailed information (list individual
LUs in LU pools).
Combine this value using a logical OR operation with
one of the following values:
AP_FIRST_IN_LIST
Start at the first entry in the list.
AP_LIST_INCLUSIVE
Start at the entry specified by the
combination of the
pool_name
and
lu_name
parameters.
AP_LIST_FROM_NEXT
Start at the entry immediately
following the entry specified by the
combination of the
pool_name
and
lu_name
parameters.
The list is ordered by
pool_name
and then by
lu_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”.
pool_name
Name of LU pool. This value is ignored if
list_options
is set to AP_FIRST_IN_LIST. This is an
8-byte EBCDIC string, padded on the right with spaces
if the name is shorter than 8 characters.
lu_name
LU name. This value is ignored if
list_options
is set
to AP_FIRST_IN_LIST or AP_SUMMARY. This is an 8-byte
type-A EBCDIC string, padded on the right with spaces
if the name is shorter than 8 characters.
To obtain information about all LUs in a pool, set
pool_name
to the name of the pool, set
num_entries
to
0, and set
lu_name
to 8 binary zeros.