|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
RLIST question |
« View previous topic :: View next topic » |
Author |
Message
|
PeterPotkay |
Posted: Fri Mar 26, 2010 12:20 pm Post subject: RLIST question |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
RLIST MQCONN * ALL shows me all the info I need for the MQCONN class for a Queue Manager. Right now I have only defined MQCONN and granted permissions for the one QM If I am working on, so the output is clean. But I think it will show me this info for all QMs on that system as I start adding MQCONN for additional QMs.
Given a Queue Manager name of MQXX, how do I issue the RLIST command so that it only shows me MQCONN related stuff for MQXX?
I tried the following with no luck:
RLIST MQCONN MQXX ALL
RLIST MQCONN MQXX.** ALL
RLIST MQCONN MQXX.* ALL
While RLIST MQCONN MQXX.BATCH ALL worked, and wouldn't be a big deal for MQCONN where there are only 4 profiles (BATCH, CHIN, IMS and CICS), I'm looking ahead to the other classes too where I need the ability to display everything.
Using MQQUEUE as an example, RLIST MQQUEUE MQXX.** ALL worked, but only showed me that specific profile I created called MQXX.** with a UACC of none. Somehow I want to see all the profiles I have for MQQUEUE, but only for queue manager MQXX.
Is there a way? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Vitor |
Posted: Fri Mar 26, 2010 5:04 pm Post subject: Re: RLIST question |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
PeterPotkay wrote: |
Is there a way? |
Not with RLIST, but for diagnostic purposes the command:
Code: |
RLIST MQQUEUE MQXX.WHAT.PROFILE.CONTROLS.THIS.** ALL |
will show you whatever profile is running that queue.
To answer your question, I think the SEARCH command is what you're looking for. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Mar 27, 2010 9:03 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Or if you are not opposed to using a mixed platform...
output the RLIST to a file ftp it to Unix? MSDos?
grep for the specific qmgr...
Even better if you have a grep equivalent on the MF? In a C type library?
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|