Author |
Message
|
Shafikz |
Posted: Fri Mar 01, 2013 5:17 am Post subject: Partial reprository and cluster queue issue |
|
|
Apprentice
Joined: 12 Apr 2012 Posts: 29
|
Hi All,
Currently I am working on clustering and I have two full repository queue manager (QM1 and QM2) and they both are working fine. But, now I have just added a new queue manager (QM3) and I wanted to make it as a partial repository for this I made cluster receiver channel for QM3 and cluster sender channel for QM1 (one of the full repository) to connect with QM1 and now channel are working fine but QM3 became a full repository instead of partial repository and also, I am unable to see Cluster queue from QM3.
So why this is happening? and how can I make QM3 a partial repository?
Thanks in advance. |
|
Back to top |
|
 |
rammer |
Posted: Fri Mar 01, 2013 5:31 am Post subject: |
|
|
Partisan
Joined: 02 May 2002 Posts: 359 Location: England
|
What is the output from Queue Manager 3 for Repos ReposNL.
These should be empty if its a Partial if indeed it is a Full it will have an entry in one of them
dis qmgr REPOS REPOSNL |
|
Back to top |
|
 |
exerk |
Posted: Fri Mar 01, 2013 5:32 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
The one and only way that QM3 became a Full Repository is because someone deliberately set a value in the REPOS or REPOSNL attribute of that queue manager.
So, either you are mistaken in your belief that it's an FR queue manager or you have misinterpreted what you see, especially in light of your statement "...I am unable to see Cluster queue from QM3...", which implies QM3 is a PR that has yet to reference the 'Cluster queue'. _________________ 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 |
|
 |
Shafikz |
Posted: Fri Mar 01, 2013 5:53 am Post subject: |
|
|
Apprentice
Joined: 12 Apr 2012 Posts: 29
|
@exerk:
Actually I mentioned QM3 as full repository because after executing commands I started my Broker Explorer to see the effects where QM3 came under full repository folder instead of Partial repository. |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Mar 01, 2013 6:08 am Post subject: Re: Partial reprository and cluster queue issue |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Shafikz wrote: |
...I have just added a new queue manager (QM3) and I wanted to make it as a partial repository... |
Use runmqsc to display the qmgr object. Post the results here. The results will tell if it's an FR or PR. _________________ 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 |
|
 |
Shafikz |
Posted: Mon Mar 04, 2013 3:19 am Post subject: |
|
|
Apprentice
Joined: 12 Apr 2012 Posts: 29
|
@rammer
I have executed your mentioned command and it gives following results.
dis qmgr REPOS REPOSNL
1 : dis qmgr REPOS REPOSNL
AMQ8408: Display Queue Manager details.
QMNAME(QM3) REPOS(INVENTORY)
REPOSNL( )
So, is it partial??? |
|
Back to top |
|
 |
exerk |
Posted: Mon Mar 04, 2013 3:25 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Shafikz wrote: |
@rammer
I have executed your mentioned command and it gives following results.
dis qmgr REPOS REPOSNL
1 : dis qmgr REPOS REPOSNL
AMQ8408: Display Queue Manager details.
QMNAME(QM3) REPOS(INVENTORY)
REPOSNL( )
So, is it partial??? |
What does the Info Centre tell you? What does my previous post and that of rammer tell you? _________________ 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 |
|
 |
rammer |
Posted: Mon Mar 04, 2013 3:54 am Post subject: |
|
|
Partisan
Joined: 02 May 2002 Posts: 359 Location: England
|
Shafikz wrote: |
@rammer
I have executed your mentioned command and it gives following results.
dis qmgr REPOS REPOSNL
1 : dis qmgr REPOS REPOSNL
AMQ8408: Display Queue Manager details.
QMNAME(QM3) REPOS(INVENTORY)
REPOSNL( )
So, is it partial??? |
Nope sorry you have made it a full repos, you can easily remove that by looking in the knoweldge centre / google. Ensure you have another full repos. Running the following will tell you what MQ believes it has in terms of REPOS's etc DIS CLUSQGMR(*) QMTYPE |
|
Back to top |
|
 |
|