HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_DLUR_LU
AP_INTERNAL
LU is on the local node.
AP_DOWNSTREAM
LU is on a downstream node (network node only).
dlur_lu_detail.nau_address
Network accessible unit address of the LU.
dlur_lu_detail.plu_name
If the PLU-SLU session is active, this eld contains the name of the PLU; otherwise it is set to 17 binary
zeros. The name is a 17-byte EBCDIC string, right-padded with EBCDIC spaces. It consists of a network
ID of up to 8 A-string characters, an EBCDIC dot (period) character, and a network name of up to 8 A-string
characters.
dlur_lu_detail.rscv_len
Length of the RSCV that is appended to the
dlur_lu_detail structure. If the nodes conguration species that
DLUR RSCVs are not stored, or if the PLU-SLU session is not active, this length is set to zero and no RSCV
is included.
3.113.4 Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_INVALID_LU_NAME
The list_options parameter was set to AP_LIST_INCLUSIVE to list all entries starting from the
supplied name, but the lu_name parameter was not valid.
AP_INVALID_FILTER_OPTION
The lter parameter was not set to a valid value.
AP_INVALID_LIST_OPTION
The list_options parameter was not set to a valid value.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK
,
which are common to all NOF verbs.
3.113.5 Returned Parameters: Function Not Supported
If the verb does not execute successfully because the local node conguration does not support it, SNAplus2 returns
the following parameter:
primary_rc
AP_FUNCTION_NOT_SUPPORTED
The local node does not support DLUR; this is dened by the dlur_support parameter on the
DEFINE_NODE verb.
3.113.6 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
420