SlideShare une entreprise Scribd logo
1  sur  23
Télécharger pour lire hors ligne
Below Clustering setup facilitate not just Full repository and Partial repository. It also have
“NAMELIST” object of MQ where “Two Cluster Setups” bridged by one More Queue Manager which
work as “Gated Queue Manager”.
This is purely for demo purpose of Cluster overlapping. No data of this should not be used for
commercial purpose without consent. This is for Open-source Knowledge sharing.
C:WINDOWSsystem32>DSPMQ
QMNAME(QMGR3) STATUS(Running)
QMNAME(QMGR4) STATUS(Running)
QMNAME(QMGR5) STATUS(Running)
QMNAME(QMGR6) STATUS(Running)
C:WINDOWSsystem32>RUNMQSC QMGR3
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR3.
ALTER QMGR REPOS(CLUSTER1)
1 : ALTER QMGR REPOS(CLUSTER1)
AMQ8005I: IBM MQ queue manager changed.
DEFINE LSTR(QMGR3.LSTR) TRPTYPE(TCP) PORT(3333)
2 : DEFINE LSTR(QMGR3.LSTR) TRPTYPE(TCP) PORT(3333)
AMQ8626I: IBM MQ listener created.
START LSTR(QMGR3.LSTR)
3 : START LSTR(QMGR3.LSTR)
AMQ8021I: Request to start IBM MQ listener accepted.
DIS LSSTATUS(*) ALL
4 : DIS LSSTATUS(*) ALL
AMQ8631I: Display listener status details.
LISTENER(QMGR3.LSTR) STATUS(RUNNING)
PID(23568) STARTDA(2022-02-17)
STARTTI(22.42.07) DESCR( )
TRPTYPE(TCP) CONTROL(MANUAL)
IPADDR(*) PORT(3333)
BACKLOG(100)
DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(3333)')
CLUSTER(CLUSTER1)
5 : DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(3333)')
CLUSTER(CLUSTER1)
AMQ8014I: IBM MQ channel created.
END
6 : END
5 MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
C:WINDOWSsystem32>RUNMQSC QMGR4
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR4.
DEFINE LSTR(QMGR4.LSTR) TRPTYPE(TCP) PORT(4444)
1 : DEFINE LSTR(QMGR4.LSTR) TRPTYPE(TCP) PORT(4444)
AMQ8626I: IBM MQ listener created.
START LSTR(QMGR4.LSTR)
2 : START LSTR(QMGR4.LSTR)
AMQ8021I: Request to start IBM MQ listener accepted.
DIS LSSTATUS(*) ALL
3 : DIS LSSTATUS(*) ALL
AMQ8631I: Display listener status details.
LISTENER(QMGR4.LSTR) STATUS(RUNNING)
PID(21768) STARTDA(2022-02-17)
STARTTI(22.43.34) DESCR( )
TRPTYPE(TCP) CONTROL(MANUAL)
IPADDR(*) PORT(4444)
BACKLOG(100)
DEFINE CHANNEL(TO.QMGR4) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(4444)')
CLUSTER(CLUSTER1)
4 : DEFINE CHANNEL(TO.QMGR4) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(4444)')
CLUSTER(CLUSTER1)
AMQ8014I: IBM MQ channel created.
DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)')
CLUSTER(CLUSTER1)
5 : DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)')
CLUSTER(CLUSTER1)
AMQ8014I: IBM MQ channel created.
DIS CLUSQMGR(*)
6 : DIS CLUSQMGR(*)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR3) CHANNEL(TO.QMGR3)
CLUSTER(CLUSTER1)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR4) CHANNEL(TO.QMGR4)
CLUSTER(CLUSTER1)
END
7 : END
6 MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
C:WINDOWSsystem32>RUNMQSC QMGR5
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR5.
DEFINE LSTR(QMGR5.LSTR) TRPTYPE(TCP) PORT(5555)
1 : DEFINE LSTR(QMGR5.LSTR) TRPTYPE(TCP) PORT(5555)
AMQ8626I: IBM MQ listener created.
START LSTR(QMGR5.LSTR)
2 : START LSTR(QMGR5.LSTR)
AMQ8021I: Request to start IBM MQ listener accepted.
DIS LSSTATUS(*) ALL
3 : DIS LSSTATUS(*) ALL
AMQ8631I: Display listener status details.
LISTENER(QMGR5.LSTR) STATUS(RUNNING)
PID(18644) STARTDA(2022-02-17)
STARTTI(22.46.31) DESCR( )
TRPTYPE(TCP) CONTROL(MANUAL)
IPADDR(*) PORT(5555)
BACKLOG(100)
DEFINE CHANNEL(TO.QMGR5) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(5555)')
CLUSTER(CLUSTER1)
4 : DEFINE CHANNEL(TO.QMGR5) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(5555)')
CLUSTER(CLUSTER1)
AMQ8014I: IBM MQ channel created.
DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)')
CLUSTER(cLUSTER1)
5 : DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)')
CLUSTER(cLUSTER1)
AMQ8014I: IBM MQ channel created.
DIS CLUSQMGR(*)
6 : DIS CLUSQMGR(*)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR3) CHANNEL(TO.QMGR3)
CLUSTER(CLUSTER1)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR5) CHANNEL(TO.QMGR5)
CLUSTER(CLUSTER1)
END
7 : END
6 MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
C:WINDOWSsystem32>RUNMQSC QMGR6
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR6.
DEFINE LSTR(QMGR6.LSTR) TRPTYPE(TCP) PORT(6666)
1 : DEFINE LSTR(QMGR6.LSTR) TRPTYPE(TCP) PORT(6666)
AMQ8626I: IBM MQ listener created.
START LSTR(QMGR6.LSTR)
2 : START LSTR(QMGR6.LSTR)
AMQ8021I: Request to start IBM MQ listener accepted.
DIS LSSTATUS(QMGR6.LSTR)
3 : DIS LSSTATUS(QMGR6.LSTR)
AMQ8631I: Display listener status details.
LISTENER(QMGR6.LSTR) STATUS(RUNNING)
PID(27672) STARTDA(2022-02-17)
STARTTI(22.49.25) DESCR( )
TRPTYPE(TCP) CONTROL(MANUAL)
IPADDR(*) PORT(6666)
BACKLOG(100)
DEFINE CHANNEL(TO.QMGR6) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(6666)')
CLUSTER(CLUSTER1)
4 : DEFINE CHANNEL(TO.QMGR6) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(6666)')
CLUSTER(CLUSTER1)
AMQ8014I: IBM MQ channel created.
DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)')
CLUSTER(CLUSTER1)
5 : DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)')
CLUSTER(CLUSTER1)
AMQ8014I: IBM MQ channel created.
DIS CLUSQMGR(*)
6 : DIS CLUSQMGR(*)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR3) CHANNEL(TO.QMGR3)
CLUSTER(CLUSTER1)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR6) CHANNEL(TO.QMGR6)
CLUSTER(CLUSTER1)
END
7 : END
6 MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
C:WINDOWSsystem32>RUNMQSC QMGR3
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR3.
DIS CLUSQMGR(*)
1 : DIS CLUSQMGR(*)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR3) CHANNEL(TO.QMGR3)
CLUSTER(CLUSTER1)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR4) CHANNEL(TO.QMGR4)
CLUSTER(CLUSTER1)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR5) CHANNEL(TO.QMGR5)
CLUSTER(CLUSTER1)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR6) CHANNEL(TO.QMGR6)
CLUSTER(CLUSTER1)
END
2 : END
One MQSC command read.
No commands have a syntax error.
All valid MQSC commands were processed.
C:WINDOWSsystem32>CRTMQM QMGR7 | CRTMQM QMGR8 | CRTMQM QMGR9 | CRTMQM
QMGR10
There are 85 days left in the trial period for this copy of IBM MQ.
There are 85 days left in the trial period for this copy of IBM MQ.
There are T85 dhaeyre are 85 dayss l leefftt ini thne t threi al tprierioda l for this pceriod fopor this
coy of IBM MQ.
py of IBM MQ.
IBM MIQ queue manager created.
BM MQ queue manager crDiereated.
ctoDirectory 'C:ProgramDataIBMMrQyqmgrsQMGR9' created.
'C:ProgramDataIBMMQqmgrsQMGR10' created.
The queue managTehre is associated with installation 'Installation2'.
queue manager is associated with installation 'Installation2'.
IBM MIBM MQ queue manager created.
Q Directory 'C:ProgramDataIBMMQqmgrsQMGR7' created.
queue manager created.
The queue manager is associated with installation 'Installation2'.
Directory 'C:ProgramDataIBMMQqmgrsQMGR8' created.
The queue manager is associated with installation 'Installation2'.
Creating or replacing default objects for queue manager 'QMGR10'.
Creating or replacing default objects for queue manager 'QMGR9'.
Creating or replacing default objects for queue manager 'QMGR8'.
Creating or replacing default objects for queue manager 'QMGR7'.
Default objects statistics : 87 created. 0 replaced. 0 failedD.
efault objects statistics : 8C7o mplcetinrgea tseedt. u0p .rep
laced. 0 failed.
Completing setup.
SSetup completed.
etup completed.
Default objects statistics : 87 created. 0 replDefault objects statistics : 87 created. 0 replaced. 0
failed.
aced. 0 failed.
Completing setup.
Completing setup.
Setup completed.
Setup completed.
C:WINDOWSsystem32>STRMQM QMGR7 | STRMQM QMGR8 | STRMQM QMGR9 | STRMQM
QMGR10
There are 85 days left in the trial period for this copy of IBM MQ.
There are 85 days left in the trial period for this copy of IBM MQ.
IBM MQ queue manager 'QMGR8' starting.
There are 85 days left in the trial period for this copy of IBM MQ.
The queue manager is associated with installation 'Installation2'.
IBM MQ queue manager 'QMGR10' starting.
The queue manager is associated with installation 'Installation2'.
IBM MQ queue manager 'QMGR9' starting.
The queue manager is associated with installation 'Installation2'.
There are 85 days left in the trial period for this copy of IBM MQ.
IBM MQ queue manager 'QMGR7' starting.
The queue manager is associated with installation 'Installation2'.
5 log records accessed on queue manager 'QMGR9' during the log replay phase.
Log replay for queue manager 'QMGR9' complete.
Transaction manager state recovered for queue manager 'QMGR9'.
5 log records accessed on queue manager 'QMGR8' during the log replay phase.
Log replay for queue manager 'QMGR8' complete.
5 log records accessed on queue manager 'QMGR10' during the log replay phase.
Transaction manager state recovered for queue manager 'QMGR8'.
Log replay for queueIB 5M mMQ queulae manager 'QMGR9' sontarted using gager records accessed
on queue manager ' VIBM MQ queue manager 'QMGR8' started using V9.1.0.0.
9.1.0.0.
'QMGR10' complete.
QMGR7' during the log replay phase.
Transaction manager state recovered for queue manager 'QMGR10'.
Log repIlaBM MQ queue manyager ' QMGR10'f sotra rtqeude uusei mang V9.1.0nager 'Q.0.M
GR7' complete.
Transaction manager state recovered for queue manager 'QMGR7'.
IBM MQ queue manager 'QMGR7' started using V9.1.0.0.
C:WINDOWSsystem32>DSPMQ
QMNAME(QMGR3) STATUS(Running)
QMNAME(QMGR4) STATUS(Running)
QMNAME(QMGR5) STATUS(Running)
QMNAME(QMGR6) STATUS(Running)
QMNAME(QMGR7) STATUS(Running)
QMNAME(QMGR8) STATUS(Running)
QMNAME(QMGR9) STATUS(Running)
QMNAME(QMGR10) STATUS(Running)
C:WINDOWSsystem32>RUNMQSC QMGR7
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR7.
ALTER QMGR REPOS(CLUSTER2)
1 : ALTER QMGR REPOS(CLUSTER2)
AMQ8005I: IBM MQ queue manager changed.
DEFINE LSTR(QMGR7.LSTR) TRPTYPE(TCP) PORT(7777)
2 : DEFINE LSTR(QMGR7.LSTR) TRPTYPE(TCP) PORT(7777)
AMQ8626I: IBM MQ listener created.
START LSTR(QMGR7.LSTR)
3 : START LSTR(QMGR7.LSTR)
AMQ8021I: Request to start IBM MQ listener accepted.
DIS LSSTATUS(*)
4 : DIS LSSTATUS(*)
AMQ8631I: Display listener status details.
LISTENER(QMGR7.LSTR) STATUS(RUNNING)
PID(26924)
DIS LSSTATUS(*) ALL
5 : DIS LSSTATUS(*) ALL
AMQ8631I: Display listener status details.
LISTENER(QMGR7.LSTR) STATUS(RUNNING)
PID(26924) STARTDA(2022-02-17)
STARTTI(22.54.25) DESCR( )
TRPTYPE(TCP) CONTROL(MANUAL)
IPADDR(*) PORT(7777)
BACKLOG(100)
DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(7777)')
CLUSTER(CLUSTER2)
6 : DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(7777)')
CLUSTER(CLUSTER2)
AMQ8014I: IBM MQ channel created.
DIS CLUSQMGR(*)
7 : DIS CLUSQMGR(*)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR7) CHANNEL(TO.QMGR7)
CLUSTER(CLUSTER2)
END
8 : END
7 MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
C:WINDOWSsystem32>RUNMQSC QMGR8
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR8.
DEFINE LSTR(QMGR8.LSTR) TRPTYPE(TCP) PORT(8888)
1 : DEFINE LSTR(QMGR8.LSTR) TRPTYPE(TCP) PORT(8888)
AMQ8626I: IBM MQ listener created.
START LSTR(QMGR8.LSTR)
2 : START LSTR(QMGR8.LSTR)
AMQ8021I: Request to start IBM MQ listener accepted.
DIS LSSTATUS(QMGR8.LSTR)
3 : DIS LSSTATUS(QMGR8.LSTR)
AMQ8631I: Display listener status details.
LISTENER(QMGR8.LSTR) STATUS(RUNNING)
PID(19132) STARTDA(2022-02-17)
STARTTI(22.55.59) DESCR( )
TRPTYPE(TCP) CONTROL(MANUAL)
IPADDR(*) PORT(8888)
BACKLOG(100)
DEFINE CHANNEL(TO.QMGR8) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(8888)')
CLUSTER(CLUSTER2)
4 : DEFINE CHANNEL(TO.QMGR8) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(8888)')
CLUSTER(CLUSTER2)
AMQ8014I: IBM MQ channel created.
DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)')
CLUSTER(CLUSTER2)
5 : DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)')
CLUSTER(CLUSTER2)
AMQ8014I: IBM MQ channel created.
DIS CLUSQMGR(*)
6 : DIS CLUSQMGR(*)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR7) CHANNEL(TO.QMGR7)
CLUSTER(CLUSTER2)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR8) CHANNEL(TO.QMGR8)
CLUSTER(CLUSTER2)
END
7 : END
6 MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
C:WINDOWSsystem32>RUNMQSC QMGR9
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR9.
DEFINE LSTR(QMGR9.LSTR) TRPTYPE(TCP) PORT(9999)
1 : DEFINE LSTR(QMGR9.LSTR) TRPTYPE(TCP) PORT(9999)
AMQ8626I: IBM MQ listener created.
START LSTR(QMGR9.LSTR)
2 : START LSTR(QMGR9.LSTR)
AMQ8021I: Request to start IBM MQ listener accepted.
DIS LSSTATUS(QMGR9.LSTR)
3 : DIS LSSTATUS(QMGR9.LSTR)
AMQ8631I: Display listener status details.
LISTENER(QMGR9.LSTR) STATUS(RUNNING)
PID(16128) STARTDA(2022-02-17)
STARTTI(22.58.08) DESCR( )
TRPTYPE(TCP) CONTROL(MANUAL)
IPADDR(*) PORT(9999)
BACKLOG(100)
DEFINE CHANNEL(TO.QMGR9) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(9999)')
CLUSTER(CLUSTER2)
4 : DEFINE CHANNEL(TO.QMGR9) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(9999)')
CLUSTER(CLUSTER2)
AMQ8014I: IBM MQ channel created.
DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)')
CLUSTER(CLUSTER2)
5 : DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)')
CLUSTER(CLUSTER2)
AMQ8014I: IBM MQ channel created.
DIS CLUSQMGR(*)
6 : DIS CLUSQMGR(*)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR7) CHANNEL(TO.QMGR7)
CLUSTER(CLUSTER2)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR9) CHANNEL(TO.QMGR9)
CLUSTER(CLUSTER2)
END
7 : END
6 MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
C:WINDOWSsystem32>RUNMQSC QMGR10
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR10.
DEFINE LSTR(QMGR10.LSTR) TRPTYPE(TCP) PORT(1010)
1 : DEFINE LSTR(QMGR10.LSTR) TRPTYPE(TCP) PORT(1010)
AMQ8626I: IBM MQ listener created.
START LSTR(QMGR10.LSTR)
2 : START LSTR(QMGR10.LSTR)
AMQ8021I: Request to start IBM MQ listener accepted.
DIS LSSTATUS(QMGR10.LSTR)
3 : DIS LSSTATUS(QMGR10.LSTR)
AMQ8631I: Display listener status details.
LISTENER(QMGR10.LSTR) STATUS(RUNNING)
PID(7800) STARTDA(2022-02-17)
STARTTI(23.00.17) DESCR( )
TRPTYPE(TCP) CONTROL(MANUAL)
IPADDR(*) PORT(1010)
BACKLOG(100)
DEFINE CHANNEL(TO.QMGR10) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1010)')
CLUSTER(CLUSTER2)
4 : DEFINE CHANNEL(TO.QMGR10) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1010)')
CLUSTER(CLUSTER2)
AMQ8014I: IBM MQ channel created.
DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)')
CLUSTER(CLUSTER2)
5 : DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)')
CLUSTER(CLUSTER2)
AMQ8014I: IBM MQ channel created.
DIS CLUSQMGR(*)
6 : DIS CLUSQMGR(*)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR10) CHANNEL(TO.QMGR10)
CLUSTER(CLUSTER2)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR7) CHANNEL(TO.QMGR7)
CLUSTER(CLUSTER2)
END
7 : END
6 MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
C:WINDOWSsystem32>CRTMQM QMGR11
There are 85 days left in the trial period for this copy of IBM MQ.
IBM MQ queue manager created.
Directory 'C:ProgramDataIBMMQqmgrsQMGR11' created.
The queue manager is associated with installation 'Installation2'.
Creating or replacing default objects for queue manager 'QMGR11'.
Default objects statistics : 87 created. 0 replaced. 0 failed.
Completing setup.
Setup completed.
This is purely for demo purpose of Cluster overlapping. No data of this should not be used for
commercial purpose without consent. This is for Open-source Knowledge sharing.
C:WINDOWSsystem32>STRMQM QMGR11
There are 85 days left in the trial period for this copy of IBM MQ.
IBM MQ queue manager 'QMGR11' starting.
The queue manager is associated with installation 'Installation2'.
5 log records accessed on queue manager 'QMGR11' during the log replay phase.
Log replay for queue manager 'QMGR11' complete.
Transaction manager state recovered for queue manager 'QMGR11'.
IBM MQ queue manager 'QMGR11' started using V9.1.0.0.
C:WINDOWSsystem32>RUNMQSC QMGR11
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR11.
DEFINE LSTR(QMGR11.LSTR) TRPTYPE(TCP) PORT(1011)
1 : DEFINE LSTR(QMGR11.LSTR) TRPTYPE(TCP) PORT(1011)
AMQ8626I: IBM MQ listener created.
START LSTR(QMGR11.LSTR)
2 : START LSTR(QMGR11.LSTR)
AMQ8021I: Request to start IBM MQ listener accepted.
DIS LSSTATUS(QMGR11.LSTR)
3 : DIS LSSTATUS(QMGR11.LSTR)
AMQ8631I: Display listener status details.
LISTENER(QMGR11.LSTR) STATUS(RUNNING)
PID(28188) STARTDA(2022-02-17)
STARTTI(23.12.04) DESCR( )
TRPTYPE(TCP) CONTROL(MANUAL)
IPADDR(*) PORT(1011)
BACKLOG(100)
DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)')
CLUSTER(CLUSTER1)
4 : DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)')
CLUSTER(CLUSTER1)
AMQ8014I: IBM MQ channel created.
DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)')
CLUSTER(CLUSTER2)
5 : DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)')
CLUSTER(CLUSTER2)
AMQ8014I: IBM MQ channel created.
DEFINE NAMELIST(123) NAMES(CLUSTER1,CLUSTER2)
8 : DEFINE NAMELIST(123) NAMES(CLUSTER1,CLUSTER2)
AMQ8552I: IBM MQ namelist created.
DEFINE CHANNEL(TO.QMGR11) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1011)') CLUSNL(123)
9 : DEFINE CHANNEL(TO.QMGR11) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1011)')
CLUSNL(123)
AMQ8014I: IBM MQ channel created.
DIS CLUSQMGR(*)
10 : DIS CLUSQMGR(*)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR11) CHANNEL(TO.QMGR11)
CLUSTER(CLUSTER2)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR11) CHANNEL(TO.QMGR11)
CLUSTER(CLUSTER1)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR3) CHANNEL(TO.QMGR3)
CLUSTER(CLUSTER1)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR7) CHANNEL(TO.QMGR7)
CLUSTER(CLUSTER2)
C:WINDOWSsystem32>RUNMQSC QMGR11
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR11.
DEFINE QALIAS(ABC.ALIAS) TARGET(ABC) DEFBIND(NOTFIXED) CLUSNL(123)
1 : DEFINE QALIAS(ABC.ALIAS) TARGET(ABC) DEFBIND(NOTFIXED) CLUSNL(123)
AMQ8006I: IBM MQ queue created.
END
2 : END
One MQSC command read.
No commands have a syntax error.
All valid MQSC commands were processed.
C:WINDOWSsystem32>AMQSPUT ABC.ALIAS QMGR3
Sample AMQSPUT0 start
target queue is ABC.ALIAS
1111
2314
1353
883148U
91833412
Sample AMQSPUT0 end
C:WINDOWSsystem32>RUNMQSC QMGR10
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR10.
DIS QS(ABC)
1 : DIS QS(ABC)
AMQ8450I: Display queue status details.
QUEUE(ABC) TYPE(QUEUE)
CURDEPTH(5) IPPROCS(0)
LGETDATE( ) LGETTIME( )
LPUTDATE( ) LPUTTIME( )
MEDIALOG( ) MONQ(OFF)
MSGAGE( ) OPPROCS(1)
QTIME( , ) UNCOM(NO)
C:WINDOWSsystem32>CRTMQM QMGR12
There are 85 days left in the trial period for this copy of IBM MQ.
IBM MQ queue manager created.
Directory 'C:ProgramDataIBMMQqmgrsQMGR12' created.
The queue manager is associated with installation 'Installation2'.
Creating or replacing default objects for queue manager 'QMGR12'.
Default objects statistics : 87 created. 0 replaced. 0 failed.
Completing setup.
Setup completed.
C:WINDOWSsystem32>STRMQM QMGR12
There are 85 days left in the trial period for this copy of IBM MQ.
IBM MQ queue manager 'QMGR12' starting.
The queue manager is associated with installation 'Installation2'.
5 log records accessed on queue manager 'QMGR12' during the log replay phase.
Log replay for queue manager 'QMGR12' complete.
Transaction manager state recovered for queue manager 'QMGR12'.
IBM MQ queue manager 'QMGR12' started using V9.1.0.0.
C:WINDOWSsystem32>RUNMQSC QMGR12
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR12.
ALTER QMGR REPOS(CLUSTER3)
1 : ALTER QMGR REPOS(CLUSTER3)
AMQ8005I: IBM MQ queue manager changed.
DEFINE LSTR(QMGR12.LSTR) TRPTYPE(TCP) PORT(1012)
2 : DEFINE LSTR(QMGR12.LSTR) TRPTYPE(TCP) PORT(1012)
AMQ8626I: IBM MQ listener created.
START LSTR(QMGR12.LSTR)
3 : START LSTR(QMGR12.LSTR)
AMQ8021I: Request to start IBM MQ listener accepted.
DIS LSSTATUS(*) ALL
4 : DIS LSSTATUS(*) ALL
AMQ8631I: Display listener status details.
LISTENER(QMGR12.LSTR) STATUS(RUNNING)
PID(18788) STARTDA(2022-02-17)
STARTTI(23.33.30) DESCR( )
TRPTYPE(TCP) CONTROL(MANUAL)
IPADDR(*) PORT(1012)
BACKLOG(100)
DEFINE CHANNEL(TO.QMGR12) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1012)')
CLUSTER(CLUSTER3)
5 : DEFINE CHANNEL(TO.QMGR12) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1012)')
CLUSTER(CLUSTER3)
AMQ8014I: IBM MQ channel created.
DIS CLUSQMGR(*)
6 : DIS CLUSQMGR(*)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR12) CHANNEL(TO.QMGR12)
CLUSTER(CLUSTER3)
END
7 : END
6 MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
C:WINDOWSsystem32>CRTMQM QMGR13
There are 85 days left in the trial period for this copy of IBM MQ.
IBM MQ queue manager created.
Directory 'C:ProgramDataIBMMQqmgrsQMGR13' created.
The queue manager is associated with installation 'Installation2'.
Creating or replacing default objects for queue manager 'QMGR13'.
Default objects statistics : 87 created. 0 replaced. 0 failed.
Completing setup.
Setup completed.
C:WINDOWSsystem32>STRMQM QMGR13
There are 85 days left in the trial period for this copy of IBM MQ.
IBM MQ queue manager 'QMGR13' starting.
The queue manager is associated with installation 'Installation2'.
5 log records accessed on queue manager 'QMGR13' during the log replay phase.
Log replay for queue manager 'QMGR13' complete.
Transaction manager state recovered for queue manager 'QMGR13'.
IBM MQ queue manager 'QMGR13' started using V9.1.0.0.
C:WINDOWSsystem32>RUNMQSC QMGR13
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR13.
DEFINE LSTR(QMGR13.LSTR) TRPTYPE(TCP) PORT(1013)
1 : DEFINE LSTR(QMGR13.LSTR) TRPTYPE(TCP) PORT(1013)
AMQ8626I: IBM MQ listener created.
START LSTR(QMGR13.LSTR)
2 : START LSTR(QMGR13.LSTR)
AMQ8021I: Request to start IBM MQ listener accepted.
DIS LSSTATUS(*) ALL
3 : DIS LSSTATUS(*) ALL
AMQ8631I: Display listener status details.
LISTENER(QMGR13.LSTR) STATUS(RUNNING)
PID(28568) STARTDA(2022-02-17)
STARTTI(23.36.04) DESCR( )
TRPTYPE(TCP) CONTROL(MANUAL)
IPADDR(*) PORT(1013)
BACKLOG(100)
DEFINE CHANNEL(TO.QMGR13) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1013)')
CLUSTER(CLUSTER3)
4 : DEFINE CHANNEL(TO.QMGR13) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1013)')
CLUSTER(CLUSTER3)
AMQ8014I: IBM MQ channel created.
DEFINE CHANNEL(TO.QMGR12) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(1012)')
CLUSTER(CLUSTER3)
5 : DEFINE CHANNEL(TO.QMGR12) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(1012)')
CLUSTER(CLUSTER3)
AMQ8014I: IBM MQ channel created.
DIS CLUSQMGR(*)
6 : DIS CLUSQMGR(*)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR12) CHANNEL(TO.QMGR12)
CLUSTER(CLUSTER3)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR13) CHANNEL(TO.QMGR13)
CLUSTER(CLUSTER3)
END
7 : END
6 MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
C:WINDOWSsystem32>RUNMQSC QMGR11
5724-H72 (C) Copyright IBM Corp. 1994, 2018.
Starting MQSC for queue manager QMGR11.
DEFINE CHANNEL(TO.QMGR12) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(1012)')
CLUSTER(CLUSTER3)
1 : DEFINE CHANNEL(TO.QMGR12) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(1012)')
CLUSTER(CLUSTER3)
AMQ8014I: IBM MQ channel created.
ALTER NAMELIST(123) NAMES(CLUSTER1,CLUSTER2,CLUSTER3)
2 : ALTER NAMELIST(123) NAMES(CLUSTER1,CLUSTER2,CLUSTER3)
AMQ8551I: IBM MQ namelist changed.
DIS CLUSQMGR(*)
3 : DIS CLUSQMGR(*)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR10) CHANNEL(TO.QMGR10)
CLUSTER(CLUSTER2)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR11) CHANNEL(TO.QMGR11)
CLUSTER(CLUSTER3)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR11) CHANNEL(TO.QMGR11)
CLUSTER(CLUSTER2)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR11) CHANNEL(TO.QMGR11)
CLUSTER(CLUSTER1)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR12) CHANNEL(TO.QMGR12)
CLUSTER(CLUSTER3)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR3) CHANNEL(TO.QMGR3)
CLUSTER(CLUSTER1)
AMQ8441I: Display Cluster Queue Manager details.
CLUSQMGR(QMGR7) CHANNEL(TO.QMGR7)
CLUSTER(CLUSTER2)

