HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_LU_0_TO_3
The position in the list from which SNAplus2 should begin to return data, and the level of information required
for each entry. Specify the level of information with one of the following values:
AP_SUMMARY
Summary information only.
AP_DETAIL
Detailed information.
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 lu_name parameter.
AP_LIST_FROM_NEXT
Start at the entry immediately following the entry specified by the lu_name parameter.
For more information about how the list is ordered and how the application can obtain specific entries from
it, see Section 2.7, List Options For QUERY_* Verbs.
pu_name
PU name for which LU information is required. To list only information about LUs associated with a specific
PU, specify the PU name. To obtain a complete list for all PUs, set this field to binary zeros.
lu_name
Name of the local LU. This is an 8-byte type-A EBCDIC string (starting with a letter), padded on the right
with EBCDIC spaces if the name is shorter than 8 characters. This parameter is ignored if list_options is set
to AP_FIRST_IN_LIST.
host_attachment
Host attachment filter. If the verb is issued to a running node, this parameter specifies whether to filter the
returned information by whether the LUs are attached to the host directly or using DLUR or PU Concentration.
Possible values are:
AP_DIRECT_ATTACHED
Return information only on LUs directly attached to the host system.
AP_DLUR_ATTACHED
Return information only on LUs supported by DLUR on the local node.
AP_DLUR
Return information only on LUs supported by passthrough DLUR from a downstream node. This option
is valid only if the local node is a Network Node.
AP_PU_CONCENTRATION
Return information only on LUs supported by PU concentration from a downstream node.
AP_NONE
Return information about all LUs regardless of host attachment.
If the node is not running, this parameter is ignored; SNAplus2 returns information about all LUs regardless
of host attachment.
518