Author |
Message
|
bay hoe san |
Posted: Thu Apr 26, 2007 10:55 pm Post subject: How to tell this Queue Mgr is a Full Repository? |
|
|
Centurion
Joined: 27 Nov 2006 Posts: 117
|
Hello,
( 1) I can I tell that this particular qmgr is holding a full or partial repository if I am not aware of the other qmgrs in the same cluster?
( 2) What attribute(s) differentiate between a full & partial repository?
( 3) Thank you.
.Hoe San. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Thu Apr 26, 2007 11:01 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
check the display clusqmgr command - qmtype attribute should tell you what you want to know. _________________ Regards, Butcher |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Thu Apr 26, 2007 11:09 pm Post subject: Re: How to tell this Queue Mgr is a Full Repository? |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
You can set QMGR as full repository by:
Code: |
ALTER QMGR REPOS(CLUSTER_NAME) |
So if this parameter of QMGR is not empty it is full repository. _________________ Marcin |
|
Back to top |
|
 |
Mr Butcher |
Posted: Fri Apr 27, 2007 3:02 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
do not forget the REPOSNL attribute. So a QMGR can be full repository even if the REPOS attribute is empty. _________________ Regards, Butcher |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Fri Apr 27, 2007 3:22 am Post subject: |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
Mr Butcher wrote: |
do not forget the REPOSNL attribute. So a QMGR can be full repository even if the REPOS attribute is empty. |
Of course .
You are right.
To check if QMGR is full repository you have to check REPOS and REPOSNL attribute.
If one of them is not empty QMGR is full repository. _________________ Marcin |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Apr 27, 2007 12:55 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Mr Butcher wrote: |
check the display clusqmgr command - qmtype attribute should tell you what you want to know. |
This is the easiest and fastest way to find out where the repositories are in a cluster.
You only need to be connected to a qmgr on the cluster (doesn't matter whether full or partial)...
dis clusqmgr(*) qmtype where (qmtype eq repos)
will give you a list of the repositories...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Michael Dag |
Posted: Fri Apr 27, 2007 1:00 pm Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
fjb_saper wrote: |
Mr Butcher wrote: |
check the display clusqmgr command - qmtype attribute should tell you what you want to know. |
This is the easiest and fastest way to find out where the repositories are in a cluster.
You only need to be connected to a qmgr on the cluster (doesn't matter whether full or partial)...
dis clusqmgr(*) qmtype where (qmtype eq repos)
will give you a list of the repositories...  |
got some more runmqsc clustering command tips? http://www.mqseries.net/phpBB2/viewtopic.php?t=34358 _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
|