|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQExplorer for View only z/OS |
« View previous topic :: View next topic » |
Author |
Message
|
bobbee |
Posted: Thu Feb 26, 2009 6:26 am Post subject: MQExplorer for View only z/OS |
|
|
 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 |
|
 |
Mr Butcher |
Posted: Thu Feb 26, 2009 6:38 am Post subject: |
|
|
 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 |
|
 |
bobbee |
Posted: Thu Feb 26, 2009 7:28 am Post subject: |
|
|
 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 |
|
 |
Toronto_MQ |
Posted: Thu Feb 26, 2009 8:34 am Post subject: |
|
|
 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 |
|
 |
Mr Butcher |
Posted: Thu Feb 26, 2009 11:14 pm Post subject: |
|
|
 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 |
|
 |
|
|
 |
|
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
|
|
|
|