Contenu connexe

Tendances

Collision prevention on computer architecture
Collision prevention on computer architectureCollision prevention on computer architecture
Collision prevention on computer architectureSarvesh Verma
 
Practical Byzantine Fault Tolerance
Practical Byzantine Fault TolerancePractical Byzantine Fault Tolerance
Practical Byzantine Fault ToleranceSuman Karumuri
 
Computer network (13)
Computer network (13)Computer network (13)
Computer network (13)NYversity
 
COMPARISON OF HIGH SPEED CONGESTION CONTROL PROTOCOLS
COMPARISON OF HIGH SPEED CONGESTION CONTROL PROTOCOLSCOMPARISON OF HIGH SPEED CONGESTION CONTROL PROTOCOLS
COMPARISON OF HIGH SPEED CONGESTION CONTROL PROTOCOLSIJNSA Journal
 
Investigating the Use of Synchronized Clocks in TCP Congestion Control
Investigating the Use of Synchronized Clocks in TCP Congestion ControlInvestigating the Use of Synchronized Clocks in TCP Congestion Control
Investigating the Use of Synchronized Clocks in TCP Congestion ControlMichele Weigle
 
Paxos building-reliable-system
Paxos building-reliable-systemPaxos building-reliable-system
Paxos building-reliable-systemYanpo Zhang
 
