Author |
Message
|
LALU |
Posted: Thu Dec 19, 2019 5:48 am Post subject: How to differ full and partial repository QMGR in a cluster |
|
|
Newbie
Joined: 16 Dec 2019 Posts: 6
|
Dear All,
by giving the command
DISPLAY CLUSQMGR(*) will display the full repository of a cluster.
what is the command that separates or differs the full and partial repository. [color=darkblue][/color]
Thanks & Regards !
LALU JATAVATH[/b] |
|
Back to top |
|
|
fjb_saper |
Posted: Thu Dec 19, 2019 6:15 am Post subject: |
|
|
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20729 Location: LI,NY
|
Have you tried
Code: |
DIS CLUSQMGR(*) QMTYPE |
_________________ MQ & Broker admin |
|
Back to top |
|
|
HubertKleinmanns |
Posted: Thu Dec 19, 2019 7:46 am Post subject: Re: How to differ full and partial repository QMGR in a clus |
|
|
Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
LALU wrote: |
DISPLAY CLUSQMGR(*) will display the full repository of a cluster. |
No, this command will display all cluster QMgrs (partial and full repositories) which are known on the QMgr you are connected to.
This means
- on a full repository all QMgrs in the cluster are displayed
- on a partial repository all full repositories and some of the partial repositories are displayed.
There are a few (at least one, usually two) full repositories in each MQ cluster. All of the other QMgrs are partial repositories. _________________ Regards
Hubert |
|
Back to top |
|
|
hughson |
Posted: Thu Dec 19, 2019 6:50 pm Post subject: Re: How to differ full and partial repository QMGR in a clus |
|
|
Padawan
Joined: 09 May 2013 Posts: 1948 Location: Bay of Plenty, New Zealand
|
LALU wrote: |
what is the command that separates or differs the full and partial repository. |
The following command will show the full repositories known about by the queue manager where you issue the command.
Code: |
DISPLAY CLUSQMGR(*) WHERE(QMTYPE EQ REPOS) |
The following command will show the partial repositories known about by the queue manager where you issue the command.
Code: |
DISPLAY CLUSQMGR(*) WHERE(QMTYPE EQ NORMAL) |
Cheers,
Morag _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
|
LALU |
Posted: Thu Dec 19, 2019 10:43 pm Post subject: Re: How to differ full and partial repository QMGR in a clus |
|
|
Newbie
Joined: 16 Dec 2019 Posts: 6
|
hughson wrote: |
LALU wrote: |
what is the command that separates or differs the full and partial repository. |
The following command will show the full repositories known about by the queue manager where you issue the command.
Code: |
DISPLAY CLUSQMGR(*) WHERE(QMTYPE EQ REPOS) |
The following command will show the partial repositories known about by the queue manager where you issue the command.
Code: |
DISPLAY CLUSQMGR(*) WHERE(QMTYPE EQ NORMAL) |
Cheers,
Morag |
Thanks for the information.
regards !
LALU |
|
Back to top |
|
|
LALU |
Posted: Thu Dec 19, 2019 10:44 pm Post subject: |
|
|
Newbie
Joined: 16 Dec 2019 Posts: 6
|
fjb_saper wrote: |
Have you tried
Code: |
DIS CLUSQMGR(*) QMTYPE |
|
Thanks for the info.
Regards!
LALU |
|
Back to top |
|
|
|