Posted: Thu Jun 02, 2011 4:06 am Post subject: How to find number of std MQclient & xa client connectio
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.
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 :
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