Author |
Message
|
jr_martin |
Posted: Sat Dec 01, 2007 6:06 am Post subject: Alert- The broker is not running even after ... |
|
|
 Apprentice
Joined: 24 Aug 2005 Posts: 36 Location: NY
|
Hi,
I am getting the alert- "The broker is not running" in Toolkit even after a message flow was successfully deployed and running. Message flow is running as expected. I got this alert a few months ago, then stopped showing up for some time, again I see it recently. Could any one help me? System configuration hasn't changed during this time.
Details:
WMB 6.0 broker, WMQ 6.0 @ solaris, Tollkit @ Windows XP,
Thanks. |
|
Back to top |
|
 |
Vitor |
Posted: Sat Dec 01, 2007 8:41 am Post subject: Re: Alert- The broker is not running even after ... |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jr_martin wrote: |
Details:
WMB 6.0 broker, WMQ 6.0 @ solaris, Tollkit @ Windows XP,
|
What patch levels? Have you applied the latest maintenance? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Sat Dec 01, 2007 8:56 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Check the channels between configmgr and broker qmgrs. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jr_martin |
Posted: Sat Dec 01, 2007 10:57 am Post subject: Re: Alert- The broker is not running even after ... |
|
|
 Apprentice
Joined: 24 Aug 2005 Posts: 36 Location: NY
|
Vitor wrote: |
jr_martin wrote: |
Details:
WMB 6.0 broker, WMQ 6.0 @ solaris, Tollkit @ Windows XP,
|
What patch levels? Have you applied the latest maintenance? |
Below is our current maintenance level. I will upgrade them to the latest level.
WMQ version:6.0.2.0
WMB broker version: 6.0.0.3
WMB toolkit Version: 6.0.2 |
|
Back to top |
|
 |
jr_martin |
Posted: Sat Dec 01, 2007 11:03 am Post subject: |
|
|
 Apprentice
Joined: 24 Aug 2005 Posts: 36 Location: NY
|
jefflowrey wrote: |
Check the channels between configmgr and broker qmgrs. |
Our setup:
set1:BRK1, CMGR1, QM1(port-1420) and set2: BRK2, CMGR2, QM2(port-1421) - all are on the same solaris machine.
BRK1 and BRK2 share the same remote broker database DEVB1 (this DB is on another solaris machine).
I don't think I need any channels here. Please let me know.
Thanks. |
|
Back to top |
|
 |
Vitor |
Posted: Sat Dec 01, 2007 11:43 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jr_martin wrote: |
I don't think I need any channels here. Please let me know. |
You don't think you need to link the config mgr & the brokers?  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jr_martin |
Posted: Sat Dec 01, 2007 1:40 pm Post subject: |
|
|
 Apprentice
Joined: 24 Aug 2005 Posts: 36 Location: NY
|
Vitor wrote: |
jr_martin wrote: |
I don't think I need any channels here. Please let me know. |
You don't think you need to link the config mgr & the brokers?  |
set 1 and set2 are independent and used by two different teams. I wanted to ask If I needed any channels within set1 or set2.
For more clarity:
Set1:BRK1, CMGR1 uses QM1(port:1420)
Set2:BRK2, CMGR2 uses QM2(port:1421)
This is how created Set1 and Set2:
Set1:
mqsicreateconfigmgr CMGR1 -i mqm -a <mqmpwd> -q QM1
mqsicreatebroker BRK1 -i mqm -a <mqmpwd> -q QM1 -n DEVB1 -u <dbuid> -p <dbpwd>
Set2:
mqsicreateconfigmgr CMGR2 -i mqm -a <mqmpwd> -q QM2
mqsicreatebroker BRK2 -i mqm -a <mqmpwd> -q QM2 -n DEVB1 -u <dbuid> -p <dbpwd>
Do you think the alert is because of any conflict between the two sets?
I see that inter broker port number is same ie., 1507 for BRK1 and BRK2.
Thanks. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Dec 01, 2007 6:07 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
You may have to use the config mgr proxy API and resubscribe to the broker's status messages...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|