HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_LOCAL_LU
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 or lu_alias parameter.
AP_LIST_FROM_NEXT
Start at the entry immediately following the entry specified by the lu_name or lu_alias parameter.
If AP_FIRST_IN_LIST is specified, you can also include the following option, using a logical OR
operation:
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.)
For more information about how the application can obtain specific entries from the list, see Section 2.7, List
Options For QUERY_* Verbs. The list is in EBCDIC lexicographical order (irrespective of the length of each
name).
lu_name
Fully qualified name of the LU for which information is required, or the name to be used as an index into the
list of LUs. This value is ignored if list_options is set to AP_FIRST_IN_LIST. To identify the LU by its
alias instead of its name, set this parameter to 8 binary zeros, and specify the alias in the lu_alias parameter;
to identify the default LU, set both lu_name and lu_alias to 8 binary zeros.
The name is an 8-byte EBCDIC string, padded on the right with EBCDIC spaces if the name is shorter than
8 characters.
lu_alias
LU alias of the LU for which information is required, or the name to be used as an index into the list of LUs.
This value is ignored if list_options is set to AP_FIRST_IN_LIST.
This is an 8-byte ASCII string, padded on the right with spaces if the name is shorter than 8 characters. To
identify the LU by its LU name instead of its alias, set this parameter to 8 binary zeros, and specify the name
in the lu_name parameter; to identify the default LU, set both lu_name and lu_alias to 8 binary zeros.
pu_name
PU name filter. To return information only on LUs associated with a specific PU, specify the PU name; to
return information without filtering on PU name, set this parameter to 8 binary zeros.
The name is an 8-byte type-A EBCDIC string (starting with a letter), padded on the right with EBCDIC
spaces.
474