Author |
Message
|
apohorai |
Posted: Mon Aug 21, 2006 7:04 am Post subject: Two configmgr on one queue manager. I need to delete. |
|
|
Apprentice
Joined: 15 Mar 2006 Posts: 26 Location: Budapest/Munich
|
Hi Guys,
I made a mistake, and I need your expertise.
I made a typo, when created a new configmanager, and used a queue manager which is already hosting a config manager.
Now, mqsilist shows me this:
BIP8099I: ConfigMgr: WSYSCFG01 - SBKRNG01
BIP8099I: ConfigMgr: WSY2CFG01 - SBKRNG01
When I connect from the Toolkit to the previous (before this) domain, I see the exetution groups, and the deployed flows, but If I add the new domain to workspace, I get an empty topology.
I tried to delete the newly created cfgmgr, but I get this:
$ mqsideleteconfigmgr WSY2CFG01
WebSphere MQ queue manager running.
BIP8052E: Unable to delete WebSphere MQ Object 'SYSTEM.BKR.CONFIG' from Queue Manager 'SBKRNG01'.
This command attempts to delete a WebSphere MQ Object but was unable to do so.
Locate and resolve the problem and retry the command. This could be because a WebSphere MQ channel is still running. If this is the case, stop all WebSphere MQ channels running on behalf of this Queue Manager.
Any ide, how can I solve this situation?
Cheers,
PS: MQ6, WMB6, AIX52 |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 21, 2006 7:09 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Stop both ConfigMgrs.
Backup the configmgr you want, using mqsibackupconfigmgr
Delete both ConfigMgrs.
Open a PMR indicating that mqsicreateconfigmgr allowed you to create two configmgrs on one queue manager.
Recreate one ConfigMgr from the backup, using mqsirestoreconfigmgr.
Start the configmgr.
Do a full deploy of your topology.
Drop and recreate (without deleting the database) any brokers that are not in the right domain. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
apohorai |
Posted: Mon Aug 21, 2006 7:21 am Post subject: |
|
|
Apprentice
Joined: 15 Mar 2006 Posts: 26 Location: Budapest/Munich
|
I had the same idea, unfortunately I can't delete the new one (see above). I have't tried to delete the old. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 21, 2006 7:23 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Make sure both configmgrs are stopped. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
apohorai |
Posted: Mon Aug 21, 2006 7:39 am Post subject: |
|
|
Apprentice
Joined: 15 Mar 2006 Posts: 26 Location: Budapest/Munich
|
I stopped both, but I have the same errormessage.
However, what I don't understand, why is it try to delete anything from this 'SYSTEM.BKR.CONFIG' queue. It's not exist, not even a properly configured configmgr queue manager. Only the SYSTEM.BROKER.CONFIG.QUEUE is there. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 21, 2006 7:45 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
SYSTEM.BKR.CONFIG is a channel.
Set it to a STOPPED state, and retry. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
apohorai |
Posted: Mon Aug 21, 2006 8:24 am Post subject: |
|
|
Apprentice
Joined: 15 Mar 2006 Posts: 26 Location: Budapest/Munich
|
jefflowrey wrote: |
SYSTEM.BKR.CONFIG is a channel.
Set it to a STOPPED state, and retry. |
You're star!
Working fine, thanks.
However I don't understand, why it has to be stopped? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 21, 2006 8:33 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can't delete a running channel. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|