Setting up BMC AMI Ops Automation for MQ to issue commands to distributed queue managers
To define the sender channel at the z/OS queue manager, type:
DEFINE CHANNEL (z/OS-qmgrid.to.distributedqmgrid)+
CHLTYPE(SDR)+
CONNAME (distributed ip address)+
XMITQ (distributed qmgrid.xmitq)+
TRPTYPE(TCP)To define the transmission queue on the z/OS queue manager, type:
DEFINE QLOCAL (distributedqmgrid.xmitq)+
USAGE (XMITQ)To define the receiver channel at the distributed queue manager, type:
DEFINE CHANNEL (z/OSqmgrid.to.distributedqmgrid)+
CHLTYPE(RCVR) +
TRPTYPE(TCP)To define the z/OS queue manager alias name on the distributed queue manager, type:
DEFINE QREMOTE (z/OSqmgrid)+
RQMNAME (z/OSqmgrid)+
XMITQ (z/OSqmgrid.xmitq)To define the distributed queue manager alias name on the z/OS queue manager, type:
DEFINE QREMOTE (distributedqmgrid)+
RQMNAME (distributedqmgrid)+
XMITQ (distributedqmgrid.xmitq)
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*