Wednesday, 7 August 2013

IBM Business Monitor - Cluster Startup Order

Aide Memoire

Assuming that you're using the four cluster topology, the startup order is as follows: -
  • Messaging
  • Support
  • AppTarget
  • WebApp
The most crucial things are to: -

(a) Ensure that Messaging ( SI Bus / JMS ) is up before starting the AppTarget
(b) Ensure that Support, which hosts the Cognos BI application, is ALSO up before starting AppTarget

The reason for this is that the Monitor Models run on the AppTarget, and will "talk" back to the SI Bus(es) and also to Cognos.

BusinessSpace typically runs in the WebApp cluster, hence why it's the last to be started.

Nice :-)

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...