Author |
Message
|
C_Noone |
Posted: Mon Jun 07, 2004 2:58 am Post subject: System generating too many log files |
|
|
Newbie
Joined: 07 Jun 2004 Posts: 3
|
AIX 5.3 csd05
although the queue manager has 'circular' logging and
LogPrimaryFiles=3
LogSecondaryFiles=2
the queue manager crashes as it runs out of space after creating 12 log files in
/var/mqm/log/<queuemanager>/active
S0000000.LOG to S0000011.LOG
Any ideas? |
|
Back to top |
|
 |
fschofer |
Posted: Mon Jun 07, 2004 7:13 am Post subject: |
|
|
 Knight
Joined: 02 Jul 2001 Posts: 524 Location: Mainz, Germany
|
Hi,
where have you found these settings ?
In the mqsi.ini (defaults) or in the qm.ini.
Greetings
Frank |
|
Back to top |
|
 |
C_Noone |
Posted: Mon Jun 07, 2004 7:33 am Post subject: |
|
|
Newbie
Joined: 07 Jun 2004 Posts: 3
|
Hi Frank,
Both the qm.ini for the queue manager in question and the mqs.ini are set to have ‘circular logging’. |
|
Back to top |
|
 |
EddieA |
Posted: Mon Jun 07, 2004 9:44 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
the queue manager crashes |
Do you mean an application fails. Or the QM create.
Quote: |
LogPrimaryFiles=3
LogSecondaryFiles=2 |
That should only create the 3 Primaries when you create the QM. If you run an application that holds messages under a syncpoint, then it will add secondary extents as needed. But, it should only create 2 before "complaining".
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
jed |
Posted: Tue Jun 08, 2004 11:22 pm Post subject: |
|
|
 Centurion
Joined: 08 Jan 2004 Posts: 118 Location: MI, USA
|
Huh? If your logging is circular....
How can it create 12 log files when you got LogPrimaryFiles=3 and LogSecondaryFiles=2?
Did you change qm.ini (or mqs.ini) from linear to circular after creating the queue manager?
if you did that, i think i remember that you need to re-create your queue manager if you want to change from linear to circular (i think so.....). _________________ Jed |
|
Back to top |
|
 |
JasonE |
Posted: Wed Jun 09, 2004 1:15 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
Can you paste in a hex dump of the first 16 bytes of the amqhlctl.lfh file for the queue manager in question - That will indicate what the settings were when the qmgr was created (which as per the previous update is the only important time). |
|
Back to top |
|
 |
|