Author |
Message
|
rgprasanna |
Posted: Thu Dec 06, 2007 6:19 am Post subject: how to find log type(circular or linear)of qmgr in windows? |
|
|
 Voyager
Joined: 02 May 2007 Posts: 91 Location: Chennai - India
|
hi,
how to find the log type of the queue manager in windows (not by using the explorer)..any direct command?
i know you can use the rcdmqimg command indirectly to know the logtype...any other solution? _________________ Prasanna |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Dec 06, 2007 6:24 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What have you tried?
What does the documentation say? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
velocity |
Posted: Thu Dec 13, 2007 6:38 am Post subject: |
|
|
Centurion
Joined: 30 Nov 2007 Posts: 126
|
Just take a look inside the qm.ini file located in
/var/mqm/qmgrs/<QMNAME>/ directory and you will find the type of logging used.
qm.ini file stores all the queue manager configuration information information. |
|
Back to top |
|
 |
bbburson |
Posted: Thu Dec 13, 2007 7:02 am Post subject: |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
velocity wrote: |
Just take a look inside the qm.ini file located in
/var/mqm/qmgrs/<QMNAME>/ directory and you will find the type of logging used.
qm.ini file stores all the queue manager configuration information information. |
Please read the question before providing incorrect answers:
rgprasanna wrote: |
how to find the log type of the queue manager in windows (not by using the explorer)..any direct command? |
|
|
Back to top |
|
 |
nadipelli |
Posted: Thu Dec 13, 2007 7:08 am Post subject: |
|
|
Newbie
Joined: 05 Dec 2007 Posts: 1
|
Hi velocity,
The one you specified is for UNIX, not for windows. |
|
Back to top |
|
 |
exerk |
Posted: Thu Dec 13, 2007 7:21 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
1. Look in the Registry
2. Check whether the number of files in the log folder increase
Better still, document it! _________________ 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 |
|
 |
EddieA |
Posted: Thu Dec 13, 2007 9:15 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
exerk wrote: |
1. Look in the Registry
2. Check whether the number of files in the log folder increase |
And if they happen to be running a program that puts a lot of messages, under syncpoint, to a system running circular logs, the number of logs could increase.
Cheers. _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
exerk |
Posted: Fri Dec 14, 2007 2:05 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
EddieA wrote: |
exerk wrote: |
1. Look in the Registry
2. Check whether the number of files in the log folder increase |
And if they happen to be running a program that puts a lot of messages, under syncpoint, to a system running circular logs, the number of logs could increase.
Cheers. |
Fair point - doh! Personally I'd stick with option 1. for checking but the site standards documentation should mandate recording of the queue manager creation parameters. _________________ 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 |
|
 |
Michael Dag |
Posted: Fri Dec 14, 2007 3:17 am Post subject: Re: how to find log type(circular or linear)of qmgr in windo |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
rgprasanna wrote: |
how to find the log type of the queue manager in windows (not by using the explorer)..any direct command?
|
amqmdain reg QmgrName -c display -s Log -v * _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
exerk |
Posted: Fri Dec 14, 2007 3:44 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Thank you! I must take the time to find out more of what amqmdain does, a sad case of only learning about the bits I need rather than being comprehensive  _________________ 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 |
|
 |
rgprasanna |
Posted: Fri Dec 14, 2007 10:38 pm Post subject: appreciate all your responses |
|
|
 Voyager
Joined: 02 May 2007 Posts: 91 Location: Chennai - India
|
thanks a lot for all your replies _________________ Prasanna |
|
Back to top |
|
 |
|