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 » Mainframe, CICS, TXSeries » RLIST question

Post new topic  Reply to topic
 RLIST question « View previous topic :: View next topic » 
Author Message
PeterPotkay
PostPosted: Fri Mar 26, 2010 12:20 pm    Post subject: RLIST question Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Fri Mar 26, 2010 5:04 pm    Post subject: Re: RLIST question Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Sat Mar 27, 2010 9:03 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » RLIST question
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.