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 » MQExplorer for View only z/OS

Post new topic  Reply to topic
 MQExplorer for View only z/OS « View previous topic :: View next topic » 
Author Message
bobbee
PostPosted: Thu Feb 26, 2009 6:26 am    Post subject: MQExplorer for View only z/OS Reply with quote

Knight

Joined: 20 Sep 2001
Posts: 545
Location: Tampa

these are the commands that set up a UID for only viewing through MQExplorer for a distributed QMGR.

setmqaut -m BOBBEE -t qmgr -p MQTEST11 +connect +inq +dsp
setmqaut -m BOBBEE -t q -n SYSTEM.DEFAULT.MODEL.QUEUE -p MQTEST11 +get +browse +inq
setmqaut -m BOBBEE -t q -n SYSTEM.ADMIN.COMMAND.QUEUE -p MQTEST11 +get +browse +inq +put
setmqaut -m BOBBEE -t q -n SYSTEM.MQEXPLORER.REPLY.MODEL -p MQTEST11 +inq +browse +get +dsp
setmqaut -m BOBBEE -t q -n AMQ.** -p MQTEST11 +all
setmqaut -m BOBBEE -t q -n MQAI.** -p MQTEST11 +all
setmqaut -m BOBBEE -t channel -n ** -p MQTEST11 +dsp
setmqaut -m BOBBEE -t q -n ** -p MQTEST11 +dsp +inq +browse

This is pretty common. Anyone done this and have the RACF commands for implementing this?
Back to top
View user's profile Send private message Send e-mail AIM Address
Mr Butcher
PostPosted: Thu Feb 26, 2009 6:38 am    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

well, z/OS and RACF is somewhat different. On z/OS, you can switch off security for the whole queuemanager, or for specific security classes.
please find out first what classes are active for the z/OS queuemanager by doing a "display security"... then we see what you need to define....

e.g. if connect security is switched off, we do not need a proper RACF definition.
_________________
Regards, Butcher
Back to top
View user's profile Send private message
bobbee
PostPosted: Thu Feb 26, 2009 7:28 am    Post subject: Reply with quote

Knight

Joined: 20 Sep 2001
Posts: 545
Location: Tampa

I am aware of that.
I was just pinging the community to see if someone worked this already. I have a question to the author of the article that presented this information to see if he extended the subject to RACF.

I was hoping someone could save me some leg work and I could get a little reuse here.

thanks
Back to top
View user's profile Send private message Send e-mail AIM Address
Toronto_MQ
PostPosted: Thu Feb 26, 2009 8:34 am    Post subject: Reply with quote

Master

Joined: 10 Jul 2002
Posts: 263
Location: read my name

As Butcher says, it depends on your switches. This should get you started:

pe CSQ1.AMQ.** class(mqqueue) access(alter) id(BOBBEE)
pe CSQ1.SYSTEM.MQEXPLORER.REPLY.MODEL class(mqqueue) access(alter) id(BOBBEE)

** replace CSQ1 with your qmgr name

If you do connect checks, you'll need more.
Back to top
View user's profile Send private message
Mr Butcher
PostPosted: Thu Feb 26, 2009 11:14 pm    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

on z/OS, a common practise is to authorize groups, not users. so in your case there may be already a group that is defined for proper mq access, and all you need is a connect to that group. you should see your racf guy for this
_________________
Regards, Butcher
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » MQExplorer for View only z/OS
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.