Author |
Message
|
guyos |
Posted: Fri Jan 13, 2006 12:55 am Post subject: Multiple processes for a single broker |
|
|
 Novice
Joined: 04 Jan 2006 Posts: 24
|
I installed WMB v6 on linux and created a broker - when starting the broker I get lots of biphttplistener and bipbroker processes running and multiple DataFlowEngine processes - thats for a single broker
I deleted the broker the database the QM - removed its information from the mqsi components - created a new broker with all its components and still lots of processes
what causes these processes to be started? the broker isnt handling config messages properly due to this problem - |
|
Back to top |
|
 |
elvis_gn |
Posted: Fri Jan 13, 2006 2:17 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi guyos,
When you installed the broker for the first time also, u saw these extra
Quote: |
biphttplistener and bipbroker processes running and multiple DataFlowEngine processes |
Was the system being used for broker before by someone ?
Why dont you delete the configMgr, broker and its components, especially database and try again....
Regards. |
|
Back to top |
|
 |
guyos |
Posted: Fri Jan 13, 2006 3:36 am Post subject: |
|
|
 Novice
Joined: 04 Jan 2006 Posts: 24
|
It is the first time the system is used for the broker - I aslo made sure there aren't any components registered.
The config mgr is on a different machine.
I tried uninstalling the broker and all the workpath - and then installed agan - this time not registering the broker to a config mgr - I still get the same problem.
I am running this broker on a 4 CPU machine - can that make a difference? |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Jan 13, 2006 4:22 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
What may be making a difference is Linux where you see each thread like a process (compared to other flavors of Unix)
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
guyos |
Posted: Sat Jan 14, 2006 6:06 am Post subject: |
|
|
 Novice
Joined: 04 Jan 2006 Posts: 24
|
The number of DataFlowEngine processes (execution group) is the same number of bip<service\broker\httplistener processes - these are definetly not threads. I do have the broker installed on another Linux platform and I do see only single occurence of these processes. |
|
Back to top |
|
 |
wschutz |
Posted: Sat Jan 14, 2006 6:47 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
post the output of:
Code: |
ps -elf | egrep "(bip|Data)" |
_________________ -wayne |
|
Back to top |
|
 |
guyos |
Posted: Sun Jan 15, 2006 11:35 pm Post subject: |
|
|
 Novice
Joined: 04 Jan 2006 Posts: 24
|
The additional entries ARE threads of the same process
The problem was a typo of the transmission queue name and therefore messages for the broker didnt reach the config manager.
All works now.
Thanks guys for your help! |
|
Back to top |
|
 |
|