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 » port number

Post new topic  Reply to topic
 port number « View previous topic :: View next topic » 
Author Message
harshatej1
PostPosted: Fri Jan 31, 2014 11:40 am    Post subject: port number Reply with quote

Acolyte

Joined: 20 Nov 2013
Posts: 61

Hi,

can you please tell me the command to know which port is being used by the queue manager?

MQ version: 5.1
Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Jan 31, 2014 12:19 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9398
Location: US: west coast, almost. Otherwise, enroute.

netstat
_________________
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
View user's profile Send private message
Vitor
PostPosted: Fri Jan 31, 2014 12:25 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

If it's the same out of date MQv5.1 you were trying to install here, it's the port number you selected during the installation process....
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mqsiuser
PostPosted: Fri Jan 31, 2014 2:05 pm    Post subject: Reply with quote

Yatiri

Joined: 15 Apr 2008
Posts: 637
Location: Germany

1.
Code:
netstat | grep mqm


2.
Code:
runmqsc <QMGR_NAME>
display listener(*)
display listener(<LISTENER>)


3. Default is 1414. If not 1414 then "try" 1415, 1416, ...
Code:
telnet <IP_or_hostname> 1414
telnet <IP_or_hostname> 1415
telnet <IP_or_hostname> 1416
...

If telnet connects (no c:\> or linux/unix prompt any more), then the port is busy and it is *likely* a/your queue manager
_________________
Just use REFERENCEs
Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Jan 31, 2014 4:34 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9398
Location: US: west coast, almost. Otherwise, enroute.

mqsiuser wrote:

2.
Code:
runmqsc <QMGR_NAME>
display listener(*)
display listener(<LISTENER>)


DISPLAY LISTENER command not supported at OPs version of MQ.
_________________
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
View user's profile Send private message
zpat
PostPosted: Fri Jan 31, 2014 11:55 pm    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5849
Location: UK

ps -ef | grep lsr
_________________
Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error.
Back to top
View user's profile Send private message
exerk
PostPosted: Sat Feb 01, 2014 2:17 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

You might also want to check for any MQSeries-related entries in /etc/inetd.conf
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Sun Feb 02, 2014 2:36 pm    Post subject: Reply with quote

Jedi

Joined: 25 Mar 2003
Posts: 2494
Location: Melbourne, Australia

exerk wrote:
You might also want to check for any MQSeries-related entries in /etc/inetd.conf

and /etc/services. The MQ listener will be a separately started runmqlsr or use inetd. MQ LISTENER objects didn't exist 15 years ago.
_________________
Glenn
Back to top
View user's profile Send private message
exerk
PostPosted: Sun Feb 02, 2014 3:28 pm    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

gbaddeley wrote:
exerk wrote:
You might also want to check for any MQSeries-related entries in /etc/inetd.conf

and /etc/services. The MQ listener will be a separately started runmqlsr or use inetd. MQ LISTENER objects didn't exist 15 years ago.

True, but did not most people start it under control of inetd to ensure port ring-fencing? It was a long time ago, in an installation far away...
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
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 » General IBM MQ Support » port number
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.