Clans Aggregation for Verification of Networking Protocols on Parallel Archit...
Clans Aggregation for Verification of Networking Protocols on Parallel Archit...Clans Aggregation for Verification of Networking Protocols on Parallel Archit...
Clans Aggregation for Verification of Networking Protocols on Parallel Archit...DmitryZaitsev5
 
Abandon Decades-Old TCPdump for Modern Troubleshooting
Abandon Decades-Old TCPdump for Modern TroubleshootingAbandon Decades-Old TCPdump for Modern Troubleshooting
Abandon Decades-Old TCPdump for Modern TroubleshootingAvi Networks
 
Resource element lte explanations!
Resource element lte explanations!Resource element lte explanations!
Resource element lte explanations!Bobir Shomaksudov
 
Good news, everybody! Guile 2.2 performance notes (FOSDEM 2016)
Good news, everybody! Guile 2.2 performance notes (FOSDEM 2016)Good news, everybody! Guile 2.2 performance notes (FOSDEM 2016)
Good news, everybody! Guile 2.2 performance notes (FOSDEM 2016)Igalia
 
Logging Last Resource Optimization for Distributed Transactions in Oracle…
Logging Last Resource Optimization for Distributed Transactions in  Oracle…Logging Last Resource Optimization for Distributed Transactions in  Oracle…
Logging Last Resource Optimization for Distributed Transactions in Oracle…Gera Shegalov
 
