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 » How to check the name of Listeners in MQ 5.3

Post new topic  Reply to topic Goto page Previous  1, 2, 3, 4  Next
 How to check the name of Listeners in MQ 5.3 « View previous topic :: View next topic » 
Author Message
ankurlodhi
PostPosted: Tue Aug 23, 2011 12:30 pm    Post subject: Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

no I will try to surpass you that would be a bit better although its not that easy. but i will try,

and persnality is not a problem one should learn to how to adjust with people they dont along with.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Aug 23, 2011 1:01 pm    Post subject: Reply with quote

Grand High Poobah

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

ankurlodhi wrote:
no I will try to surpass you that would be a bit better although its not that easy. but i will try,


No, you go for it!

I look forward to reading about you getting the Nobel Prize for WMQ as they strap me back into the jacket and saying to the orderlies, "I knew him when he was starting out you know".

I admire your drive and ambition.

ankurlodhi wrote:
and persnality is not a problem one should learn to how to adjust with people they dont along with.


This is very much where it goes wrong for me. Thankfully I'm not employed for my sparkling wit or charming personality.

Or my Java knowledge.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ankurlodhi
PostPosted: Tue Aug 23, 2011 1:22 pm    Post subject: Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

Thanks, I will try my best I order to do that.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Aug 24, 2011 4:22 am    Post subject: Reply with quote

Grand High Poobah

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

ankurlodhi wrote:
I will try my best I order to do that.


As a wise green puppet once said:

"Do, or do not. There is no try."

Success awaits you.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ankurlodhi
PostPosted: Wed Aug 24, 2011 10:22 am    Post subject: Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

i was going through amqclchl.tab file although its encrypted i can see the IP of my development box and the name of client connection channel which is existing on dev box

can there be a possiblity that this box is also communicating with the dev box.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Aug 24, 2011 10:32 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

ankurlodhi wrote:
i was going through amqclchl.tab file although its encrypted


It's not encrypted.

It's in a defined binary format. that may or may not be documented, I forget - I believe it's not.

Again, the full definition of all of the channels on the qmgr, including CLNTCONN channels, will tell you everything there is to know about all machines that the qmgr is communicating with.

queue managers do not make any connections unless they are using channels.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Aug 24, 2011 10:32 am    Post subject: Reply with quote

Grand High Poobah

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

ankurlodhi wrote:
i was going through amqclchl.tab file although its encrypted


It's not encrypted. It's compiled. It's not like there are any secrets in it.

ankurlodhi wrote:
can there be a possiblity that this box is also communicating with the dev box.


Well you tell me:

ankurlodhi wrote:
the name of client connection channel which is existing on dev box


Having determined that the box has a client connection channel (which if you'd read the documentation you'd know that this is what's in the amqclchl.tab file!!!) what do you think it's being used for? If not communicating with the dev box??

And why is this relevant? If you're migrating all the queue manager settings to the new queue manager (with saveqmgr now that you've mastered it) this client connection channel will move as well. Obviously.

So

a) why ask the question?
b) why poke around in the tab file?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ankurlodhi
PostPosted: Wed Aug 24, 2011 10:43 am    Post subject: Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

the problem there is saveqmgr is not existing on the box, i tried looking it in the box but it's there even in the samp/bin

looks like i have to take permission to install saveqmgr utility on this box..
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Aug 24, 2011 10:45 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

or you could run the client version from your machine and make a client connection to the queue manager.

this will be probably easier, since saveqmgr is compiled as a 64-bit application these days, and your v5.3 qmgr is almost certainly running on a 32-bit platform.
Back to top
View user's profile Send private message
ankurlodhi
PostPosted: Fri Aug 26, 2011 6:27 am    Post subject: Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

i have monitered the port that mq is listening on . so I now know which system is communicating with the box, and by the looks of it I think the channel is triggered cause when ever inactive for a while it goes in inactive state.

I have figured out that saveqmgr is not prestent on the system so i am looking to install it on the box, is there any special thing i have to keep in mind while installing it.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Aug 26, 2011 6:41 am    Post subject: Reply with quote

Poobah

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

ankurlodhi wrote:
... is there any special thing i have to keep in mind while installing it.

Follow the installation instructions that are included in the support pac.
_________________
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 Aug 26, 2011 6:54 am    Post subject: Reply with quote

Grand High Poobah

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

ankurlodhi wrote:
so I now know which system is communicating with the box


Given that every WMQ system that communicates with that box will use the same port....

...that's not a reliable guide.

ankurlodhi wrote:
and by the looks of it I think the channel is triggered cause when ever inactive for a while it goes in inactive state.


This is relevant how?

ankurlodhi wrote:
I have figured out that saveqmgr is not prestent on the system so i am looking to install it on the box, is there any special thing i have to keep in mind while installing it.


That you don't have to install it on the box, as indicated above by someone who can speak with authority?

mqjeff wrote:
you could run the client version from your machine and make a client connection to the queue manager


If you don't, you'll need to keep in mind:

mqjeff wrote:
saveqmgr is compiled as a 64-bit application these days, and your v5.3 qmgr is almost certainly running on a 32-bit platform

_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ankurlodhi
PostPosted: Fri Aug 26, 2011 7:08 am    Post subject: Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

I dont have Client version on my box.

I have downloaded the saveqmgr utility but, it is compiled for 64

i have an I idea..... but i dont if it can work or not...
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Aug 26, 2011 7:12 am    Post subject: Reply with quote

Grand High Poobah

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

ankurlodhi wrote:
I dont have Client version on my box.


No WMQ client? That's easy to fix. No saveqmgr client? Likewise.

ankurlodhi wrote:
i have an I idea..... but i dont if it can work or not...


To get a 64-bit application running on a 32-bit platform?

I look forward to hearing how it works out.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ankurlodhi
PostPosted: Fri Aug 26, 2011 7:20 am    Post subject: Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

I think luck is on my side this time the solaris 9 i am using is a 64 bit..

so i guess it should work.
or i would have to replace the kernal of that box..
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2, 3, 4  Next Page 3 of 4

MQSeries.net Forum Index » General IBM MQ Support » How to check the name of Listeners in MQ 5.3
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.