Author |
Message
|
Sam Uppu |
Posted: Tue Dec 16, 2008 7:36 am Post subject: Suspending/ resuming a PR thru MQExplorer |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
Hi Guys,
I have a single QMgr which is part of a cluster and it is a partial repository running on Windows box.
I have MQExplorer on the same windows box where the MQServer(QMgr) is running.
I can see the QMgr in the MQExplorer but not sure how to suspend/ resume via MQExplorer. Any tips?.
Thanks. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Dec 16, 2008 7:38 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Any operations on MQ Cluster queue managers need to be performed in MQ Explorer on the instance of the queue manager in the Queue Manager Clusters folder, rather than in the Queue Managers folder. |
|
Back to top |
|
 |
Sam Uppu |
Posted: Tue Dec 16, 2008 7:51 am Post subject: |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
mqjeff wrote: |
Any operations on MQ Cluster queue managers need to be performed in MQ Explorer on the instance of the queue manager in the Queue Manager Clusters folder, rather than in the Queue Managers folder. |
I know.
I did everything thru command prompt like defining the cluster sender/ receiver channels etc. Now it should show up in the Cluster QMgrs folder under the clustername, right?. I see the clustername but not the QMgrs under the clustername. If I try to add a cluster QMgr to that cluster in the MQExplorer, its asking for the conname and when I provide the FRs hostname(port#), it says the connection(channel) already exists as it is already defined thru command prompt. Any further thoughts?.
Thanks. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Dec 16, 2008 8:18 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
If I have a Queue Manager under the "Queue Manager Clusters" folder in MQ Explorere, and I right-click on it, I can choose to suspend it or resume it from the cluster.
Depening on whether I am connected to it or not, these options may or may not be enabled.
If you do not see the qmgr under the Queue Manager Clusters folder, then you likely did not configure the queue manager into the cluster correctly, or started the necessary channels the first time or allowed the full repository to complete it's registration, or otherwise not completed adding the queue manager to the cluster.
If you start a new thread and show exactly the steps you performed and show the results, and the section of the documentation that you followed to perform those steps, then you may get more assistance.
it is typically very difficult to create a queue manager cluster with only one queue manager in it. It's hard to know where to define the CLUSSDR to the FR... |
|
Back to top |
|
 |
Sam Uppu |
Posted: Tue Dec 16, 2008 8:34 am Post subject: |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
mqjeff wrote: |
If I have a Queue Manager under the "Queue Manager Clusters" folder in MQ Explorere, and I right-click on it, I can choose to suspend it or resume it from the cluster.
Depening on whether I am connected to it or not, these options may or may not be enabled.
If you do not see the qmgr under the Queue Manager Clusters folder, then you likely did not configure the queue manager into the cluster correctly, or started the necessary channels the first time or allowed the full repository to complete it's registration, or otherwise not completed adding the queue manager to the cluster.
If you start a new thread and show exactly the steps you performed and show the results, and the section of the documentation that you followed to perform those steps, then you may get more assistance.
it is typically very difficult to create a queue manager cluster with only one queue manager in it. It's hard to know where to define the CLUSSDR to the FR... |
I have more than 1 Queue manager in the cluster. Infact we have around 30 QMgrs in the same cluster. The cluster queue managers are on different boxes installed on SunOS, AIX, Windows etc.
The one in question is defined on a Windows box. On this box, we do have MQExplorer. Sometime back when we had issues with the QMgr, we needed to rebuild it from scratch from the backup(saveqmgr). Now when I want to administer via MQExplorer, I dont see the QMgr defined on that box under Cluster folder.
You are right. When the QMgr is there under Cluster QMgrs folder, I can suspend/ resume.
Question:
How to add this QMgr to the MQExplorer..Cluster QMgrs folder?.
Thanks. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Dec 16, 2008 8:45 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Sam Uppu wrote: |
Sometime back when we had issues with the QMgr, we needed to rebuild it from scratch from the backup(saveqmgr). Now when I want to administer via MQExplorer, I dont see the QMgr defined on that box under Cluster folder. |
If you rebuilt the queue manager without removing it from the cluster first then it won't be. Even if the queue manager has the same name, it's not the same queue manager as the one that was in the cluster.
Look in the Clusters manual for how to fix your cluster and re-add this queue manager. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
TonyD |
Posted: Tue Dec 16, 2008 1:17 pm Post subject: |
|
|
Knight
Joined: 15 May 2001 Posts: 540 Location: New Zealand
|
Are you using the MS MQ Explorer or the Eclipse one ... in the old days one was advised not to use the MS version to issue cluster-related commands, but to always use runmqsc. |
|
Back to top |
|
 |
Sam Uppu |
Posted: Tue Dec 16, 2008 2:33 pm Post subject: |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
TonyD wrote: |
Are you using the MS MQ Explorer or the Eclipse one ... in the old days one was advised not to use the MS version to issue cluster-related commands, but to always use runmqsc. |
I am using the Eclipse based MQExplorer version 6 |
|
Back to top |
|
 |
AkankshA |
Posted: Tue Dec 16, 2008 8:02 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Sam Uppu wrote: |
Question:
How to add this QMgr to the MQExplorer..Cluster QMgrs folder?.
Thanks. |
Answer :p
You do not need to add them manually.. they get added on their own, when a cluster is established.
May be you can cross check the channels and cluster being up....
or else,, try adding remote queue managers in explorer or else may be you can go to a box holding FR and see if that reflects the QM present.. _________________ Cheers |
|
Back to top |
|
 |
Moki |
Posted: Tue Mar 03, 2009 12:50 am Post subject: Remove Queue Manager Cluster in MQ Explorer |
|
|
Newbie
Joined: 22 Jan 2008 Posts: 2
|
AkankshA wrote: |
Sam Uppu wrote: |
Question:
How to add this QMgr to the MQExplorer..Cluster QMgrs folder?.
Thanks. |
Answer :p
You do not need to add them manually.. they get added on their own, when a cluster is established.
May be you can cross check the channels and cluster being up....
or else,, try adding remote queue managers in explorer or else may be you can go to a box holding FR and see if that reflects the QM present.. |
I tried to create a new Queue Manager Cluster in MQ Explorer, which worked all fine. However. I now want to remove all of the Cluster artefacts and cannot remove my <clustername>-folder placed directly under the Queue Manager Cluster-folder after removing my channels etc... All I can do is to "Add Queue Manager To Cluster" or run Tests, when I right click on it.
I'm using the latest ms0t_explorer7001 |
|
Back to top |
|
 |
|