Author |
Message
|
Trainee |
Posted: Thu Feb 01, 2007 2:55 pm Post subject: Delete mqsi2.1 Broker |
|
|
 Centurion
Joined: 27 Oct 2006 Posts: 124
|
Hi
I am trying to cleanup all the mqsi2.1 stuff
Environment:
Broker 2.1 and MQ 5.3 csd13 OS AIX 5.2
This is what I did
1)Stopped the Broker --- mqsistop XXBROKER1
2)Stopped the Broker Queuemanager --endmqm XXBROKERQ.QM
3)Delete the Broker -mqsideletebroker BrokerName
I got the following message and Broker got deleted
mqsideletebroker XXBROKER1
WebSphere MQ queue manager 'XXBROKER1.QM' started.
4)Stopped the QueueManager XXBROKERQ.QM
5) Delete the queue manager dltmqm XXBROKERQ.QM
In the Step 3 why the Queue Manager got started automatically when I issue the mqsideletebroker command?
Is there any wrong in my steps ...
Thank you Trainee |
|
Back to top |
|
 |
Trainee |
Posted: Thu Feb 01, 2007 3:33 pm Post subject: |
|
|
 Centurion
Joined: 27 Oct 2006 Posts: 124
|
What I understood is Broker QueueManager should be up and running while deleting the Broker.
Am I correct?
Thank you Trainee |
|
Back to top |
|
 |
pathipati |
Posted: Thu Feb 01, 2007 4:51 pm Post subject: |
|
|
Master
Joined: 03 Mar 2006 Posts: 296
|
Yep  |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Feb 01, 2007 9:50 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
you must check whether any mq processes are running, after stopping the queue manager
ps -ef | grep -i mqm
it will help you, whats going on behind the screen
Thanks and regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
EddieA |
Posted: Fri Feb 02, 2007 9:15 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Gaya3 wrote: |
Hi
you must check whether any mq processes are running, after stopping the queue manager
ps -ef | grep -i mqm
it will help you, whats going on behind the screen
Thanks and regards
Gayathri |
What has that to do with the OP's problem. He was asking if it was correct that the QM was started as part of the delete Broker process, to which the answer is: Yes.
This is because the delete will "undo" the changes made to the QM when the Broker was created.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
Trainee |
Posted: Wed Feb 21, 2007 1:11 pm Post subject: |
|
|
 Centurion
Joined: 27 Oct 2006 Posts: 124
|
|
Back to top |
|
 |
|