ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Delete Broker From Control Center

Post new topic  Reply to topic
 Delete Broker From Control Center « View previous topic :: View next topic » 
Author Message
abiram8
PostPosted: Tue Apr 30, 2002 10:43 am    Post subject: Reply with quote

Master

Joined: 27 Mar 2002
Posts: 207
Location: India

Hi,

In Windows NT I have one broker named MQSI_Sample_Broker whose Queue Manager

was deleted Manually & this broker dont appear in the Services of the Windows NT so that I am not able to stop the broker .When I issue the command
mqsideletebroker it gives me responce no component named MQSI_Sample_Broker

but this broker is visble in Topology + Assignment Pane + Subscription Pane +
Operation Pane I donot know how to delete the broker from the Control Center
because this stops me deploying other brokers when doing the Complete deployment

If some one faced the similar problem let me know the Solution

Thanks
R.Abiram
Back to top
View user's profile Send private message Send e-mail
kirani
PostPosted: Tue Apr 30, 2002 12:45 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

What do you mean by "the broker was deleted manually"? You delete the reference to the broker from Control center by,
1. Goto Topology Tab.
2. Checkout the topology.
3. Delete the MQSI_Sample_Broker from topology by right clicking on it and selecti delete.
4. Checkin the topology.
5. Do a complete deploy of the topology.

Wait patiently until all deploys are completed.


_________________
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
View user's profile Send private message Visit poster's website
abiram8
PostPosted: Tue Apr 30, 2002 9:36 pm    Post subject: Reply with quote

Master

Joined: 27 Mar 2002
Posts: 207
Location: India

Hi,

I have written the Queue Manager was deleted manually not the broker If I do the step as told by you will the all broker visible in Operation Tab & Assignment tab will be removed because I have newer tried this practice
Back to top
View user's profile Send private message Send e-mail
kirani
PostPosted: Tue Apr 30, 2002 10:27 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

Above instructions will only remove the reference to your broker MQSI_Sample_Broker from the configuration repository. If you have other brokers assigned to the same configuration manager, they will remain asis.

There is another option for you. You can try recreating the queue manager with the same name listening to the same port. Also you will have to create few system queues manually. This will allow you to reuse existing broker (MQSI_Sample_Broker). I have never tried this option before so not sure whether it will work or not. Let me know if you need more info on this option.
Back to top
View user's profile Send private message Visit poster's website
abiram8
PostPosted: Tue Apr 30, 2002 11:11 pm    Post subject: Reply with quote

Master

Joined: 27 Mar 2002
Posts: 207
Location: India

Hi,

I tried to remove the broker as you mentioned but Iam getting the following error in the
Log view panel when I refresh


BIP1533E: Unable to deploy configuration data: unknown MQSeries queue manager MQSI_SAMPLE_BROKER_QM associated with broker MQSI_SAMPLE_BROKER.

An attempt was made to deploy configuration data to one or more brokers. The MQSeries queue manager MQSI_SAMPLE_BROKER_QM associated with broker MQSI_SAMPLE_BROKER is not known to the Configuration Manager's MQSeries queue manager. The deploy operation was not performed.

Check that the name of the queue manager is spelled correctly. Note that MQSeries queue manager names are case-sensitive. If the spelling is correct, make sure that either a queue manager alias definition for queue manager MQSI_SAMPLE_BROKER_QM, or a transmission queue called MQSI_SAMPLE_BROKER_QM, is defined to the Configuration Manager's queue manager. For more information on this error see the MQSeries Application Programming Reference manual, code 2087.


How to rectify this problem Since there is no Queue Manager as metioned which was removed manually


Thanks
R.Abiram
Back to top
View user's profile Send private message Send e-mail
kirani
PostPosted: Wed May 01, 2002 8:03 am    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

Abiram,

Have you tried refreshing your Assignment/Operations view after getting this error? Do you still see the MQSI_SAMPLE_BROKER in your view after deploying topology? You said you have other brokers in the topology. Did it deploy them successfully? If the broker reference is removed then you can try recreating another broker with different name and queue manager.

You are getting this error because you have a broker without queue manager.

Regards,


_________________
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
View user's profile Send private message Visit poster's website
abiram8
PostPosted: Wed May 01, 2002 9:38 am    Post subject: Reply with quote

Master

Joined: 27 Mar 2002
Posts: 207
Location: India

Hi,

As per the procedure when I delete the Broker it is deleted from the Assignment & Topology after refrsh but It is still present in the Operation Pane

Can you suggest any thing



Back to top
View user's profile Send private message Send e-mail
kirani
PostPosted: Wed May 01, 2002 5:44 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

Can you check whether the Configuration manager still has a reference to the Broker (MQSI_Sample_Broker) or not by running following commands on ConfigurationManager database. Make sure your broker name is spelled correctly.

Issue following commands in DB2 command window:

db2 connect to <ConfigMgrDatabaseName>
db2 select * from <SchemaName>.CBROKER where CNAME = 'MQSI_Sample_Broker'
db2 terminate

How many records do you see for this broker (MQSI_Sample_Broker)?

_________________
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
View user's profile Send private message Visit poster's website
Jari
PostPosted: Tue Jun 25, 2002 4:00 am    Post subject: Reply with quote

Novice

Joined: 09 Oct 2001
Posts: 16

kirani wrote:
Can you check whether the Configuration manager still has a reference to the Broker (MQSI_Sample_Broker) or not by running following commands on ConfigurationManager database. Make sure your broker name is spelled correctly.

Issue following commands in DB2 command window:

db2 connect to <ConfigMgrDatabaseName>
db2 select * from <SchemaName>.CBROKER where CNAME = 'MQSI_Sample_Broker'
db2 terminate

How many records do you see for this broker (MQSI_Sample_Broker)?


Hi,

I have this exact problem and have 3 records for my broker, and CSECTION field is DEPLED, DPLING and GRAVEY for them.

The problem for me is that I first deleted the brokerd with mqsideletebroker command and only after that deleted it from Control Center. Now it is gone from Topology and assignments but not from Operations. I've tried lots of things, deploying the topology changed, done forced deploy on everything etc. but it just stays there.

Any suggestions ?

Kind regards,

Jari
Back to top
View user's profile Send private message
TorpedoSTu
PostPosted: Tue Jun 25, 2002 6:13 am    Post subject: Reply with quote

Acolyte

Joined: 14 Nov 2001
Posts: 73

Hiya,

See the topic "urgent help !!! BIP1510E error" - this should help you out

regs

Stuart
Back to top
View user's profile Send private message Send e-mail
Jari
PostPosted: Tue Jun 25, 2002 9:38 pm    Post subject: Reply with quote

Novice

Joined: 09 Oct 2001
Posts: 16

Stuart,

I actually found this out while searching. The script did the trick,

Thanks!

Jari
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Delete Broker From Control Center
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.