Inquire Queue Manager Status

The Inquire Queue Manager Status (MQCMD_INQUIRE_Q_MGR_STATUS) command inquires about the status of the local queue manager.

HP Integrity NonStop Server UNIX and Linux® Windows
  X X

Optional parameters

QMStatusAttrs (MQCFIL)
Queue manager status attributes (parameter identifier: MQIACF_Q_MGR_STATUS_ATTRS).
The attribute list might specify the following value on its own - default value used if the parameter is not specified:
MQIACF_ALL
All attributes.

or a combination of the following:

MQCA_Q_MGR_NAME
Name of the local queue manager.
MQCA_INSTALLATION_DESC
Description of the installation associated with the queue manager. This parameter is not valid on IBM® i.
MQCA_INSTALLATION_NAME
Name of the installation associated with the queue manager. This parameter is not valid on IBM i.
MQCA_INSTALLATION_PATH
Path of the installation associated with the queue manager. This parameter is not valid on IBM i.
MQCACF_CURRENT_LOG_EXTENT_NAME
Name of the log extent currently being written to by the logger. MQCACF_CURRENT_LOG_EXTENT_NAME is available only on queue managers using linear logging. On other queue managers, MQCACF_CURRENT_LOG_EXTENT_NAME is blank.
MQCACF_LOG_PATH
Location of the recovery log extents.
MQCACF_MEDIA_LOG_EXTENT_NAME
Name of the earliest log extent required to perform media recovery. MQCACF_MEDIA_LOG_EXTENT_NAME is available only on queue managers using linear logging. On other queue managers, MQCACF_MEDIA_LOG_EXTENT_NAME is blank.
MQCACF_RESTART_LOG_EXTENT_NAME
Name of the earliest log extent required to perform restart recovery. MQCACF_RESTART_LOG_EXTENT_NAME is available only on queue managers using linear logging. On other queue managers, MQCACF_RESTART_LOG_EXTENT_NAME is blank.
MQIACF_CHINIT_STATUS
Current status of the channel initiator.
MQIACF_CMD_SERVER_STATUS
Current status of the command server.
MQIACF_CONNECTION_COUNT
Current number of connections to the queue manager.
MQIACF_Q_MGR_STATUS
Current status of the queue manager.
MQCACF_Q_MGR_START_DATE
The date on which the queue manager was started (in the form yyyy-mm-dd). The length of this attribute is given by MQ_DATE_LENGTH.
MQCACF_Q_MGR_START_TIME
The time at which the queue manager was started (in the form hh.mm.ss). The length of this attribute is given by MQ_TIME_LENGTH.