Author |
Message
|
shediiwork |
Posted: Wed Jul 27, 2005 6:23 am Post subject: Change QM Listener Port |
|
|
Acolyte
Joined: 07 Jun 2005 Posts: 52
|
I just created a qm but the default port is in uses. Is there a command-line way to change the QMgr listener's port on unix(HPUX)? |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jul 27, 2005 6:31 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Unix doesn't start a listener by default.
Review the docs on how to set up a listener, and it will tell you how to set the port you want. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sebastianhirt |
Posted: Wed Jul 27, 2005 7:05 am Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
Hi,
use inetd or runmqlsr to make a queue manager listening to a port.
Make sure to have your channel definitions correctly
Code: |
Sample:
DEFINE CHANNEL (FROM_A_TO_B) CHLTYPE(RCVR)
CONNAME('SERVERABC(123456)')
|
Including the single quotes in the definition name. Where 123456 is your desired port.
hope this helps
Sebastian |
|
Back to top |
|
 |
Anirud |
Posted: Wed Jul 27, 2005 7:38 am Post subject: Re: Change QM Listener Port |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
shediiwork wrote: |
I just created a qm but the default port is in uses. Is there a command-line way to change the QMgr listener's port on unix(HPUX)? |
runmqlsr -t tcp -p 1415 -m YOURQUEUEMANAGERNAME & |
|
Back to top |
|
 |
shediiwork |
Posted: Wed Jul 27, 2005 7:42 am Post subject: |
|
|
Acolyte
Joined: 07 Jun 2005 Posts: 52
|
|
Back to top |
|
 |
wschutz |
Posted: Wed Jul 27, 2005 7:47 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
and just to put the v6 perspective on things, it will be:
Code: |
alter listener(mylistener) trptype(tcp) port(1415) |
 _________________ -wayne |
|
Back to top |
|
 |
sebastianhirt |
Posted: Wed Jul 27, 2005 8:12 am Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
wschutz wrote: |
and just to put the v6 perspective on things, it will be:
Code: |
alter listener(mylistener) trptype(tcp) port(1415) |
 |
Do you know by any chance whether there is something planed like a 'what has changed between 5.3 and 6.0' class? |
|
Back to top |
|
 |
shediiwork |
Posted: Wed Jul 27, 2005 9:42 am Post subject: |
|
|
Acolyte
Joined: 07 Jun 2005 Posts: 52
|
Quote: |
alter listener(mylistener) trptype(tcp) port(1415) |
That is what I was hoping for in 5.3. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Jul 27, 2005 10:16 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Quote: |
Do you know by any chance whether there is something planed like a 'what has changed between 5.3 and 6.0' class? |
I don't know of any class... but Mark Taylor gave a "whats new in MQ" at the Orlando conference (M30) and I gave the same at the NY MQ User's group on May 17th. If you go here http://www.nynjmq.org/ , you can download the presentation from that site. _________________ -wayne |
|
Back to top |
|
 |
JT |
Posted: Wed Jul 27, 2005 3:52 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Quote: |
I gave the same at the NY MQ User's group on May 17th. If you go here http://www.nynjmq.org/ , you can download the presentation from that site. |
Which was very insightful at that time ! |
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed Jul 27, 2005 4:29 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
sebastianhirt wrote: |
Do you know by any chance whether there is something planed like a 'what has changed between 5.3 and 6.0' class? |
WebSphere MQ Migration Information Some issues affecting migration to IBM WebSphere MQ, Version 6.0
Quote: |
This book is for experienced users of WebSphere MQ who want to migrate their WebSphere MQ V5.3 systems to WebSphere MQ V6. It is specifically intended for system analysts, system programmers, system administrators, security administrators, network administrators, database administrators, and other users who have experience installing and managing WebSphere MQ. This book should be read with other publications in the WebSphere MQ V6 library describing specific tasks (installing, administering, and so on).
|
http://www.elink.ibmlink.ibm.com/public/applications/publications/cgibin/pbi.cgi?CTY=US&FNC=SRX&PBL=SC34660400 _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
sebastianhirt |
Posted: Thu Jul 28, 2005 12:30 am Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
wschutz wrote: |
Quote: |
Do you know by any chance whether there is something planed like a 'what has changed between 5.3 and 6.0' class? |
I don't know of any class... but Mark Taylor gave a "whats new in MQ" at the Orlando conference (M30) and I gave the same at the NY MQ User's group on May 17th. If you go here http://www.nynjmq.org/ , you can download the presentation from that site. |
This presentation is looking excellent. I think that will be my lecture tonight...
PeterPotkay wrote: |
WebSphere MQ Migration Information Some issues affecting migration to IBM WebSphere MQ, Version 6.0
Quote:
This book is for experienced users of WebSphere MQ who want to migrate their WebSphere MQ V5.3 systems to WebSphere MQ V6. It is specifically intended for system analysts, system programmers, system administrators, security administrators, network administrators, database administrators, and other users who have experience installing and managing WebSphere MQ. This book should be read with other publications in the WebSphere MQ V6 library describing specific tasks (installing, administering, and so on).
http://www.elink.ibmlink.ibm.com/public/applications/publications/cgibin/pbi.cgi?CTY=US&FNC=SRX&PBL=SC34660400 |
This looks also realy prommising.
Thank you very much guys! |
|
Back to top |
|
 |
|