Administration Commands
query_partner_lu_definition
Possible values are:
INVALID_LU_ALIAS
The list_options parameter was set to LIST_INCLUSIVE to list all entries starting from the supplied name, but the lu_alias parameter value was not valid.
INVALID_LU_NAME
The list_options parameter was set to LIST_INCLUSIVE to list all entries starting from the supplied name, but the lu_name parameter value was not valid.
INVALID_PLU_NAME
The list_options parameter was set to 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 LU’s partners.
•No sessions have been active since the node was last started for the specified combination of local LU and partner LU.
State Check
No specific state errors, other than those listed in Appendix A, Common Return Codes from snapadmin Commands, occur for this command.
Other Conditions
Appendix A, Common Return Codes from snapadmin Commands, lists combinations of primary and secondary return codes that are common to all commands.
2.159 query_partner_lu_definition
The query_partner_lu_definition command returns information about partner LUs for a local LU. This command returns information about the definition of the LUs, not about their current usage; use query_partner_lu to obtain the usage information. This command can be used to obtain summary or detailed information about a specific LU or about multiple LUs, depending on the options used.
2.159.1 Supplied Parameters
Parameter name | Type | Length | Default |
[query_partner_lu_definition] |
|
| |
num_entries | decimal |
| 1 |
list_options | constant |
| SUMMARY + LIST_INCLUSIVE |
plu_alias | character | 8 | (nullstring) |
fqplu_name | character | 17 | (null string) |
Supplied parameters are:
num_entries
Maximum number of LUs for which data should be returned. You can specify 1 to return data for a specific LU, a number greater than 1 to return data for multiple LUs, or 0 (zero) to return data for all LUs.
list_options
The level of information required for each entry and the position in the list of LUs from which SNAplus2 begins to return data. If list_options specifies FIRST_IN_LIST, the list is ordered by plu_alias. Otherwise, the list is ordered by plu_alias if it is specified, or by fqplu_name if it is specified.
501