Author |
Message
|
ppdollar |
Posted: Fri Sep 09, 2005 5:49 am Post subject: Status of inactive channels |
|
|
Novice
Joined: 31 Aug 2005 Posts: 20
|
How can we list the inactive channels under runmqsc in UNIX.
Thanks in advance, |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Sep 09, 2005 5:59 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
EddieA |
Posted: Fri Sep 09, 2005 9:53 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
So, where's the version to download, and keep locally.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Sep 09, 2005 10:03 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
EddieA wrote: |
So, where's the version to download, and keep locally.
Cheers, |
It's available with the install images... on the supplementary disk or whatever it is. I've been using it for a bit now locally.
I guess the info center came online about a month ago. But it's still not listed here _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
hopsala |
Posted: Fri Sep 09, 2005 10:31 am Post subject: |
|
|
 Guardian
Joined: 24 Sep 2004 Posts: 960
|
I think what he meant is how does one display only inactive channels, as DIS CHL displays all channels defined, regardless of channel state. If that's not what he meant, then I'M asking , is there any way to display only inactive channels?
p.s STATCHL parameter is a new V6 parm I think, it is stated that this is "Statistics data collection. ", I wonder what's the exact output... |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Sep 09, 2005 10:43 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
hopsala wrote: |
I think what he meant is how does one display only inactive channels |
That wasn't evident at all from his question.
hopsala wrote: |
as DIS CHL displays all channels defined, regardless of channel state. |
True... I guess I meant DIS CHLSTATUS.
hopsala wrote: |
If that's not what he meant, then I'M asking , is there any way to display only inactive channels? |
I guess on v6 you can include a "WHERE" clause to only show "saved" channels.
hopsala wrote: |
p.s STATCHL parameter is a new V6 parm I think, it is stated that this is "Statistics data collection. ", I wonder what's the exact output... |
Well, the docs for DEFINE CHANNEL list
Quote: |
STATCHL
Controls the collection of statistics data for channels:
QMGR
The value of the queue manager's STATCHL parameter is inherited by the channel. This is the default value.
OFF
Statistics data collection is turned off for this channel.
LOW
If the value of the queue manager's STATCHL parameter is not NONE, statistics data collection is turned on, with a low rate of data collection, for this channel.
MEDIUM
If the value of the queue manager's STATCHL parameter is not NONE, statistics data collection is turned on, with a moderate rate of data collection, for this channel.
HIGH
If the value of the queue manager's STATCHL parameter is not NONE, statistics data collection is turned on, with a high rate of data collection, for this channel.
Changes to this parameter take effect only on channels started after the change occurs.
For cluster channels, the value of this parameter is not replicated in the repository and used in the auto-definition of cluster-sender channels. For auto-defined cluster-sender channels, the value of this parameter is taken from the queue manager's attribute STATACLS. This value may then be overridden in the channel auto-definition exit. |
_________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
ppdollar |
Posted: Fri Sep 09, 2005 11:26 am Post subject: |
|
|
Novice
Joined: 31 Aug 2005 Posts: 20
|
[/quote]If that's not what he meant, then I'M asking , is there any way to display only inactive channels?[quote]
this was my actual question..Sorry for the confusion.
I was actually trying to list only inactive channels ..
Websphere MQ explorer shows the inactive state of any channel if we get connected to remote queue manager where as mqsc commands doesnt list the channels in inactive state,thought if there is way to see the same.
Thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Sep 09, 2005 12:38 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The MQ Explorer basically combines both DISPLAY CHANNEL and DISPLAY CHANNEL STATUS. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
ppdollar |
Posted: Fri Sep 09, 2005 12:55 pm Post subject: |
|
|
Novice
Joined: 31 Aug 2005 Posts: 20
|
|
Back to top |
|
 |
JT |
Posted: Fri Sep 09, 2005 1:01 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Quote: |
I was actually trying to list only inactive channels ..
Websphere MQ explorer shows the inactive state of any channel if we get connected to remote queue manager where as mqsc commands doesnt list the channels in inactive state,thought if there is way to see the same. |
At a minimum, I would think that a script could be developed (using grep, awk, whatever) to retrieve a list of all channels, via the DISPLAY CHANNEL(*) command, and compare that list to the channels identified via the DISPLAY CHSTATUS(*).
The channels in the former list, but not in the subsequent list, should be INACTIVE. |
|
Back to top |
|
 |
|