Author |
Message
|
satishnagarathnam |
Posted: Tue Aug 17, 2004 11:47 pm Post subject: ending Qmgr listener (endmqlsr) in HACMP Stop Script |
|
|
Novice
Joined: 05 Dec 2003 Posts: 11
|
Hi,
we are using wesphere MQ 5.3 running on AIX 5.2.0 and we are configured the Queue Manager in HACMP envionment using IBM support pac MC63. (MQSeires AIX for HACMP).
We examined the scripts and found that we dont have provision for ending the queue manager listener using endmqlsr. we used rc.local script to start the Queue manager Listener.
Do any one have sample script to include logic for ending the listener. Any help regarding this is very much appreciated. _________________ N.Satish |
|
Back to top |
|
 |
SONDAPISSA |
Posted: Wed Aug 18, 2004 3:11 pm Post subject: |
|
|
 Novice
Joined: 27 Apr 2004 Posts: 14 Location: México
|
hi, On unix systems the listener is started and stopped for the OS, the start must be on the inet.d and services files
I belive the command endmqlsr, don't exist for AIX systems _________________ Julio Cuevas Rocha
MQSeries Installation and Configuration Certified
MQSeries Solution Expert Certified |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Aug 18, 2004 4:33 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Since version 5.3 the inetd version for the listener is no longer the preferred preconised way. This has to do with scalability and the way shared memory is being handled. (It changed from v 5.2 to v 5.3)
Search ibm's website for more details. Would love to add the url but can't find it right now...
Unix supports
Code: |
runmqlsr -m qmgr -t tcp -p 1414 & |
To stop the listener:
a) stop the qmgr : endmqm -w -m qmgr
b) stop the listeners for the qmgr: endmqlsr -m qmgr
Have fun |
|
Back to top |
|
 |
bbburson |
Posted: Thu Aug 19, 2004 6:21 am Post subject: |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
|
Back to top |
|
 |
saneben |
Posted: Sat Aug 27, 2005 3:51 am Post subject: |
|
|
Voyager
Joined: 04 Apr 2004 Posts: 96
|
Hi Satish,
We are configuring Websphere MQ 5.3 on AIX with HACMP with the IBM support pack. We have one queue manager only. Where you able to configure the MQ with the support Pack?
Did you change the scripts for starting the listener, trigger monitor
IN /MQHA/bin/rc.local
Regards
Sanjiv |
|
Back to top |
|
 |
vennela |
Posted: Sat Aug 27, 2005 6:56 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
saneben wrote: |
Where you able to configure the MQ with the support Pack?
|
Yes
saneben wrote: |
Did you change the scripts for starting the listener, trigger monitor
IN /MQHA/bin/rc.local |
If they don't suit you then you must |
|
Back to top |
|
 |
|