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 find number of std MQclient & xa client connectio

Post new topic  Reply to topic
 How to find number of std MQclient & xa client connectio « View previous topic :: View next topic » 
Author Message
tanny0104
PostPosted: Thu Jun 02, 2011 4:06 am    Post subject: How to find number of std MQclient & xa client connectio Reply with quote

Newbie

Joined: 02 Jun 2011
Posts: 7

Hi

Scenario: Number of MQ standard client and MQ xa client(version 7) boxes(machines) are making connections to a MQ server(version 7) using svrconn channels.

Query: From the MQ server box can I figure out which all the boxes(ips) connecting to MQ server are using MQ std client and which clients are using MQ xa client.
I do not have access to client boxes so need to figure out only from MQ server box.

Please let me know if I am not clear on any point or require any further details.

Thanks
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Thu Jun 02, 2011 6:30 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

What is the whole objective ?

If you want to checking how many connections are there on there server mq qmgr from clients (using server conn.) you can use the following command to do so (from mq server) :

echo ' display chs(*) where ( CHLTYPE EQ SVRCONN ) ' | runmqsc QMGRNAME | grep STATUS | wc -l

To check, how many total connections are there on the mq qmgr :

echo ' display chs(*) ' | runmqsc QMGRNAME | grep STATUS | wc -l

* 'where' clause you can use in the mqsc commands to filter out the results based on conditions like EQ . You can check for IPs as well.


_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Thu Jun 02, 2011 6:47 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

The URTYPE on DIS CONN(*) type(CONN) will show (XA).
Back to top
View user's profile Send private message
tanny0104
PostPosted: Thu Jun 02, 2011 8:27 am    Post subject: Reply with quote

Newbie

Joined: 02 Jun 2011
Posts: 7

Thank you so much mqjeff, that is exactly what I was looking for to know the number of xa clients connected to the MQ servers. You are a champ!!

Thanks again
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 » How to find number of std MQclient & xa client connectio
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.