FOSDEM2015: Live migration for containers is around the corner
FOSDEM2015: Live migration for containers is around the cornerFOSDEM2015: Live migration for containers is around the corner
FOSDEM2015: Live migration for containers is around the cornerAndrey Vagin
 
Logging Last Resource Optimization for Distributed Transactions in Oracle We...
Logging Last Resource Optimization for Distributed Transactions in  Oracle We...Logging Last Resource Optimization for Distributed Transactions in  Oracle We...
Logging Last Resource Optimization for Distributed Transactions in Oracle We...Gera Shegalov
 

Tendances (20)

Collision prevention on computer architecture
Collision prevention on computer architectureCollision prevention on computer architecture
Collision prevention on computer architecture
 
Practical Byzantine Fault Tolerance
Practical Byzantine Fault TolerancePractical Byzantine Fault Tolerance
Practical Byzantine Fault Tolerance
 
Computer network (13)
Computer network (13)Computer network (13)
Computer network (13)
 
Week5 lec1-bscs1
Week5 lec1-bscs1Week5 lec1-bscs1
Week5 lec1-bscs1
 
COMPARISON OF HIGH SPEED CONGESTION CONTROL PROTOCOLS
COMPARISON OF HIGH SPEED CONGESTION CONTROL PROTOCOLSCOMPARISON OF HIGH SPEED CONGESTION CONTROL PROTOCOLS
COMPARISON OF HIGH SPEED CONGESTION CONTROL PROTOCOLS
 
B0311219
B0311219B0311219
B0311219
 
Investigating the Use of Synchronized Clocks in TCP Congestion Control
Investigating the Use of Synchronized Clocks in TCP Congestion ControlInvestigating the Use of Synchronized Clocks in TCP Congestion Control
Investigating the Use of Synchronized Clocks in TCP Congestion Control
 
A Baker's dozen of TCP
A Baker's dozen of TCPA Baker's dozen of TCP
A Baker's dozen of TCP
 
Paxos building-reliable-system
Paxos building-reliable-systemPaxos building-reliable-system
Paxos building-reliable-system
 
RCU
RCURCU
RCU
 
Clans Aggregation for Verification of Networking Protocols on Parallel Archit...
Clans Aggregation for Verification of Networking Protocols on Parallel Archit...Clans Aggregation for Verification of Networking Protocols on Parallel Archit...
Clans Aggregation for Verification of Networking Protocols on Parallel Archit...
 
Abandon Decades-Old TCPdump for Modern Troubleshooting
Abandon Decades-Old TCPdump for Modern TroubleshootingAbandon Decades-Old TCPdump for Modern Troubleshooting
Abandon Decades-Old TCPdump for Modern Troubleshooting
 
Fast020702
Fast020702Fast020702
Fast020702
 
community detection
community detectioncommunity detection
community detection
 
Resource element lte explanations!
Resource element lte explanations!Resource element lte explanations!
Resource element lte explanations!
 
Good news, everybody! Guile 2.2 performance notes (FOSDEM 2016)
Good news, everybody! Guile 2.2 performance notes (FOSDEM 2016)Good news, everybody! Guile 2.2 performance notes (FOSDEM 2016)
Good news, everybody! Guile 2.2 performance notes (FOSDEM 2016)
 
Logging Last Resource Optimization for Distributed Transactions in Oracle…
Logging Last Resource Optimization for Distributed Transactions in  Oracle…Logging Last Resource Optimization for Distributed Transactions in  Oracle…
Logging Last Resource Optimization for Distributed Transactions in Oracle…
 
FOSDEM2015: Live migration for containers is around the corner
FOSDEM2015: Live migration for containers is around the cornerFOSDEM2015: Live migration for containers is around the corner
FOSDEM2015: Live migration for containers is around the corner
 
Logging Last Resource Optimization for Distributed Transactions in Oracle We...
Logging Last Resource Optimization for Distributed Transactions in  Oracle We...Logging Last Resource Optimization for Distributed Transactions in  Oracle We...
Logging Last Resource Optimization for Distributed Transactions in Oracle We...
 
Lect9 (1)
Lect9 (1)Lect9 (1)
Lect9 (1)
 

Similaire à Ibm mq c luster overlap demo script

WMQ Toolbox: 20 Scripts, One-liners, & Utilities for UNIX & Windows
WMQ Toolbox: 20 Scripts, One-liners, & Utilities for UNIX & Windows WMQ Toolbox: 20 Scripts, One-liners, & Utilities for UNIX & Windows
WMQ Toolbox: 20 Scripts, One-liners, & Utilities for UNIX & Windows T.Rob Wyatt
 
Mq ssl channels_on_windows
Mq ssl channels_on_windowsMq ssl channels_on_windows
Mq ssl channels_on_windowskarthickmsit
 
Creating qmgr and allowing remote authorization
Creating qmgr and allowing remote authorizationCreating qmgr and allowing remote authorization
Creating qmgr and allowing remote authorizationRavi Babu
 
Bringing Kafka Without Zookeeper Into Production with Colin McCabe | Kafka Su...
Bringing Kafka Without Zookeeper Into Production with Colin McCabe | Kafka Su...Bringing Kafka Without Zookeeper Into Production with Colin McCabe | Kafka Su...
Bringing Kafka Without Zookeeper Into Production with Colin McCabe | Kafka Su...HostedbyConfluent
 
HHM-2833: Where is My Message?: Using IBM MQ Tools to Work Out What Applicati...
HHM-2833: Where is My Message?: Using IBM MQ Tools to Work Out What Applicati...HHM-2833: Where is My Message?: Using IBM MQ Tools to Work Out What Applicati...
HHM-2833: Where is My Message?: Using IBM MQ Tools to Work Out What Applicati...Matt Leming
 
