Author |
Message
|
abhijit_mishra |
Posted: Tue Feb 26, 2013 8:58 am Post subject: How to check user who modified the MQ objects |
|
|
 Apprentice
Joined: 21 Aug 2009 Posts: 35 Location: India
|
Dear all,
Is there a way to log the user id(an authentic MQ admin) who has modified a MQ object? I want to keep a track of changes that are being made on a shared MQ server..
I don't want to alter any MQ parameters/settings. We use MQ 7.0.
Any help will be highly appreciated..
Regards,
Abhijit
 _________________ All well that ends well. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Tue Feb 26, 2013 9:12 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
Turn on queue manager Configuration Events.
i.e.
Code: |
ALTER QMGR CONFIGEV(ENABLED) |
Then you will need a tool to read those events. i.e. SupportPac MS0P
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
exerk |
Posted: Tue Feb 26, 2013 9:43 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Bear in mind though, if everyone uses the same log-in, e.g. mqm, then all your configuration events will bear the stamp of the that user; it rather skews the results when that happens. _________________ 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 |
|
 |
abhijit_mishra |
Posted: Fri Mar 15, 2013 7:21 am Post subject: |
|
|
 Apprentice
Joined: 21 Aug 2009 Posts: 35 Location: India
|
Thanks Roger & exerk.
Really appreciate your response.
Given that I got MQ7.0 i didn't see a CONFIGEV attribute on qmgr.
Is it that I cant use some other parameters in 7.0? _________________ All well that ends well. |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Mar 15, 2013 7:25 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9472 Location: US: west coast, almost. Otherwise, enroute.
|
abhijit_mishra wrote: |
Given that I got MQ7.0 i didn't see a CONFIGEV attribute on qmgr.
Is it that I cant use some other parameters in 7.0? |
How and where did you look for the qmgr config events attribute? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
exerk |
Posted: Fri Mar 15, 2013 7:35 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
abhijit_mishra wrote: |
Thanks Roger & exerk.
Really appreciate your response.
Given that I got MQ7.0 i didn't see a CONFIGEV attribute on qmgr.
Is it that I cant use some other parameters in 7.0? |
Look at the DISPLAY QMGR explanation in the Info Centre... _________________ 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 |
|
 |
abhijit_mishra |
Posted: Fri Mar 15, 2013 7:53 am Post subject: |
|
|
 Apprentice
Joined: 21 Aug 2009 Posts: 35 Location: India
|
C:\>dspmqver
Name: WebSphere MQ
Version: 7.0.0.1
CMVC level: p700-001-090115
dis QMGR CONFIGEV
1 : dis QMGR CONFIGEV
AMQ8405: Syntax error detected at or near end of command segment below:-
dis QMGR C
This is what i get.
i just have installed MQ base 7.0 on my personal system. Is it happening coz i just have base installed? _________________ All well that ends well. |
|
Back to top |
|
 |
exerk |
Posted: Fri Mar 15, 2013 7:54 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
abhijit_mishra wrote: |
C:\>dspmqver
Name: WebSphere MQ
Version: 7.0.0.1
CMVC level: p700-001-090115
dis QMGR CONFIGEV
1 : dis QMGR CONFIGEV
AMQ8405: Syntax error detected at or near end of command segment below:-
dis QMGR C
This is what i get.
i just have installed MQ base 7.0 on my personal system. Is it happening coz i just have base installed? |
Did you actually read my last post? _________________ 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 |
|
 |
mqjeff |
Posted: Fri Mar 15, 2013 7:54 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
it's happening because you didn't read the information on DIS QMGR in the Information Center. |
|
Back to top |
|
 |
abhijit_mishra |
Posted: Fri Mar 15, 2013 7:56 am Post subject: |
|
|
 Apprentice
Joined: 21 Aug 2009 Posts: 35 Location: India
|
sorry exerk
I'll do my homework and read the manual..
Cheers _________________ All well that ends well. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 15, 2013 7:59 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
abhijit_mishra wrote: |
sorry exerk |
I have never been a Marine. It was the best choice for all concerned. |
|
Back to top |
|
 |
zpat |
Posted: Fri Mar 15, 2013 8:23 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
abhijit_mishra wrote: |
sorry exerk
I'll do my homework and read the manual..
Cheers |
How did you get certified without knowing about RUNMQSC?
Also apply recent fixpack maintenance, you do not want to be years out of date. |
|
Back to top |
|
 |
abhijit_mishra |
Posted: Fri Mar 15, 2013 8:58 am Post subject: |
|
|
 Apprentice
Joined: 21 Aug 2009 Posts: 35 Location: India
|
@zpat,
I dont have to know every MQ parameter to get a certification.. _________________ All well that ends well. |
|
Back to top |
|
 |
exerk |
Posted: Fri Mar 15, 2013 9:12 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
abhijit_mishra wrote: |
@zpat,
I dont have to know every MQ parameter to get a certification.. |
True, but it does help to know the basics... _________________ 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 |
|
 |
abhijit_mishra |
Posted: Sat Mar 16, 2013 10:44 pm Post subject: |
|
|
 Apprentice
Joined: 21 Aug 2009 Posts: 35 Location: India
|
I just upgraded to MQ 7.5 and now I can see the CONFIGEV parameter when I do a "dis qmgr all" and able to alter it now. But my previous MQ installation didn't show this parameter for the same command.
I read the info center which also said just enable CONFIGEV.
http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp
But I could not alter last time because it was not able to find "CONFIGEV".
If you guys could just point out what was going wrong last time, it will be highly appreciated.
Many thanks to all for your previous replies.
Cheers |
|
Back to top |
|
 |
|