Command Reference Guide
Administration Commands
query_lu_pool
FIRST_IN_LIST
Start at the first entry in the list
LIST_INCLUSIVE
Start at the entry specified by the combination of the pool_name and lu_name parameters
LIST_FROM_NEXT
Start at the entry immediately following the entry specified by the combination of the pool_name and
lu_name parameters
pool_name
Name of the LU pool for which information is required. This parameter is an 8-byte character string. It is
ignored if list_options is set to
FIRST_IN_LIST.
lu_name
LU name for which information is required. This parameter is an 8-byte character string. It is ignored if
list_options is set to SUMMARY or FIRST_IN_LIST.
To obtain information about all LUs in a pool, set pool_name to the name of the pool, set num_entries to 0
(zero), and do not specify lu_name.
2.144.2 Returned Parameters: Summary Information
Parameter name Type Length
pool_name character 8
description character 31
num_active_lus decimal
num_avail_lus decimal
If the command executes successfully and you specified SUMMARY as the list_options parameter value, the follow-
ing parameters are returned:
pool_name
Name of the LU pool.
description
A text string describing the LU pool, as specified in the definition of the pool.
num_active_lus
Number of LUs in the pool that are active.
num_avail_lus
Number of LUs in the pool that are available for activation by a forced open request. It includes all LUs
whose PU is active or whose host link can be auto-activated, and whose connection is free.
This count does not take account of the LU model_type, model_name and the DDDLU support of the PU. If
the open request specifies a particular value for model_type, some LUs that are included in this count may
not be available because they do not have the correct model type.
2.144.3 Returned Parameters: Detailed Information
Parameter name Type Length
pool_name character 8
description character 31
lu_name character 8
447