Author |
Message
|
hookerxy |
Posted: Mon Jan 08, 2007 8:46 am Post subject: how to display MAXCHL and ACTCHL using runmqsc? |
|
|
Newbie
Joined: 20 Mar 2003 Posts: 9
|
I want to display from Windows command line the attributes for MaxChannel (MAXCHL) and ActiveChannel ACTCHL.
Tested it with MQ 6 and MQ 6.02 on Windows.
The MQ Explorer does show the attribute in the QMgr properties when going down to the Channel Tab.
But neither DIS QMGR ALL or DIS QMGR DQM show the attributes from Coamman line after connecting with runmqsc to the QMgr.
Although the MQ docs say that should be here.
any ideas? |
|
Back to top |
|
 |
wschutz |
Posted: Mon Jan 08, 2007 1:07 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Read the docs carefully, I think that only applies to zOS... _________________ -wayne |
|
Back to top |
|
 |
pathipati |
Posted: Mon Jan 08, 2007 5:33 pm Post subject: |
|
|
Master
Joined: 03 Mar 2006 Posts: 296
|
Quote: |
But neither DIS QMGR ALL or DIS QMGR DQM show the attributes from Coamman line after connecting with runmqsc to the QMgr.
Although the MQ docs say that should be here. |
What did you see after running this command in Windows? |
|
Back to top |
|
 |
hookerxy |
Posted: Tue Jan 09, 2007 5:00 am Post subject: |
|
|
Newbie
Joined: 20 Mar 2003 Posts: 9
|
Sorry for late reply, was quite busy this morning:
>Read the docs carefully, I think that only applies to zOS...
I think I did:
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzaj.doc/sc12200_.htm
When I search in this page for MAXCHL, I see no number in brackets, at example ( 2) means: Valid only on z/OS.
When I search MONCHL I see as well no number in brackets for this attribute.
---
When I run a DIS QMGR DQM ,after connecting witih runmqsc
Code: |
dis qmgr dqm
4 : dis qmgr dqm
AMQ8408: Details zu DISPLAY QMGR werden angezeigt.
QMNAME(QMGR) CHAD(ENABLED)
CHADEV(DISABLED) CHADEXIT( )
CHLEV(DISABLED) DEADQ(DLQ)
DEFXMITQ( ) IPADDRV(IPV4)
MONCHL(OFF)
QMID(QMGR_2007-01-05_12.37.34)
SCHINIT(QMGR) SSLCRLNL( )
SSLCRYP( ) SSLEV(DISABLED)
SSLFIPS(NO)
SSLKEYR(C:\Program Files\IBM\WebSphere MQ\qmgrs\QMGR\ssl\key)
STATCHL(NONE) |
I see no value for MAXCHL, but I see a value for MONCHL
If I run a dis qmgr all I see just more attributes and also MONCHL, but not MAXCHL
-----
If these attributes are only valid for z/OS I would say the docs are not clear. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jan 09, 2007 5:10 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jan 09, 2007 5:12 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Also, when I look at your page again, both MAXCHL and ACTCHL do have (2) applied to them. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
hookerxy |
Posted: Tue Jan 09, 2007 6:39 am Post subject: |
|
|
Newbie
Joined: 20 Mar 2003 Posts: 9
|
jefflowrey
many thanks for pointing that to me out!!!
I just though that (2) is below the attribute and not above.
As you said read the docs more carefully!!!!
Thanks again |
|
Back to top |
|
 |
|