Author |
Message
|
haba1311 |
Posted: Fri Feb 04, 2005 2:44 am Post subject: broker deletion |
|
|
Newbie
Joined: 04 Feb 2005 Posts: 8
|
If the broker is stopped and the Broker qmgr is deleted and recreated, do you have to re-create the broker ie delete broker then re-create.
If the broker is deleted before its deleted from the config mger,
the config mgr cannot deploy flows. Whats the fix for this ?
Cheers |
|
Back to top |
|
 |
shra_k |
Posted: Fri Feb 04, 2005 3:11 am Post subject: |
|
|
Apprentice
Joined: 30 Dec 2002 Posts: 37
|
case 1 : yes..u have 2 recreate the broker.
case 2 : delete the broker record from configmgr if u have deleted the broker first.
delete from cbroker where cname='<brokername>' |
|
Back to top |
|
 |
haba1311 |
Posted: Fri Feb 04, 2005 4:08 am Post subject: |
|
|
Newbie
Joined: 04 Feb 2005 Posts: 8
|
shra_k wrote: |
case 1 : yes..u have 2 recreate the broker.
case 2 : delete the broker record from configmgr if u have deleted the broker first.
delete from cbroker where cname='<brokername>' |
Thanks. |
|
Back to top |
|
 |
kirani |
Posted: Sun Feb 06, 2005 11:37 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
case 1: I don't think that you have to recreate the broker. If you have the queue definitions backed up then you can re-create the queue manager and recreate those objects. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
shra_k |
Posted: Mon Feb 07, 2005 5:19 am Post subject: |
|
|
Apprentice
Joined: 30 Dec 2002 Posts: 37
|
I don't think just backingup the queue definitions would be enough becuase the channels would maintain a syncronization. Once the Qmgr is deleted, the channels are deleted, thus if u recreate the QMgr and define the same channel names, even then it wouldn't work as the synchronizations is lost. You might need to redefine the channels.
Also if there were any messages left out on the broker related queues then the configmgr and broker would go out of sync and further problems would come up.
Its best recommended not to delete either the Qmgr or broker database without deleting the broker. |
|
Back to top |
|
 |
shra_k |
Posted: Mon Feb 07, 2005 5:22 am Post subject: |
|
|
Apprentice
Joined: 30 Dec 2002 Posts: 37
|
But a backup of both Qmgr and broker database might save u if at all such bad situations occur. |
|
Back to top |
|
 |
|