Author |
Message
|
nwaradkar |
Posted: Tue May 27, 2014 4:32 am Post subject: Global Cache Implementation in MB8 |
|
|
 Novice
Joined: 25 Jul 2011 Posts: 18
|
Hi All,
I am trying to Implement global cache in MB8 but facing some issues.
The global cache properties is implanted on exe group level
but after restart it is throwing error as
Failed to Start catalog server
If anyone have implemented this please reply.
 |
|
Back to top |
|
 |
ghoshly |
Posted: Tue May 27, 2014 6:44 am Post subject: Using policy ? |
|
|
Partisan
Joined: 10 Jan 2008 Posts: 333
|
Are you using policy file for the cache?
Otherwise for simple case, start with default mode and allow broker to generate ports for Cache.
Let all know about the environment and broker details along with error details. |
|
Back to top |
|
 |
iShakir |
Posted: Tue May 27, 2014 6:56 am Post subject: |
|
|
Apprentice
Joined: 07 Mar 2013 Posts: 47
|
Ghostly is right we need to know which of these you are using:
- One of the inbuilt policies (e.g. the default policy)
- An XML policy file (And if so, what is it?)
- Direct configuration of the cache properties on the execution groups? |
|
Back to top |
|
 |
nwaradkar |
Posted: Tue May 27, 2014 9:18 pm Post subject: |
|
|
 Novice
Joined: 25 Jul 2011 Posts: 18
|
I tried it with both the policies
Default Policy (Broker level )
and
None(Execution group level)
Still facing the same issue |
|
Back to top |
|
 |
iShakir |
Posted: Wed May 28, 2014 12:46 am Post subject: |
|
|
Apprentice
Joined: 07 Mar 2013 Posts: 47
|
Can you try the default policy again?
Code: |
mqsistop brokerName |
Code: |
mqsichangebroker brokerName -b default |
Code: |
mqsistart brokerName |
If the cache still fails to start up, can you post the results of:
Code: |
mqsireportproperties brokerName -b cachemanager -o CacheManager -r |
and
Code: |
mqsireportproperties broker_name -e execution_group_name -o ComIbmCacheManager -r |
on each eg the broker has.
If you're still seeing the error, then can you post the full contents of the syslog / Event Viewer error that you get? |
|
Back to top |
|
 |
|