[z/OS]

DISPLAY CHINIT (display channel initiator information) on z/OS

Use the MQSC command DISPLAY CHINIT to display information about the channel initiator. The command server must be running.

Using MQSC commands

For information on how you use MQSC commands, see Performing local administration tasks using MQSC commands.

You can issue this command from sources CR. For an explanation of the source symbols, see Sources from which you can issue MQSC commands on z/OS®.

Synonym: DIS CHI or DIS DQM

DISPLAY CHINIT

Read syntax diagramSkip visual syntax diagram DISPLAY CHINIT CMDSCOPE(' ')CMDSCOPE(qmgr-name)1CMDSCOPE(*)1
Notes:
  • 1 Valid only on z/OS when the queue manager is a member of a queue sharing group.

Usage notes for DISPLAY CHINIT

  1. The response to this command is a series of messages showing the current status of the channel initiator. This includes the following:
    • Whether the channel initiator is running or not
    • Which listeners are started, and information about them.
    • How many dispatchers are started, and how many were requested
    • How many adapter subtasks are started, and how many were requested
    • How many TLS subtasks are started, and how many were requested
    • The TCP system name
    • How many channel connections are current, and whether they are active, stopped, or retrying
    • The maximum number of current connections

Parameter descriptions for DISPLAY CHINIT

CMDSCOPE
This parameter specifies how the command runs when the queue manager is a member of a queue sharing group.
' '
The command runs on the queue manager on which it was entered. This is the default value.
qmgr-name
The command runs on the queue manager you specify, providing the queue manager is active within the queue sharing group.

You can specify a queue manager name, other than the queue manager on which the command was entered, only if you are using a queue sharing group environment and if the command server is enabled.

*
The command runs on the local queue manager and is also passed to every active queue manager in the queue sharing group. The effect of this is the same as entering the command on every queue manager in the queue sharing group.