Author |
Message
|
thimerion |
Posted: Thu Aug 16, 2007 4:30 am Post subject: Mq Error logs AMQERR01/2/3.LOG |
|
|
Acolyte
Joined: 08 May 2007 Posts: 67 Location: Belgium
|
All,
At the moment these logs are small and circular.
Is there any way possible in mq to make them big and linear ?
Regards,
Tim |
|
Back to top |
|
 |
Nigelg |
Posted: Thu Aug 16, 2007 4:37 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Yes and no. _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Aug 16, 2007 4:38 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
The only supported way is to delete & redefine the queue manager. Saving the object definitions first of course!! _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 16, 2007 4:40 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Vitor wrote: |
The only supported way is to delete & redefine the queue manager. Saving the object definitions first of course!! |
Nigelg's answer is, not surprisingly, correct.
Yes you can make the error logs bigger.
No you can't make the error logs linear.
Neither have anything to do with any options on the qmgr that control the transaction logs... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Aug 16, 2007 4:43 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jefflowrey wrote: |
Vitor wrote: |
The only supported way is to delete & redefine the queue manager. Saving the object definitions first of course!! |
Nigelg's answer is, not surprisingly, correct.
Yes you can make the error logs bigger.
No you can't make the error logs linear.
Neither have anything to do with any options on the qmgr that control the transaction logs... |
The batteries in these glasses must be running down. Or the ones in my brain!
Peruvian scale doh!!!!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
thimerion |
Posted: Thu Aug 16, 2007 4:45 am Post subject: |
|
|
Acolyte
Joined: 08 May 2007 Posts: 67 Location: Belgium
|
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 16, 2007 5:38 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Is that a link to a page on IBM.com?
No, it is not.
So don't trust it.
And, there isn't a parameter on the qmgr that controls the size of the error log files.
There is an environment variable you can set. I don't remember what it is off the top of my head. I think it's been mentioned here before, you can try searching around. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
thimerion |
Posted: Thu Aug 16, 2007 7:14 am Post subject: |
|
|
Acolyte
Joined: 08 May 2007 Posts: 67 Location: Belgium
|
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Aug 20, 2007 1:05 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
MQ 5.3 MQMAXERRORLOGSIZE took care of both the QM Error logs and the System MQ Error logs.
AT MQ 6.0, MQMAXERRORLOGSIZE only deals with the System MQ Error logs. To affect the QM error logs at MQ 6.0, you must alter the qm.ini file (UNIX) or set the relevant value in MQEXplorer on Windows QMs. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|