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 » General IBM MQ Support » about ports numbers of qmgrs

Post new topic  Reply to topic
 about ports numbers of qmgrs « View previous topic :: View next topic » 
Author Message
jsanza@terra.es
PostPosted: Thu Jul 28, 2005 9:24 am    Post subject: about ports numbers of qmgrs Reply with quote

Newbie

Joined: 28 Jul 2005
Posts: 7

hello,

I am newbie and i've defined four differentes qmgrs to test remote
connections, ssl connection, etc

But, i think that i was using a sequence to the qmgr ports, 1414, 1515,
1616, 1717, but, I forgot the two last one, because, i can´t defined
new thing about them

My question is

How can i get the ports of all my defined and running queue managers?

thank y
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Thu Jul 28, 2005 9:29 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

What platform?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
jsanza@terra.es
PostPosted: Thu Jul 28, 2005 11:56 pm    Post subject: ports - platform Reply with quote

Newbie

Joined: 28 Jul 2005
Posts: 7

Hello,

I would like to know under Windows and AIX.

thank you

J
Back to top
View user's profile Send private message
sebastianhirt
PostPosted: Fri Jul 29, 2005 12:12 am    Post subject: Reply with quote

Yatiri

Joined: 07 Jun 2004
Posts: 620
Location: Germany

On Windows open the MQServices snap in, choose your queuemanager name and look to the properties of your listener.

On AIX type

Code:
ps -ef|grep mqlsr


that will show you all running listeners and their ports (unless you use inetd)

I believe on MQ 6 there is also a runmqsc commd to do this.
Back to top
View user's profile Send private message
wschutz
PostPosted: Fri Jul 29, 2005 2:44 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Quote:
I believe on MQ 6 there is also a runmqsc commd to do this.
That would be
Code:
     display lsstatus(*) all
AMQ8631: Display listener status details.
   LISTENER(SYSTEM.LISTENER.TCP.2)         STATUS(RUNNING)
   PID(12614)                              STARTDA(2005-07-29)
   STARTTI(06.31.17)                       DESCR( )
   TRPTYPE(TCP)                            CONTROL(MANUAL)
   IPADDR(*)                               PORT(1400)
   BACKLOG(100)
AMQ8631: Display listener status details.
   LISTENER(TCP1456)                       STATUS(RUNNING)
   PID(13297)                              STARTDA(2005-07-29)
   STARTTI(06.41.16)                       DESCR( )
   TRPTYPE(TCP)                            CONTROL(MANUAL)
   IPADDR(*)                               PORT(1456)
   BACKLOG(100)


But be careful, this display will show the status of listener objects (port 1456) and runmqlsr instances (port 1400), but not anything listening via inetd.

And of course, you have to issue the comand at each queue manager.
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » about ports numbers of qmgrs
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.