Author |
Message
|
sboucher |
Posted: Wed Nov 19, 2003 8:35 am Post subject: Adding Second Broker |
|
|
Acolyte
Joined: 27 Oct 2002 Posts: 52
|
Do I need to create another Config Mgr when I add another broker using a different Q Mgr. I cannot seem to get the second broker deployed.
This was my process based on other posts and WMQI manual
Created Broker using Command Assistant in WMQI
Started Broker using mqsistart at cmd line
Checked out topology Created Broker with same name in WMQI
Did a deploy of topology
Deploy Hangs.
Deleted Broker from topology
Used Command Assistant to Delete Broker
Cleared out any references to this broker in underlying DB2 tables
Did a complete deploy in WMQI. Also tried a force deploy
Thanks _________________ Scott A. Boucher
Database Administartor |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Nov 19, 2003 8:45 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Did you try connecting the two queue managers with channels and transmit queues, as specified in both the Installation&Planning guide and the Administration guide? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sboucher |
Posted: Wed Nov 19, 2003 9:05 am Post subject: |
|
|
Acolyte
Joined: 27 Oct 2002 Posts: 52
|
Jeff,
No I didn't ... but I will now. Hope this will make my problem go away
Thanks _________________ Scott A. Boucher
Database Administartor |
|
Back to top |
|
 |
sboucher |
Posted: Wed Nov 19, 2003 11:30 am Post subject: |
|
|
Acolyte
Joined: 27 Oct 2002 Posts: 52
|
Created Channels (Sender and Receiver) and TransQ (TransQ same name as QMgr) but still getting the dreaded BIP1510E
Any other thoughts _________________ Scott A. Boucher
Database Administartor |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Nov 19, 2003 11:50 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Okay, let's review the steps. - Create queue manager for new broker.
- Create new broker using wizard or mqsicreatebroker
- Create bi-directional queue connections (sender/receiver and xmit queue on BOTH queue managers)
- verify that channels work
- Create broker in topology and deploy
_________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sboucher |
Posted: Wed Nov 19, 2003 12:33 pm Post subject: |
|
|
Acolyte
Joined: 27 Oct 2002 Posts: 52
|
Jeff,
I believe I've done everything correctly per your checklist but still deploy hangs when I create the new broker in the topology and then from the menu do: File Deploy Complete Configurations Normal _________________ Scott A. Boucher
Database Administartor |
|
Back to top |
|
 |
TonyD |
Posted: Wed Nov 19, 2003 1:43 pm Post subject: |
|
|
Knight
Joined: 15 May 2001 Posts: 540 Location: New Zealand
|
I would check the XMITQ on the CM qmgr to the new broker to see if the messages have stopped there, the channel status to the broker QM, and the XMITQ on the broker QM and its channels back to the CM also. |
|
Back to top |
|
 |
sboucher |
Posted: Wed Nov 19, 2003 4:00 pm Post subject: |
|
|
Acolyte
Joined: 27 Oct 2002 Posts: 52
|
SOLVED!! Once I set the default XMITQ for the QMGR to the one having the same name as the QMGR everything began to deploy. Also I was using the localhost IP address rather than the server's actual IP address on the sender channel. Don't know whether this had an impact because everything is running on the same server.
If anyone wants to comment I'm listening
Thanks For all youir Assistance. _________________ Scott A. Boucher
Database Administartor |
|
Back to top |
|
 |
|