Administration Commands
query_mode_to_cos_mapping
Possible values are:
INVALID_MODE_NAME
The list_options parameter was set to LIST_INCLUSIVE to list all entries starting from the supplied name, but the mode_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.150 query_mode_to_cos_mapping
The query_mode_to_cos_mapping command returns information about the class of service (COS) associated with a particular mode. This command can be used to obtain information about a specific mode or about multiple modes, depending on the options used.
This command must be issued to a running node.
2.150.1 Supplied Parameters
Parameter name | Type | Length | Default |
[query_mode_to_cos_mapping] |
|
| |
num_entries | decimal |
| 1 |
list_options | constant |
| LIST_INCLUSIVE |
mode_name | character | 8 | (null string) |
Supplied parameters are:
num_entries
Maximum number of modes for which data should be returned. You can specify 1 to return data for a specific mode, a number greater than 1 to return data for multiple modes, or 0 (zero) to return data for all modes.
list_options
The position in the list of modes from which SNAplus2 begins to return data.
Possible values are:
FIRST_IN_LIST
Start at the first entry in the list
LIST_INCLUSIVE
Start at the entry specified by the mode_name parameter
LIST_FROM_NEXT
Start at the entry immediately following the entry specified by the mode_name parameter
mode_name
463