ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » Cluster Monitoring ?

Post new topic  Reply to topic
 Cluster Monitoring ? « View previous topic :: View next topic » 
Author Message
shashivarungupta
PostPosted: Wed Feb 25, 2009 10:26 pm    Post subject: Cluster Monitoring ? Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

Hi Folk,

Could you please help me with cluster monitoring.
I mean to say do you have some unix/aix/java related scripts/programs that can help in monitoring the cluster and its objects.
I am using IBM MQ v6.0.2.4

Any suggestion or any link will be thankful.

Thank
Varun Gupta
Back to top
View user's profile Send private message Send e-mail
Mr Butcher
PostPosted: Wed Feb 25, 2009 10:41 pm    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

MQSeries cluster monitoring or hardware cluster monitoring?

MQ cluster monitoring does not differ much vom the "normal" mq monitoring, you need to monitor queues and channels, in case of clustering there is also SYSTEM.CLUSTER* that should be monitored, as well als cluster channel status.

There are lots of treads here related to monitoring and the related tools, the search button is your friend.
_________________
Regards, Butcher
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Wed Feb 25, 2009 10:45 pm    Post subject: RE Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

Thanks Sir.
I meant to say MQ Cluster Monitoring.
Ya. I got the point, as monitoring the system cluster queues and channels.
Any thing else that you would like to suggest while monitoring the mq cluster that I should takecare of.

Appreciate your help.
Thank
Varun
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Thu Feb 26, 2009 1:03 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

One tip - remember "the cluster" is not an entity; it's the queue managers which make it up that you're monitoring.

Somewhat obvious but a lot of people seem to overlook it.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Pavan Kumar PNV
PostPosted: Wed Mar 18, 2009 3:50 am    Post subject: Reply with quote

Acolyte

Joined: 03 Feb 2007
Posts: 66

1. Check for any temporary objects in the output of dis clusqmgr(*). That is a sign of a cluster that needs cleanup done.
_________________
_____________
Pavan Pendyala
http://pavanz.blogspot.com
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
exerk
PostPosted: Wed Mar 18, 2009 4:08 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Pavan Kumar PNV wrote:
1. Check for any temporary objects in the output of dis clusqmgr(*). That is a sign of a cluster that needs cleanup done.


This indicates the cluster was not cleanly functioning in the first place, i.e. a communication/definition issue is/was extant, and should have been addressed at the time. Clusters shouldn't need a 'cleanup', they should be properly managed all the time.
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Wed Mar 18, 2009 4:10 am    Post subject: RE Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

Pavan Kumar PNV wrote:
1. Check for any temporary objects in the output of dis clusqmgr(*). That is a sign of a cluster that needs cleanup done.


This displays all the queue managers that are the part of that cluster. It'll show the info. with the channel name. As:

display clusqmgr(*)
1 : display clusqmgr(*)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(EAIDVBR1) CHANNEL(TO.EAIDVBR1)
CLUSTER(CLSTR.EAIDV)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(EAIDVGW1) CHANNEL(TO.EAIDVGW1)
CLUSTER(CLSTR.EAIDV)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(EAIDVGW2) CHANNEL(TO.EAIDVGW2)
CLUSTER(CLSTR.EAIDV)

No temporary objects is shown.

And even when we REFRESH CLUSTER it do the needful that means it removes all the temp. objects and modifies the status of repository queue managers.

So I dont know ..that would help.
Back to top
View user's profile Send private message Send e-mail
Pavan Kumar PNV
PostPosted: Wed Mar 18, 2009 4:12 am    Post subject: Reply with quote

Acolyte

Joined: 03 Feb 2007
Posts: 66

Agreed - adding this as a monitoring event will notify you as and when the error is occuring presenting you an oppurtunity to fix it right away.
_________________
_____________
Pavan Pendyala
http://pavanz.blogspot.com
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
Vitor
PostPosted: Wed Mar 18, 2009 4:19 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Pavan Kumar PNV wrote:
Agreed - adding this as a monitoring event will notify you as and when the error is occuring presenting you an oppurtunity to fix it right away.


No - monitoring the channels will notify you that an error is occuring. This will only show you that the initial set up of the cluster is wrong (or in rare circumstances that the cluster has broken some hours if not days after the event).

Using this monitor has no value.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Wed Mar 18, 2009 4:22 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

Quote:
..adding this as a monitoring event will notify you as and when the error is occuring presenting you an oppurtunity to fix it right away.


Until you have a running setup of cluster or clusters, I don't think there is any logic to have a monitoring script/program to monitor that.
Ya ofcourse you can check manually why the initial stage of cluster setup is not working as desired. In that case for example you can check the cluster channels.
Back to top
View user's profile Send private message Send e-mail
bruce2359
PostPosted: Wed Mar 18, 2009 5:40 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

I'd suggest reading the WMQ Clusters manual, and the WMQ Monitoring manual.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » Cluster Monitoring ?
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.