Verifying the installation
After the command servers and listeners are active, the sender channels on both sides of the connection can be started. For more information on starting command servers, listeners, and channels, see the IBM publication IBM MQ Script (MQSC) Command Reference.
Use the QMQIVP00 EXEC to verify that you have defined and connected to z/OS and distributed queue managers successfully. This EXEC can be scheduled from the BBI Log or from within an EXEC.
See Diagnosing-BMC-AMI-Ops-Automation-for-MQ-errors for a description of how to diagnose installation errors.
The syntax for invoking the QMQIVP00 EXEC from the BBI Log is
where
Parameter | Description |
---|---|
Function | Required user-specified value Possible values are:
|
Local_qmgr_id | Required value where you type the local queue manager ID You must type a local queue manager name to use the EXEC even if you are trying to query the status of distributed queue managers. |
Remote_qmgr_id | Local queue manager’s alias name of a distributed queue manager. This field is required when you are querying a distributed (or remote) queue manager. The local queue manager alias name of a distributed queue manager is created in Setting-up-BMC-AMI-Ops-Automation-for-MQ-to-issue-commands-to-distributed-queue-managers. This is the name that must be used when you are querying a distributed (or remote) queue manager with this EXEC. |
Remote_qmgr_command_queue | Optional value where you type the name for a distributed command queue The default value is SYSTEM.ADMIN.COMMAND.QUEUE. This parameter is not applicable to z/OS queue managers. |
Examples of verifying the installation
Following are some examples about how to use the QMQIVP00 EXEC to verify that you have successfully completed implementing communications between BMC AMI Ops Automation for MQ and z/OS queue managers and distributed queue managers.