IBM IMPACT 2014 - AMC-1883 - Where's My Message - Analyze IBM WebSphere MQ Re...
IBM IMPACT 2014 - AMC-1883 - Where's My Message - Analyze IBM WebSphere MQ Re...IBM IMPACT 2014 - AMC-1883 - Where's My Message - Analyze IBM WebSphere MQ Re...
IBM IMPACT 2014 - AMC-1883 - Where's My Message - Analyze IBM WebSphere MQ Re...Peter Broadhurst
 
LCA14: LCA14-412: GPGPU on ARM SoC session
LCA14: LCA14-412: GPGPU on ARM SoC sessionLCA14: LCA14-412: GPGPU on ARM SoC session
LCA14: LCA14-412: GPGPU on ARM SoC sessionLinaro
 
Monitoring and problem determination of your mq distributed systems
Monitoring and problem determination of your mq distributed systemsMonitoring and problem determination of your mq distributed systems
Monitoring and problem determination of your mq distributed systemsmatthew1001
 
Inside the JVM - Performance & Garbage Collector Tuning in JAVA
Inside the JVM - Performance & Garbage Collector Tuning in JAVA Inside the JVM - Performance & Garbage Collector Tuning in JAVA
Inside the JVM - Performance & Garbage Collector Tuning in JAVA Rafael Monteiro e Pereira
 
IBM Datapower Security Scenario with JWS & JWE
IBM Datapower Security Scenario with JWS & JWEIBM Datapower Security Scenario with JWS & JWE
IBM Datapower Security Scenario with JWS & JWEsandipg123
 
Oracle Basics and Architecture
Oracle Basics and ArchitectureOracle Basics and Architecture
Oracle Basics and ArchitectureSidney Chen
 
Where is My Message?: Use MQ Tools to Work Out What Applications Have Done
Where is My Message?: Use MQ Tools to Work Out What Applications Have DoneWhere is My Message?: Use MQ Tools to Work Out What Applications Have Done
Where is My Message?: Use MQ Tools to Work Out What Applications Have DoneMorag Hughson
 
Migrating KSM page causes the VM lock up as the KSM page merging list is too ...
Migrating KSM page causes the VM lock up as the KSM page merging list is too ...Migrating KSM page causes the VM lock up as the KSM page merging list is too ...
Migrating KSM page causes the VM lock up as the KSM page merging list is too ...Gavin Guo
 
OpenSSL + Intel (r) Quick Assist Technology Engine Setup Instructions
OpenSSL + Intel (r) Quick Assist Technology Engine Setup InstructionsOpenSSL + Intel (r) Quick Assist Technology Engine Setup Instructions
OpenSSL + Intel (r) Quick Assist Technology Engine Setup InstructionsMichelle Holley
 
MQ Security Overview
MQ Security OverviewMQ Security Overview
MQ Security OverviewMarkTaylorIBM
 
淺談 Live patching technology
淺談 Live patching technology淺談 Live patching technology
淺談 Live patching technologySZ Lin
 
Where is my MQ message on z/OS?
Where is my MQ message on z/OS?Where is my MQ message on z/OS?
Where is my MQ message on z/OS?Matt Leming
 
NYC Java Meetup - Profiling and Performance
NYC Java Meetup - Profiling and PerformanceNYC Java Meetup - Profiling and Performance
NYC Java Meetup - Profiling and PerformanceJason Shao
 
IBM MQ Whats new - up to 9.3.4.pptx
IBM MQ Whats new - up to 9.3.4.pptxIBM MQ Whats new - up to 9.3.4.pptx
IBM MQ Whats new - up to 9.3.4.pptxMatt Leming
 

Similaire à Ibm mq c luster overlap demo script (20)

WMQ Toolbox: 20 Scripts, One-liners, & Utilities for UNIX & Windows
WMQ Toolbox: 20 Scripts, One-liners, & Utilities for UNIX & Windows WMQ Toolbox: 20 Scripts, One-liners, & Utilities for UNIX & Windows
WMQ Toolbox: 20 Scripts, One-liners, & Utilities for UNIX & Windows
 
Mq ssl channels_on_windows
Mq ssl channels_on_windowsMq ssl channels_on_windows
Mq ssl channels_on_windows
 
Creating qmgr and allowing remote authorization
Creating qmgr and allowing remote authorizationCreating qmgr and allowing remote authorization
Creating qmgr and allowing remote authorization
 
Bringing Kafka Without Zookeeper Into Production with Colin McCabe | Kafka Su...
Bringing Kafka Without Zookeeper Into Production with Colin McCabe | Kafka Su...Bringing Kafka Without Zookeeper Into Production with Colin McCabe | Kafka Su...
Bringing Kafka Without Zookeeper Into Production with Colin McCabe | Kafka Su...
 
HHM-2833: Where is My Message?: Using IBM MQ Tools to Work Out What Applicati...
HHM-2833: Where is My Message?: Using IBM MQ Tools to Work Out What Applicati...HHM-2833: Where is My Message?: Using IBM MQ Tools to Work Out What Applicati...
HHM-2833: Where is My Message?: Using IBM MQ Tools to Work Out What Applicati...
 
IBM IMPACT 2014 - AMC-1883 - Where's My Message - Analyze IBM WebSphere MQ Re...
IBM IMPACT 2014 - AMC-1883 - Where's My Message - Analyze IBM WebSphere MQ Re...IBM IMPACT 2014 - AMC-1883 - Where's My Message - Analyze IBM WebSphere MQ Re...
IBM IMPACT 2014 - AMC-1883 - Where's My Message - Analyze IBM WebSphere MQ Re...
 
LCA14: LCA14-412: GPGPU on ARM SoC session
LCA14: LCA14-412: GPGPU on ARM SoC sessionLCA14: LCA14-412: GPGPU on ARM SoC session
LCA14: LCA14-412: GPGPU on ARM SoC session
 
New Features in QP5
New Features in QP5New Features in QP5
New Features in QP5
 
Monitoring and problem determination of your mq distributed systems
Monitoring and problem determination of your mq distributed systemsMonitoring and problem determination of your mq distributed systems
Monitoring and problem determination of your mq distributed systems
 
Inside the JVM - Performance & Garbage Collector Tuning in JAVA
Inside the JVM - Performance & Garbage Collector Tuning in JAVA Inside the JVM - Performance & Garbage Collector Tuning in JAVA
Inside the JVM - Performance & Garbage Collector Tuning in JAVA
 
IBM Datapower Security Scenario with JWS & JWE
IBM Datapower Security Scenario with JWS & JWEIBM Datapower Security Scenario with JWS & JWE
IBM Datapower Security Scenario with JWS & JWE
 
Oracle Basics and Architecture
Oracle Basics and ArchitectureOracle Basics and Architecture
Oracle Basics and Architecture
 
Where is My Message?: Use MQ Tools to Work Out What Applications Have Done
Where is My Message?: Use MQ Tools to Work Out What Applications Have DoneWhere is My Message?: Use MQ Tools to Work Out What Applications Have Done
Where is My Message?: Use MQ Tools to Work Out What Applications Have Done
 
Migrating KSM page causes the VM lock up as the KSM page merging list is too ...
Migrating KSM page causes the VM lock up as the KSM page merging list is too ...Migrating KSM page causes the VM lock up as the KSM page merging list is too ...
Migrating KSM page causes the VM lock up as the KSM page merging list is too ...
 
OpenSSL + Intel (r) Quick Assist Technology Engine Setup Instructions
OpenSSL + Intel (r) Quick Assist Technology Engine Setup InstructionsOpenSSL + Intel (r) Quick Assist Technology Engine Setup Instructions
OpenSSL + Intel (r) Quick Assist Technology Engine Setup Instructions
 
MQ Security Overview
MQ Security OverviewMQ Security Overview
MQ Security Overview
 
淺談 Live patching technology
淺談 Live patching technology淺談 Live patching technology
淺談 Live patching technology
 
Where is my MQ message on z/OS?
Where is my MQ message on z/OS?Where is my MQ message on z/OS?
Where is my MQ message on z/OS?
 
NYC Java Meetup - Profiling and Performance
NYC Java Meetup - Profiling and PerformanceNYC Java Meetup - Profiling and Performance
NYC Java Meetup - Profiling and Performance
 
IBM MQ Whats new - up to 9.3.4.pptx
IBM MQ Whats new - up to 9.3.4.pptxIBM MQ Whats new - up to 9.3.4.pptx
IBM MQ Whats new - up to 9.3.4.pptx
 

Dernier

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 

Dernier (20)

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 

