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 » IBM MQ Installation/Configuration Support » Change QM Listener Port

Post new topic  Reply to topic
 Change QM Listener Port « View previous topic :: View next topic » 
Author Message
shediiwork
PostPosted: Wed Jul 27, 2005 6:23 am    Post subject: Change QM Listener Port Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Wed Jul 27, 2005 6:31 am    Post subject: Reply with quote

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
View user's profile Send private message
sebastianhirt
PostPosted: Wed Jul 27, 2005 7:05 am    Post subject: Reply with quote

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
View user's profile Send private message
Anirud
PostPosted: Wed Jul 27, 2005 7:38 am    Post subject: Re: Change QM Listener Port Reply with quote

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
View user's profile Send private message Visit poster's website
shediiwork
PostPosted: Wed Jul 27, 2005 7:42 am    Post subject: Reply with quote

Acolyte

Joined: 07 Jun 2005
Posts: 52

Thanks guys !!
Back to top
View user's profile Send private message
wschutz
PostPosted: Wed Jul 27, 2005 7:47 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address
sebastianhirt
PostPosted: Wed Jul 27, 2005 8:12 am    Post subject: Reply with quote

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
View user's profile Send private message
shediiwork
PostPosted: Wed Jul 27, 2005 9:42 am    Post subject: Reply with quote

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
View user's profile Send private message
wschutz
PostPosted: Wed Jul 27, 2005 10:16 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address
JT
PostPosted: Wed Jul 27, 2005 3:52 pm    Post subject: Reply with quote

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
View user's profile Send private message
PeterPotkay
PostPosted: Wed Jul 27, 2005 4:29 pm    Post subject: Reply with quote

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
View user's profile Send private message
sebastianhirt
PostPosted: Thu Jul 28, 2005 12:30 am    Post subject: Reply with quote

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
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 » IBM MQ Installation/Configuration Support » Change QM Listener Port
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.