Home
Response data
- ChannelInitiatorStatus (MQCFIN)
- Status of the channel initiator reading SYSTEM.DEFAULT.INITIATION.QUEUE (parameter identifier: MQIACF_CHINIT_STATUS).
The value can be:
- MQSVC_STATUS_STOPPED
- The channel initiator is not running.
- MQSVC_STATUS_STARTING
- The channel initiator is in the process of initializing.
- MQSVC_STATUS_RUNNING
- The channel initiator is fully initialized and is running.
- MQSVC_STATUS_STOPPING
- The channel initiator is stopping.
- CommandServerStatus (MQCFIN)
- Status of the command server (parameter identifier: MQIACF_CCMD_SERVER_STATUS).
The value can be:
- MQSVC_STATUS_STOPPED
- The command server is not running.
- MQSVC_STATUS_STARTING
- The command server is in the process of initializing.
- MQSVC_STATUS_RUNNING
- The command server is fully initialized and is running.
- MQSVC_STATUS_STOPPING
- The command server is stopping.
- ConnectionCount (MQCFIN)
- Connection count (parameter identifier: MQIACF_CONNECTION_COUNT).
The current number of connections to the queue manager.
- CurrentLog (MQCFST)
- Log extent name (parameter identifier: MQCACF_CURRENT_LOG_EXTENT_NAME).
The name of the log extent that was being written to at the time of the Inquire command. If the queue manager is using circular logging, this is blank.
The maximum length of the string is MQ_LOG_EXTENT_NAME_LENGTH.
- LogPath (MQCFST)
- Location of the recovery log extents (parameter identifier: MQCACF_LOG_PATH).
This identifies the directory where log files are created by the queue manager.
The maximum length of the string is MQ_LOG_PATH_LENGTH.
- MediaRecoveryLog (MQCFST)
- Name of the oldest log extent required by the queue manager to perform media recovery (parameter identifier: MQCACF_MEDIA_LOG_EXTENT_NAME). This is available only on queue managers using linear logging. If the queue manager is using circular logging, this is blank.
The maximum length of the string is MQ_LOG_EXTENT_NAME_LENGTH.
- QMgrName (MQCFST)
- Name of the local queue manager (parameter identifier: MQCA_Q_MGR_NAME).
The maximum length of the string is MQ_Q_MGR_NAME_LENGTH.
- QMgrStatus (MQCFIN)
- Current execution status of the queue manager (parameter identifier: MQIACF_Q_MGR_STATUS).
The value can be:
- MQQMSTA_STARTING
- The queue manager is initializing.
- MQQMSTA_RUNNING
- The queue manager is fully initialized and is running.
- MQQMSTA_QUIESCING
- The queue manager is quiescing.
- RestartRecoveryLog (MQCFST)
- Name of the oldest log extent required by the queue manager to perform restart recovery (parameter identifier: MQCACF_RESTART_LOG_EXTENT_NAME).
This is available only on queue managers using linear logging. If the queue manager is using circular logging, this is blank.
The maximum length of the string is MQ_LOG_EXTENT_NAME_LENGTH.
Parent topic:
Inquire Queue Manager Status (Response)
pc13080_
Home