Author |
Message
|
rajeshdjsmart |
Posted: Thu Mar 06, 2008 3:29 pm Post subject: Start and Stop MQ Series |
|
|
Apprentice
Joined: 05 Mar 2008 Posts: 30
|
What are the Basis steps for Starting and Stopping the MQ Series
Is following Steps are right?
1. Stop the Queue managers
2.Stop the Listners
3. check the channels
( stop the channels if they are running
And to start the MQ
1. start the channels
2. start the queue managers |
|
Back to top |
|
 |
vennela |
Posted: Thu Mar 06, 2008 4:47 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
You cannot stop channels after you stop the QMGR
Stop QMGR, Stop Listener
Check if any MQ processes of that QMGR are running, if yes, kill them
Start Listener
Start QMGR |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Mar 06, 2008 8:08 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Since V6 the listener is no longer an independent process.
Set it to control(qmgr) and it gets started and shutdown with the qmgr.
As well you don't start it any more from the OS, you define it and start it from runmqsc...
Caution zOS might be different...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Mar 06, 2008 9:03 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9470 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
Caution zOS might be different... |
Yes, it is. Listeners run in the CHIN (channel initiator) address space. When the qmgr is shut down, the CHIN shuts down too. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
rajeshdjsmart |
Posted: Fri Mar 07, 2008 7:10 am Post subject: How to Start and Stop MQ Series in Sun solaris 10 |
|
|
Apprentice
Joined: 05 Mar 2008 Posts: 30
|
Hi Experts,
You all are experts and THe way I am looking is so basic level operation.
My question is How to Start and Stop MQ Series from terminal or any other GUI.
I am not MQ Series Guy. Have to prepare some steps for my company.
Thanks for the reply. |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Mar 07, 2008 7:25 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9470 Location: US: west coast, almost. Otherwise, enroute.
|
If you are on a mid-range (Windows, UNIX) platform, from a prompt the strmqm command starts a qmgr; the endmqm command ends a qmgr. Refer to the WMQ System Administration manual.
If you are on a z/OS (mainframe), you can issue a start and stop qmgr commands from the MVS console: cpf start qmgr parm(zprmname) and cpf stop qmgr. cpf is the console prefix string. This is all documented in the WMQ for z/OS System Admin manual.
You might want to enroll in a system administration course through IBM. WM151 or WM152 or WM155 is for mid-range, MQ201 is for z/OS> _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Mar 07, 2008 7:31 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Theres' a simple way to get to be an expert.
Read, think, try, repeat. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
rajeshdjsmart |
Posted: Fri Mar 07, 2008 7:43 am Post subject: |
|
|
Apprentice
Joined: 05 Mar 2008 Posts: 30
|
Got it...I was doing the same thing.. But I thought there must be something else then This Queue manager.
But NOw I know that To Stop this MQ Series it just deals with only the Queue manager..
Thanks experts..Now I will try to be an expert...
Thanks for the replies.. |
|
Back to top |
|
 |
|