Author |
Message
|
TBS |
Posted: Thu Jul 30, 2009 12:34 am Post subject: The Configuration Manager is discover broker |
|
|
Centurion
Joined: 29 Jan 2007 Posts: 143 Location: Hillerød / Denmark
|
Hi !
After migrate WMB from 6.0. to 6.1 i get this messages in the event log on the windows server that holds the Config Manager :
Event id : 1587
( xxxx ) The Configuration Manager ''xxxx'' is discovering the configuration of broker ''yyyy'.
How often is this messages being proceed to the event log ?
On every deploy or when the toolkit/proxy connect ? |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jul 30, 2009 4:29 am Post subject: Re: The Configuration Manager is discover broker |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
I think you'll find that these occur about once an hour. |
|
Back to top |
|
 |
TBS |
Posted: Thu Jul 30, 2009 4:41 am Post subject: |
|
|
Centurion
Joined: 29 Jan 2007 Posts: 143 Location: Hillerød / Denmark
|
Yes
It takes appx. 30 min.to discover all brokers and in that time of discover the deployment is slow.
Is it possible to change the time frame ? |
|
Back to top |
|
 |
mqmatt |
Posted: Fri Jul 31, 2009 3:23 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Yes, you can use the CMP API Exerciser to change the discovery interval, or turn it off completely. |
|
Back to top |
|
 |
TBS |
Posted: Fri Jul 31, 2009 4:50 am Post subject: |
|
|
Centurion
Joined: 29 Jan 2007 Posts: 143 Location: Hillerød / Denmark
|
Super  |
|
Back to top |
|
 |
j.f.sorge |
Posted: Mon Dec 27, 2010 8:23 am Post subject: |
|
|
Master
Joined: 27 Feb 2008 Posts: 218
|
mqmatt wrote: |
Yes, you can use the CMP API Exerciser to change the discovery interval, or turn it off completely. |
Which (negative) effects does it have when I change the discovery interval?
Is there any other possibility to change the value than doing it by the CMP API Exerciser? _________________ IBM Certified Solution Designer - WebSphere MQ V6.0
IBM Certified Solution Developer - WebSphere Message Broker V6.0
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Dec 27, 2010 10:21 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
j.f.sorge wrote: |
mqmatt wrote: |
Yes, you can use the CMP API Exerciser to change the discovery interval, or turn it off completely. |
Which (negative) effects does it have when I change the discovery interval?
Is there any other possibility to change the value than doing it by the CMP API Exerciser? |
The ConfigMgr has a larger chance of getting out of sync with the Brokers if you increase the discovery interval or turn it off entirely.
I don't think anything other than the CMP - through your own code or the API Exerciser - will let you change this. |
|
Back to top |
|
 |
mqmatt |
Posted: Tue Jan 04, 2011 7:22 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
mqjeff wrote: |
The ConfigMgr has a larger chance of getting out of sync with the Brokers if you increase the discovery interval or turn it off entirely.
I don't think anything other than the CMP - through your own code or the API Exerciser - will let you change this. |
Correct, though you can also use the environment variable MQSI_SYNCTIMEMINSOVERRIDE (set to -1 to completely disable sync). |
|
Back to top |
|
 |
j.f.sorge |
Posted: Mon Aug 29, 2011 2:36 am Post subject: wait time for change to get effective |
|
|
Master
Joined: 27 Feb 2008 Posts: 218
|
After changing the value by CMP API I'll have to wait until ConfigManager syncs the next time in order to activcate the changed value. If I set the value to -1 sync gets deactivated. How long do I have to wait after changing the value to 60 before sync gets activated again? _________________ IBM Certified Solution Designer - WebSphere MQ V6.0
IBM Certified Solution Developer - WebSphere Message Broker V6.0
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
mqmatt |
Posted: Mon Aug 29, 2011 12:45 pm Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
If you disabled synchronization using the CMP, then when you re-enable it synchronizations will restart automatically within the next hour.
If you disabled synchronisation using the environment variable, if you then change the variable you'll need to restart the Config Manager.
BTW, the environment variable takes precedence over the value in the CMP. |
|
Back to top |
|
 |
j.f.sorge |
Posted: Mon Aug 29, 2011 10:21 pm Post subject: |
|
|
Master
Joined: 27 Feb 2008 Posts: 218
|
mqmatt wrote: |
If you disabled synchronization using the CMP, then when you re-enable it synchronizations will restart automatically within the next hour.
If you disabled synchronisation using the environment variable, if you then change the variable you'll need to restart the Config Manager.
BTW, the environment variable takes precedence over the value in the CMP. |
Thanks a lot for clarification! It works the way I thought / tested it would. _________________ IBM Certified Solution Designer - WebSphere MQ V6.0
IBM Certified Solution Developer - WebSphere Message Broker V6.0
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|