Author |
Message
|
Trainee |
Posted: Mon Feb 02, 2009 3:33 pm Post subject: Access to MQ Errors and Broker Errors |
|
|
 Centurion
Joined: 27 Oct 2006 Posts: 124
|
Hi
We would like to give access to Error logs for MQ and MB to developers.We can't keep developers ids in mqm group as they will get full control of Objects.
Any suggestions to do in the best way.We want to give them read access only.Any tools...
Thank you
Trainee |
|
Back to top |
|
 |
sumit |
Posted: Tue Feb 03, 2009 12:33 am Post subject: |
|
|
Partisan
Joined: 19 Jan 2006 Posts: 398
|
On which OS you have your MQ and MB?
You can use OS specific security standards to give limited access to users like 'chmod' in Unix flavours. _________________ Regards
Sumit |
|
Back to top |
|
 |
Trainee |
Posted: Tue Feb 03, 2009 5:34 am Post subject: |
|
|
 Centurion
Joined: 27 Oct 2006 Posts: 124
|
It is on AIX 5.3.If I give permissions like that I have to keep on changing the permissions as and when we create a Qmgr ..Am I correct?
Thank you
Trainee |
|
Back to top |
|
 |
exerk |
Posted: Tue Feb 03, 2009 5:47 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
You could use a script that takes the queue manager name as an argument, that can be invoked by the developers, that will copy the logs to an accessible area, with the appropriate permissions so they can view them. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
fschofer |
Posted: Wed Feb 04, 2009 3:52 am Post subject: |
|
|
 Knight
Joined: 02 Jul 2001 Posts: 524 Location: Mainz, Germany
|
Hi,
for MB you could use sudo to allow the developers to execute some commands like mqsichangetrace, mqsireadlog and mqsiformatlog.
Greetings
Frank |
|
Back to top |
|
 |
|