Ibm mq c luster overlap demo script

  • 1. Below Clustering setup facilitate not just Full repository and Partial repository. It also have “NAMELIST” object of MQ where “Two Cluster Setups” bridged by one More Queue Manager which work as “Gated Queue Manager”. This is purely for demo purpose of Cluster overlapping. No data of this should not be used for commercial purpose without consent. This is for Open-source Knowledge sharing. C:WINDOWSsystem32>DSPMQ QMNAME(QMGR3) STATUS(Running) QMNAME(QMGR4) STATUS(Running) QMNAME(QMGR5) STATUS(Running) QMNAME(QMGR6) STATUS(Running) C:WINDOWSsystem32>RUNMQSC QMGR3 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR3. ALTER QMGR REPOS(CLUSTER1) 1 : ALTER QMGR REPOS(CLUSTER1) AMQ8005I: IBM MQ queue manager changed. DEFINE LSTR(QMGR3.LSTR) TRPTYPE(TCP) PORT(3333) 2 : DEFINE LSTR(QMGR3.LSTR) TRPTYPE(TCP) PORT(3333) AMQ8626I: IBM MQ listener created. START LSTR(QMGR3.LSTR) 3 : START LSTR(QMGR3.LSTR) AMQ8021I: Request to start IBM MQ listener accepted. DIS LSSTATUS(*) ALL 4 : DIS LSSTATUS(*) ALL AMQ8631I: Display listener status details. LISTENER(QMGR3.LSTR) STATUS(RUNNING) PID(23568) STARTDA(2022-02-17)
  • 2. STARTTI(22.42.07) DESCR( ) TRPTYPE(TCP) CONTROL(MANUAL) IPADDR(*) PORT(3333) BACKLOG(100) DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(3333)') CLUSTER(CLUSTER1) 5 : DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(3333)') CLUSTER(CLUSTER1) AMQ8014I: IBM MQ channel created. END 6 : END 5 MQSC commands read. No commands have a syntax error. All valid MQSC commands were processed. C:WINDOWSsystem32>RUNMQSC QMGR4 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR4. DEFINE LSTR(QMGR4.LSTR) TRPTYPE(TCP) PORT(4444) 1 : DEFINE LSTR(QMGR4.LSTR) TRPTYPE(TCP) PORT(4444) AMQ8626I: IBM MQ listener created. START LSTR(QMGR4.LSTR) 2 : START LSTR(QMGR4.LSTR) AMQ8021I: Request to start IBM MQ listener accepted. DIS LSSTATUS(*) ALL 3 : DIS LSSTATUS(*) ALL AMQ8631I: Display listener status details. LISTENER(QMGR4.LSTR) STATUS(RUNNING) PID(21768) STARTDA(2022-02-17) STARTTI(22.43.34) DESCR( )
  • 3. TRPTYPE(TCP) CONTROL(MANUAL) IPADDR(*) PORT(4444) BACKLOG(100) DEFINE CHANNEL(TO.QMGR4) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(4444)') CLUSTER(CLUSTER1) 4 : DEFINE CHANNEL(TO.QMGR4) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(4444)') CLUSTER(CLUSTER1) AMQ8014I: IBM MQ channel created. DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)') CLUSTER(CLUSTER1) 5 : DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)') CLUSTER(CLUSTER1) AMQ8014I: IBM MQ channel created. DIS CLUSQMGR(*) 6 : DIS CLUSQMGR(*) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR3) CHANNEL(TO.QMGR3) CLUSTER(CLUSTER1) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR4) CHANNEL(TO.QMGR4) CLUSTER(CLUSTER1) END 7 : END 6 MQSC commands read. No commands have a syntax error. All valid MQSC commands were processed. C:WINDOWSsystem32>RUNMQSC QMGR5 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR5.
  • 4. DEFINE LSTR(QMGR5.LSTR) TRPTYPE(TCP) PORT(5555) 1 : DEFINE LSTR(QMGR5.LSTR) TRPTYPE(TCP) PORT(5555) AMQ8626I: IBM MQ listener created. START LSTR(QMGR5.LSTR) 2 : START LSTR(QMGR5.LSTR) AMQ8021I: Request to start IBM MQ listener accepted. DIS LSSTATUS(*) ALL 3 : DIS LSSTATUS(*) ALL AMQ8631I: Display listener status details. LISTENER(QMGR5.LSTR) STATUS(RUNNING) PID(18644) STARTDA(2022-02-17) STARTTI(22.46.31) DESCR( ) TRPTYPE(TCP) CONTROL(MANUAL) IPADDR(*) PORT(5555) BACKLOG(100) DEFINE CHANNEL(TO.QMGR5) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(5555)') CLUSTER(CLUSTER1) 4 : DEFINE CHANNEL(TO.QMGR5) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(5555)') CLUSTER(CLUSTER1) AMQ8014I: IBM MQ channel created. DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)') CLUSTER(cLUSTER1) 5 : DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)') CLUSTER(cLUSTER1) AMQ8014I: IBM MQ channel created. DIS CLUSQMGR(*) 6 : DIS CLUSQMGR(*) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR3) CHANNEL(TO.QMGR3) CLUSTER(CLUSTER1) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR5) CHANNEL(TO.QMGR5)
  • 5. CLUSTER(CLUSTER1) END 7 : END 6 MQSC commands read. No commands have a syntax error. All valid MQSC commands were processed. C:WINDOWSsystem32>RUNMQSC QMGR6 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR6. DEFINE LSTR(QMGR6.LSTR) TRPTYPE(TCP) PORT(6666) 1 : DEFINE LSTR(QMGR6.LSTR) TRPTYPE(TCP) PORT(6666) AMQ8626I: IBM MQ listener created. START LSTR(QMGR6.LSTR) 2 : START LSTR(QMGR6.LSTR) AMQ8021I: Request to start IBM MQ listener accepted. DIS LSSTATUS(QMGR6.LSTR) 3 : DIS LSSTATUS(QMGR6.LSTR) AMQ8631I: Display listener status details. LISTENER(QMGR6.LSTR) STATUS(RUNNING) PID(27672) STARTDA(2022-02-17) STARTTI(22.49.25) DESCR( ) TRPTYPE(TCP) CONTROL(MANUAL) IPADDR(*) PORT(6666) BACKLOG(100) DEFINE CHANNEL(TO.QMGR6) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(6666)') CLUSTER(CLUSTER1) 4 : DEFINE CHANNEL(TO.QMGR6) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(6666)') CLUSTER(CLUSTER1) AMQ8014I: IBM MQ channel created.
  • 6. DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)') CLUSTER(CLUSTER1) 5 : DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)') CLUSTER(CLUSTER1) AMQ8014I: IBM MQ channel created. DIS CLUSQMGR(*) 6 : DIS CLUSQMGR(*) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR3) CHANNEL(TO.QMGR3) CLUSTER(CLUSTER1) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR6) CHANNEL(TO.QMGR6) CLUSTER(CLUSTER1) END 7 : END 6 MQSC commands read. No commands have a syntax error. All valid MQSC commands were processed. C:WINDOWSsystem32>RUNMQSC QMGR3 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR3. DIS CLUSQMGR(*) 1 : DIS CLUSQMGR(*) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR3) CHANNEL(TO.QMGR3) CLUSTER(CLUSTER1) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR4) CHANNEL(TO.QMGR4) CLUSTER(CLUSTER1)
  • 7. AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR5) CHANNEL(TO.QMGR5) CLUSTER(CLUSTER1) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR6) CHANNEL(TO.QMGR6) CLUSTER(CLUSTER1) END 2 : END One MQSC command read. No commands have a syntax error. All valid MQSC commands were processed. C:WINDOWSsystem32>CRTMQM QMGR7 | CRTMQM QMGR8 | CRTMQM QMGR9 | CRTMQM QMGR10 There are 85 days left in the trial period for this copy of IBM MQ. There are 85 days left in the trial period for this copy of IBM MQ. There are T85 dhaeyre are 85 dayss l leefftt ini thne t threi al tprierioda l for this pceriod fopor this coy of IBM MQ. py of IBM MQ. IBM MIQ queue manager created. BM MQ queue manager crDiereated. ctoDirectory 'C:ProgramDataIBMMrQyqmgrsQMGR9' created. 'C:ProgramDataIBMMQqmgrsQMGR10' created. The queue managTehre is associated with installation 'Installation2'. queue manager is associated with installation 'Installation2'. IBM MIBM MQ queue manager created. Q Directory 'C:ProgramDataIBMMQqmgrsQMGR7' created. queue manager created. The queue manager is associated with installation 'Installation2'. Directory 'C:ProgramDataIBMMQqmgrsQMGR8' created. The queue manager is associated with installation 'Installation2'. Creating or replacing default objects for queue manager 'QMGR10'.
  • 8. Creating or replacing default objects for queue manager 'QMGR9'. Creating or replacing default objects for queue manager 'QMGR8'. Creating or replacing default objects for queue manager 'QMGR7'. Default objects statistics : 87 created. 0 replaced. 0 failedD. efault objects statistics : 8C7o mplcetinrgea tseedt. u0p .rep laced. 0 failed. Completing setup. SSetup completed. etup completed. Default objects statistics : 87 created. 0 replDefault objects statistics : 87 created. 0 replaced. 0 failed. aced. 0 failed. Completing setup. Completing setup. Setup completed. Setup completed. C:WINDOWSsystem32>STRMQM QMGR7 | STRMQM QMGR8 | STRMQM QMGR9 | STRMQM QMGR10 There are 85 days left in the trial period for this copy of IBM MQ. There are 85 days left in the trial period for this copy of IBM MQ. IBM MQ queue manager 'QMGR8' starting. There are 85 days left in the trial period for this copy of IBM MQ. The queue manager is associated with installation 'Installation2'. IBM MQ queue manager 'QMGR10' starting. The queue manager is associated with installation 'Installation2'. IBM MQ queue manager 'QMGR9' starting. The queue manager is associated with installation 'Installation2'. There are 85 days left in the trial period for this copy of IBM MQ. IBM MQ queue manager 'QMGR7' starting. The queue manager is associated with installation 'Installation2'. 5 log records accessed on queue manager 'QMGR9' during the log replay phase.
  • 9. Log replay for queue manager 'QMGR9' complete. Transaction manager state recovered for queue manager 'QMGR9'. 5 log records accessed on queue manager 'QMGR8' during the log replay phase. Log replay for queue manager 'QMGR8' complete. 5 log records accessed on queue manager 'QMGR10' during the log replay phase. Transaction manager state recovered for queue manager 'QMGR8'. Log replay for queueIB 5M mMQ queulae manager 'QMGR9' sontarted using gager records accessed on queue manager ' VIBM MQ queue manager 'QMGR8' started using V9.1.0.0. 9.1.0.0. 'QMGR10' complete. QMGR7' during the log replay phase. Transaction manager state recovered for queue manager 'QMGR10'. Log repIlaBM MQ queue manyager ' QMGR10'f sotra rtqeude uusei mang V9.1.0nager 'Q.0.M GR7' complete. Transaction manager state recovered for queue manager 'QMGR7'. IBM MQ queue manager 'QMGR7' started using V9.1.0.0. C:WINDOWSsystem32>DSPMQ QMNAME(QMGR3) STATUS(Running) QMNAME(QMGR4) STATUS(Running) QMNAME(QMGR5) STATUS(Running) QMNAME(QMGR6) STATUS(Running) QMNAME(QMGR7) STATUS(Running) QMNAME(QMGR8) STATUS(Running) QMNAME(QMGR9) STATUS(Running) QMNAME(QMGR10) STATUS(Running) C:WINDOWSsystem32>RUNMQSC QMGR7 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR7.
  • 10. ALTER QMGR REPOS(CLUSTER2) 1 : ALTER QMGR REPOS(CLUSTER2) AMQ8005I: IBM MQ queue manager changed. DEFINE LSTR(QMGR7.LSTR) TRPTYPE(TCP) PORT(7777) 2 : DEFINE LSTR(QMGR7.LSTR) TRPTYPE(TCP) PORT(7777) AMQ8626I: IBM MQ listener created. START LSTR(QMGR7.LSTR) 3 : START LSTR(QMGR7.LSTR) AMQ8021I: Request to start IBM MQ listener accepted. DIS LSSTATUS(*) 4 : DIS LSSTATUS(*) AMQ8631I: Display listener status details. LISTENER(QMGR7.LSTR) STATUS(RUNNING) PID(26924) DIS LSSTATUS(*) ALL 5 : DIS LSSTATUS(*) ALL AMQ8631I: Display listener status details. LISTENER(QMGR7.LSTR) STATUS(RUNNING) PID(26924) STARTDA(2022-02-17) STARTTI(22.54.25) DESCR( ) TRPTYPE(TCP) CONTROL(MANUAL) IPADDR(*) PORT(7777) BACKLOG(100) DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(7777)') CLUSTER(CLUSTER2) 6 : DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(7777)') CLUSTER(CLUSTER2) AMQ8014I: IBM MQ channel created. DIS CLUSQMGR(*) 7 : DIS CLUSQMGR(*) AMQ8441I: Display Cluster Queue Manager details.
  • 11. CLUSQMGR(QMGR7) CHANNEL(TO.QMGR7) CLUSTER(CLUSTER2) END 8 : END 7 MQSC commands read. No commands have a syntax error. All valid MQSC commands were processed. C:WINDOWSsystem32>RUNMQSC QMGR8 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR8. DEFINE LSTR(QMGR8.LSTR) TRPTYPE(TCP) PORT(8888) 1 : DEFINE LSTR(QMGR8.LSTR) TRPTYPE(TCP) PORT(8888) AMQ8626I: IBM MQ listener created. START LSTR(QMGR8.LSTR) 2 : START LSTR(QMGR8.LSTR) AMQ8021I: Request to start IBM MQ listener accepted. DIS LSSTATUS(QMGR8.LSTR) 3 : DIS LSSTATUS(QMGR8.LSTR) AMQ8631I: Display listener status details. LISTENER(QMGR8.LSTR) STATUS(RUNNING) PID(19132) STARTDA(2022-02-17) STARTTI(22.55.59) DESCR( ) TRPTYPE(TCP) CONTROL(MANUAL) IPADDR(*) PORT(8888) BACKLOG(100) DEFINE CHANNEL(TO.QMGR8) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(8888)') CLUSTER(CLUSTER2) 4 : DEFINE CHANNEL(TO.QMGR8) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(8888)') CLUSTER(CLUSTER2)
  • 12. AMQ8014I: IBM MQ channel created. DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)') CLUSTER(CLUSTER2) 5 : DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)') CLUSTER(CLUSTER2) AMQ8014I: IBM MQ channel created. DIS CLUSQMGR(*) 6 : DIS CLUSQMGR(*) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR7) CHANNEL(TO.QMGR7) CLUSTER(CLUSTER2) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR8) CHANNEL(TO.QMGR8) CLUSTER(CLUSTER2) END 7 : END 6 MQSC commands read. No commands have a syntax error. All valid MQSC commands were processed. C:WINDOWSsystem32>RUNMQSC QMGR9 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR9. DEFINE LSTR(QMGR9.LSTR) TRPTYPE(TCP) PORT(9999) 1 : DEFINE LSTR(QMGR9.LSTR) TRPTYPE(TCP) PORT(9999) AMQ8626I: IBM MQ listener created. START LSTR(QMGR9.LSTR) 2 : START LSTR(QMGR9.LSTR) AMQ8021I: Request to start IBM MQ listener accepted. DIS LSSTATUS(QMGR9.LSTR)
  • 13. 3 : DIS LSSTATUS(QMGR9.LSTR) AMQ8631I: Display listener status details. LISTENER(QMGR9.LSTR) STATUS(RUNNING) PID(16128) STARTDA(2022-02-17) STARTTI(22.58.08) DESCR( ) TRPTYPE(TCP) CONTROL(MANUAL) IPADDR(*) PORT(9999) BACKLOG(100) DEFINE CHANNEL(TO.QMGR9) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(9999)') CLUSTER(CLUSTER2) 4 : DEFINE CHANNEL(TO.QMGR9) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(9999)') CLUSTER(CLUSTER2) AMQ8014I: IBM MQ channel created. DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)') CLUSTER(CLUSTER2) 5 : DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)') CLUSTER(CLUSTER2) AMQ8014I: IBM MQ channel created. DIS CLUSQMGR(*) 6 : DIS CLUSQMGR(*) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR7) CHANNEL(TO.QMGR7) CLUSTER(CLUSTER2) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR9) CHANNEL(TO.QMGR9) CLUSTER(CLUSTER2) END 7 : END 6 MQSC commands read. No commands have a syntax error. All valid MQSC commands were processed.
  • 14. C:WINDOWSsystem32>RUNMQSC QMGR10 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR10. DEFINE LSTR(QMGR10.LSTR) TRPTYPE(TCP) PORT(1010) 1 : DEFINE LSTR(QMGR10.LSTR) TRPTYPE(TCP) PORT(1010) AMQ8626I: IBM MQ listener created. START LSTR(QMGR10.LSTR) 2 : START LSTR(QMGR10.LSTR) AMQ8021I: Request to start IBM MQ listener accepted. DIS LSSTATUS(QMGR10.LSTR) 3 : DIS LSSTATUS(QMGR10.LSTR) AMQ8631I: Display listener status details. LISTENER(QMGR10.LSTR) STATUS(RUNNING) PID(7800) STARTDA(2022-02-17) STARTTI(23.00.17) DESCR( ) TRPTYPE(TCP) CONTROL(MANUAL) IPADDR(*) PORT(1010) BACKLOG(100) DEFINE CHANNEL(TO.QMGR10) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1010)') CLUSTER(CLUSTER2) 4 : DEFINE CHANNEL(TO.QMGR10) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1010)') CLUSTER(CLUSTER2) AMQ8014I: IBM MQ channel created. DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)') CLUSTER(CLUSTER2) 5 : DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)') CLUSTER(CLUSTER2) AMQ8014I: IBM MQ channel created. DIS CLUSQMGR(*) 6 : DIS CLUSQMGR(*)
  • 15. AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR10) CHANNEL(TO.QMGR10) CLUSTER(CLUSTER2) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR7) CHANNEL(TO.QMGR7) CLUSTER(CLUSTER2) END 7 : END 6 MQSC commands read. No commands have a syntax error. All valid MQSC commands were processed. C:WINDOWSsystem32>CRTMQM QMGR11 There are 85 days left in the trial period for this copy of IBM MQ. IBM MQ queue manager created. Directory 'C:ProgramDataIBMMQqmgrsQMGR11' created. The queue manager is associated with installation 'Installation2'. Creating or replacing default objects for queue manager 'QMGR11'. Default objects statistics : 87 created. 0 replaced. 0 failed. Completing setup. Setup completed. This is purely for demo purpose of Cluster overlapping. No data of this should not be used for commercial purpose without consent. This is for Open-source Knowledge sharing. C:WINDOWSsystem32>STRMQM QMGR11 There are 85 days left in the trial period for this copy of IBM MQ. IBM MQ queue manager 'QMGR11' starting. The queue manager is associated with installation 'Installation2'. 5 log records accessed on queue manager 'QMGR11' during the log replay phase. Log replay for queue manager 'QMGR11' complete.
  • 16. Transaction manager state recovered for queue manager 'QMGR11'. IBM MQ queue manager 'QMGR11' started using V9.1.0.0. C:WINDOWSsystem32>RUNMQSC QMGR11 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR11. DEFINE LSTR(QMGR11.LSTR) TRPTYPE(TCP) PORT(1011) 1 : DEFINE LSTR(QMGR11.LSTR) TRPTYPE(TCP) PORT(1011) AMQ8626I: IBM MQ listener created. START LSTR(QMGR11.LSTR) 2 : START LSTR(QMGR11.LSTR) AMQ8021I: Request to start IBM MQ listener accepted. DIS LSSTATUS(QMGR11.LSTR) 3 : DIS LSSTATUS(QMGR11.LSTR) AMQ8631I: Display listener status details. LISTENER(QMGR11.LSTR) STATUS(RUNNING) PID(28188) STARTDA(2022-02-17) STARTTI(23.12.04) DESCR( ) TRPTYPE(TCP) CONTROL(MANUAL) IPADDR(*) PORT(1011) BACKLOG(100) DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)') CLUSTER(CLUSTER1) 4 : DEFINE CHANNEL(TO.QMGR3) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(3333)') CLUSTER(CLUSTER1) AMQ8014I: IBM MQ channel created. DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)') CLUSTER(CLUSTER2) 5 : DEFINE CHANNEL(TO.QMGR7) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(7777)') CLUSTER(CLUSTER2) AMQ8014I: IBM MQ channel created.
  • 17. DEFINE NAMELIST(123) NAMES(CLUSTER1,CLUSTER2) 8 : DEFINE NAMELIST(123) NAMES(CLUSTER1,CLUSTER2) AMQ8552I: IBM MQ namelist created. DEFINE CHANNEL(TO.QMGR11) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1011)') CLUSNL(123) 9 : DEFINE CHANNEL(TO.QMGR11) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1011)') CLUSNL(123) AMQ8014I: IBM MQ channel created. DIS CLUSQMGR(*) 10 : DIS CLUSQMGR(*) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR11) CHANNEL(TO.QMGR11) CLUSTER(CLUSTER2) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR11) CHANNEL(TO.QMGR11) CLUSTER(CLUSTER1) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR3) CHANNEL(TO.QMGR3) CLUSTER(CLUSTER1) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR7) CHANNEL(TO.QMGR7) CLUSTER(CLUSTER2) C:WINDOWSsystem32>RUNMQSC QMGR11 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR11. DEFINE QALIAS(ABC.ALIAS) TARGET(ABC) DEFBIND(NOTFIXED) CLUSNL(123) 1 : DEFINE QALIAS(ABC.ALIAS) TARGET(ABC) DEFBIND(NOTFIXED) CLUSNL(123) AMQ8006I: IBM MQ queue created. END
  • 18. 2 : END One MQSC command read. No commands have a syntax error. All valid MQSC commands were processed. C:WINDOWSsystem32>AMQSPUT ABC.ALIAS QMGR3 Sample AMQSPUT0 start target queue is ABC.ALIAS 1111 2314 1353 883148U 91833412 Sample AMQSPUT0 end C:WINDOWSsystem32>RUNMQSC QMGR10 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR10. DIS QS(ABC) 1 : DIS QS(ABC) AMQ8450I: Display queue status details. QUEUE(ABC) TYPE(QUEUE) CURDEPTH(5) IPPROCS(0) LGETDATE( ) LGETTIME( ) LPUTDATE( ) LPUTTIME( ) MEDIALOG( ) MONQ(OFF) MSGAGE( ) OPPROCS(1) QTIME( , ) UNCOM(NO)
  • 19. C:WINDOWSsystem32>CRTMQM QMGR12 There are 85 days left in the trial period for this copy of IBM MQ. IBM MQ queue manager created. Directory 'C:ProgramDataIBMMQqmgrsQMGR12' created. The queue manager is associated with installation 'Installation2'. Creating or replacing default objects for queue manager 'QMGR12'. Default objects statistics : 87 created. 0 replaced. 0 failed. Completing setup. Setup completed. C:WINDOWSsystem32>STRMQM QMGR12 There are 85 days left in the trial period for this copy of IBM MQ. IBM MQ queue manager 'QMGR12' starting. The queue manager is associated with installation 'Installation2'. 5 log records accessed on queue manager 'QMGR12' during the log replay phase. Log replay for queue manager 'QMGR12' complete. Transaction manager state recovered for queue manager 'QMGR12'. IBM MQ queue manager 'QMGR12' started using V9.1.0.0. C:WINDOWSsystem32>RUNMQSC QMGR12 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR12. ALTER QMGR REPOS(CLUSTER3) 1 : ALTER QMGR REPOS(CLUSTER3) AMQ8005I: IBM MQ queue manager changed. DEFINE LSTR(QMGR12.LSTR) TRPTYPE(TCP) PORT(1012) 2 : DEFINE LSTR(QMGR12.LSTR) TRPTYPE(TCP) PORT(1012) AMQ8626I: IBM MQ listener created.
  • 20. START LSTR(QMGR12.LSTR) 3 : START LSTR(QMGR12.LSTR) AMQ8021I: Request to start IBM MQ listener accepted. DIS LSSTATUS(*) ALL 4 : DIS LSSTATUS(*) ALL AMQ8631I: Display listener status details. LISTENER(QMGR12.LSTR) STATUS(RUNNING) PID(18788) STARTDA(2022-02-17) STARTTI(23.33.30) DESCR( ) TRPTYPE(TCP) CONTROL(MANUAL) IPADDR(*) PORT(1012) BACKLOG(100) DEFINE CHANNEL(TO.QMGR12) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1012)') CLUSTER(CLUSTER3) 5 : DEFINE CHANNEL(TO.QMGR12) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1012)') CLUSTER(CLUSTER3) AMQ8014I: IBM MQ channel created. DIS CLUSQMGR(*) 6 : DIS CLUSQMGR(*) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR12) CHANNEL(TO.QMGR12) CLUSTER(CLUSTER3) END 7 : END 6 MQSC commands read. No commands have a syntax error. All valid MQSC commands were processed. C:WINDOWSsystem32>CRTMQM QMGR13 There are 85 days left in the trial period for this copy of IBM MQ. IBM MQ queue manager created. Directory 'C:ProgramDataIBMMQqmgrsQMGR13' created.
  • 21. The queue manager is associated with installation 'Installation2'. Creating or replacing default objects for queue manager 'QMGR13'. Default objects statistics : 87 created. 0 replaced. 0 failed. Completing setup. Setup completed. C:WINDOWSsystem32>STRMQM QMGR13 There are 85 days left in the trial period for this copy of IBM MQ. IBM MQ queue manager 'QMGR13' starting. The queue manager is associated with installation 'Installation2'. 5 log records accessed on queue manager 'QMGR13' during the log replay phase. Log replay for queue manager 'QMGR13' complete. Transaction manager state recovered for queue manager 'QMGR13'. IBM MQ queue manager 'QMGR13' started using V9.1.0.0. C:WINDOWSsystem32>RUNMQSC QMGR13 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR13. DEFINE LSTR(QMGR13.LSTR) TRPTYPE(TCP) PORT(1013) 1 : DEFINE LSTR(QMGR13.LSTR) TRPTYPE(TCP) PORT(1013) AMQ8626I: IBM MQ listener created. START LSTR(QMGR13.LSTR) 2 : START LSTR(QMGR13.LSTR) AMQ8021I: Request to start IBM MQ listener accepted. DIS LSSTATUS(*) ALL 3 : DIS LSSTATUS(*) ALL AMQ8631I: Display listener status details. LISTENER(QMGR13.LSTR) STATUS(RUNNING) PID(28568) STARTDA(2022-02-17)
  • 22. STARTTI(23.36.04) DESCR( ) TRPTYPE(TCP) CONTROL(MANUAL) IPADDR(*) PORT(1013) BACKLOG(100) DEFINE CHANNEL(TO.QMGR13) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1013)') CLUSTER(CLUSTER3) 4 : DEFINE CHANNEL(TO.QMGR13) CHLTYPE(CLUSRCVR) CONNAME('LOCALHOST(1013)') CLUSTER(CLUSTER3) AMQ8014I: IBM MQ channel created. DEFINE CHANNEL(TO.QMGR12) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(1012)') CLUSTER(CLUSTER3) 5 : DEFINE CHANNEL(TO.QMGR12) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(1012)') CLUSTER(CLUSTER3) AMQ8014I: IBM MQ channel created. DIS CLUSQMGR(*) 6 : DIS CLUSQMGR(*) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR12) CHANNEL(TO.QMGR12) CLUSTER(CLUSTER3) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR13) CHANNEL(TO.QMGR13) CLUSTER(CLUSTER3) END 7 : END 6 MQSC commands read. No commands have a syntax error. All valid MQSC commands were processed. C:WINDOWSsystem32>RUNMQSC QMGR11 5724-H72 (C) Copyright IBM Corp. 1994, 2018. Starting MQSC for queue manager QMGR11.
  • 23. DEFINE CHANNEL(TO.QMGR12) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(1012)') CLUSTER(CLUSTER3) 1 : DEFINE CHANNEL(TO.QMGR12) CHLTYPE(CLUSSDR) CONNAME('LOCALHOST(1012)') CLUSTER(CLUSTER3) AMQ8014I: IBM MQ channel created. ALTER NAMELIST(123) NAMES(CLUSTER1,CLUSTER2,CLUSTER3) 2 : ALTER NAMELIST(123) NAMES(CLUSTER1,CLUSTER2,CLUSTER3) AMQ8551I: IBM MQ namelist changed. DIS CLUSQMGR(*) 3 : DIS CLUSQMGR(*) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR10) CHANNEL(TO.QMGR10) CLUSTER(CLUSTER2) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR11) CHANNEL(TO.QMGR11) CLUSTER(CLUSTER3) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR11) CHANNEL(TO.QMGR11) CLUSTER(CLUSTER2) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR11) CHANNEL(TO.QMGR11) CLUSTER(CLUSTER1) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR12) CHANNEL(TO.QMGR12) CLUSTER(CLUSTER3) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR3) CHANNEL(TO.QMGR3) CLUSTER(CLUSTER1) AMQ8441I: Display Cluster Queue Manager details. CLUSQMGR(QMGR7) CHANNEL(TO.QMGR7) CLUSTER(CLUSTER2)