HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_PARTNER_LU_DEFINITION
preference
This parameter is reserved.
3.147.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_ALIAS
The
list_options parameter was set to AP_LIST_INCLUSIVE to list all entries starting from the
supplied name, but the lu_alias parameter was not valid.
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_PLU_NAME
The list_options parameter was set to AP_LIST_INCLUSIVE to list all entries starting from the
supplied name, but one of the following conditions applies:
The fqplu_name parameter does not match the name of any of this local LUs partners.
No sessions have been active (since the node was last started) for the specied combination of local
LU and partner LU.
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.147.5 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.
3.148 QUERY_PARTNER_LU_DEFINITION
QUERY_PARTNER_LU_DEFINITION returns information about partner LUs for a local LU. This verb returns
information about the denition of the LUs, not about their current usage; use QUERY_PARTNER_LU to obtain
the usage information.
This verb can be used to obtain either summary or detailed information, about a specic LU or about multiple LUs,
depending on the options used.
3.148.1 VCB Structure
typedef struct query_partner_lu_definition
{
603