Administration Commands
query_isr_session
Succinct logging is used in the error log file. Each message in the log file contains a summary of the message header information (such as the message number, log type, and system name) and the message text string and parameters. To obtain more details about the cause of the log and any action required, you can use the snaphelp utility.
NO
Full logging is used in the error log file. Each message in the log file includes a full listing of the message header information, the message text string and parameters, and additional information about the cause of the log and any action required.
2.133.3 Error Return Codes
If the command cannot be executed, SNAplus2 returns a primary return code to indicate the type of error and a secondary return code to provide specific details about the reason for unsuccessful execution.
Parameter Check
If the command does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
PARAMETER_CHECK
secondary_rc
NOT_CENTRAL_LOGGER
The command was issued to a specific node. It must be issued without specifying a node name.
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.134 query_isr_session
The query_isr_session command returns information about the sessions for which a network node is providing intermediate session routing. The command can be used only if the SNAplus2 node is a network node; it is not valid if it is an end node or LEN node.
This command can be used to obtain information about a specific session or about a range of sessions, depending on the options used. When querying more than one session, the returned entries are ordered by pcid first and then by lexicographical ordering on fqcp_name.
This command must be issued to a running node.
2.134.1 Supplied Parameters
Parameter name | Type | Length | Default |
[query_isr_session] |
|
|
|
num_entries | decimal |
| 1 |
list_options | constant |
| SUMMARY + LIST_INCLUSIVE |
392