Author |
Message
|
narayana.mq |
Posted: Tue Nov 23, 2010 7:49 pm Post subject: Help- How to check the QuueueMqanager in cluster or not |
|
|
Newbie
Joined: 16 Nov 2010 Posts: 5
|
1) how to check queuemanager is cluster or not?
2)how to check the queue is cluster environment or not?
 |
|
Back to top |
|
 |
manoj798 |
Posted: Tue Nov 23, 2010 7:59 pm Post subject: |
|
|
Apprentice
Joined: 17 Nov 2009 Posts: 30
|
Use MQSC command
dis clusqmgr(*) - which displays all the queue manager which are in the cluster
dis qcluster(*) - displays all the queues which are in cluster.
for more details Refer info center.. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Nov 24, 2010 4:12 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
manoj798 wrote: |
Use MQSC command
dis clusqmgr(*) - which displays all the queue manager which are in the cluster
dis qcluster(*) - displays all the queues which are in cluster.
for more details Refer info center.. |
The "all" part is only true if the command is executed on a full repository.
On a partial repository (that is connected correctly) use the addition of TYPE to the display clusterqmgr. This should tell you where the full repositories for the cluster are.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
manoj798 |
Posted: Wed Nov 24, 2010 9:31 am Post subject: |
|
|
Apprentice
Joined: 17 Nov 2009 Posts: 30
|
Thanks for the correction saper |
|
Back to top |
|
 |
shashivarungupta |
Posted: Fri Nov 26, 2010 1:03 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
DISPLAY CLUSQMGR(*) DEFTYPE _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
|