Author |
Message
|
ipujals |
Posted: Wed Jul 04, 2012 3:16 am Post subject: Not changing execution group httpListener in WMB 8 |
|
|
Apprentice
Joined: 26 Jun 2012 Posts: 31
|
Hi,
For connectivity reasons, I need to change execution group httpListener from standard 7080 to 8001. I change it in the MB Explorer, I apply it, accept it, restart execution group and BROKER, but httpListener remains at 7080.
Is that a bug or I am missing something?
Thank you all! |
|
Back to top |
|
 |
marko.pitkanen |
Posted: Wed Jul 04, 2012 3:55 am Post subject: |
|
|
 Chevalier
Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
|
Hi ipujals,
What is your broker's version?
Have you followed all the instructions from appropriate versions InfoCenter?
--
Marko |
|
Back to top |
|
 |
ipujals |
Posted: Wed Jul 04, 2012 6:29 am Post subject: |
|
|
Apprentice
Joined: 26 Jun 2012 Posts: 31
|
Hi Marko,
we are using MBroker 8.0
I have followed all the instructions shown in the infocenter for doing via command line, and changing it in the properties of the execution group in MessageBroker Explorer.
Thanks!!
 |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jul 04, 2012 6:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
And restarted the broker twice?
Once to apply the change, once for it to take effect...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Jul 05, 2012 5:12 am Post subject: Re: Not changing execution group httpListener in WMB 8 |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
ipujals wrote: |
Hi,
For connectivity reasons, I need to change execution group httpListener from standard 7080 to 8001. I change it in the MB Explorer, I apply it, accept it, restart execution group and BROKER, but httpListener remains at 7080.
Is that a bug or I am missing something?
Thank you all! |
You need to use mqsichangeproperties.
Code: |
mqsichangeproperties <brokername> -o BrokerRegistry -n httpConnectorPortRange -v 7800-7842
mqsichangeproperties <brokername> -o BrokerRegistry -n httpsConnectorPortRange -v 7843-7884 |
Substitute the port numbers above with your new ones. Also check to be sure your broker is not using mqm as the service Id. You cannot use mqm as the service Id. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jul 05, 2012 5:42 am Post subject: Re: Not changing execution group httpListener in WMB 8 |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
lancelotlinc wrote: |
You need to use mqsichangeproperties. |
MBExplorer should work just fine. |
|
Back to top |
|
 |
ipujals |
Posted: Thu Jul 05, 2012 11:31 pm Post subject: |
|
|
Apprentice
Joined: 26 Jun 2012 Posts: 31
|
Hi,
Finally I got it via command line and restarting twice like fjb_saper suggested. But I am not sure if I had good luck or what, because I have tried in order to test it, to change another port and it doesn't change it.
I'm waiting for the fixpack1...
Thank you all guys  |
|
Back to top |
|
 |
|