Administration Commands
query_lu62_timeout
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_POOL_NAME
The list_options parameter was set to LIST_INCLUSIVE to list all entries starting from the supplied name, but the pool_name parameter value was not valid.
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.145 query_lu62_timeout
The query_lu62_timeout command returns information about the definition of an LU type 6.2 session timeout that was defined previously with a define_lu62_timeout command.
The information is returned as a list. To obtain information about a specific timeout, or about several timeout values, specify values for the resource_type and resource_name parameters. If the list_options parameter is set to FIRST_IN_LIST, the resource_type and resource_name parameters are ignored. The returned list is ordered on resource_type and then on resource_name.
For resource_type, the ordering is:
1.Global timeouts
2.Local LU timeouts
3.Partner LU timeouts
4.Mode timeouts
For resource_name, the ordering is by:
1.Name length
2.By ASCII lexicographical ordering for names of the same length
If the list_options parameter is set to LIST_FROM_NEXT, the returned list starts for the next entry according to the defined ordering (whether or not the specified entry exists).
2.145.1 Supplied Parameters
Parameter name | Type | Length | Default |
[query_lu62_timeout] |
|
|
|
num_entries | decimal | 1 |
|
list_options | constant |
| LIST_INCLUSIVE |
resource_type | constant |
| GLOBAL_TIMEOUT |
resource_name | character | 17 | (null string) |
Supplied parameters are:
num_entries
449