Author |
Message
|
MQMed |
Posted: Fri Oct 05, 2001 5:09 am Post subject: |
|
|
Newbie
Joined: 02 Oct 2001 Posts: 5
|
Is there anyway to find queue ownership on Solaris? There're some test queues on my QManager that are not supposed to be?
Thanks. |
|
Back to top |
|
 |
jhalstead |
Posted: Fri Oct 05, 2001 5:43 am Post subject: |
|
|
 Master
Joined: 16 Aug 2001 Posts: 258 Location: London
|
Can you give a bit more detail about these queues that are not supposed to be? Are these queues you did not create through runmqsc or MQ Explorer?
Jamie |
|
Back to top |
|
 |
MQMed |
Posted: Fri Oct 05, 2001 5:50 am Post subject: |
|
|
Newbie
Joined: 02 Oct 2001 Posts: 5
|
This is a Sun server and someone has created some test queues on there which they were not supposed to. Now the fingures are pointing at me and I'm trying to find out who actually created them.
Thanks. |
|
Back to top |
|
 |
jhalstead |
Posted: Fri Oct 05, 2001 6:27 am Post subject: |
|
|
 Master
Joined: 16 Aug 2001 Posts: 258 Location: London
|
If the queues were created recently and you're using circular logging you might be lucky and find something in the log files.
If you're using linear logging and you've not been administering the logs you should definately find something.
Search the log files for the the queue name, in the case of linear logging use the crttime and crtdate attributes of the queue to get a rough idea of when the deed took place!
You may be able to find an entry along the lines of:
@ queues//q
It goes without saying that mqm group access should be restricted to trusted users! If you find the culprit give them a slap from me!
Jamie |
|
Back to top |
|
 |
jhalstead |
Posted: Fri Oct 05, 2001 6:30 am Post subject: |
|
|
 Master
Joined: 16 Aug 2001 Posts: 258 Location: London
|
Oops must remember to diasble HTML!
entry in log file will look like this
@ <user name> /queues/<queue name>/q |
|
Back to top |
|
 |
|