Author |
Message
|
kiran_raghunam |
Posted: Thu Oct 22, 2009 5:06 am Post subject: Need help for changing MQ log file size in AS400 |
|
|
 Apprentice
Joined: 02 May 2006 Posts: 36
|
Please let me know the way to change the logfile size for the queue manager in AS400
Following is the extract from the best practise guide for iseries:-
Quote: |
You change the size of WebSphere MQ’s journal receiver by creating a new receiverwith the desired size, and attaching it to the journal. All subsequent receivers will becreated with the new size. Use the following commands to do this.
CRTJRNRCV JRNRCV(QMGRLIB/AMQAnnnnnn) THRESHOLD(NEW_SIZE)TEXT('MQM local journal receiver') AUT(*EXCLUDE)CHGOBJOWN OBJ(QMGRLIB/AMQAnnnnnn) OBJTYPE(*JRNRCV) +NEWOWN(QMQM)
CHGJRN JRN(QMGRLIB/AMQAJRN) JRNRCV(QMGRLIB/AMQAnnnnnn)
where QMGRLIB is the name of your queue manager library, AMQAnnnnnn isthe name of the next journal receiver in sequence, and NEW_ SIZE is the newreceiver size. |
I am not sure whether we can change the 'journal receiver' to change the logfile size.
The qmgr is already created and need to know how to modify the logfile size.Thanks in advance.[/quote] _________________ Regards
Kiran |
|
Back to top |
|
 |
Sam Uppu |
Posted: Thu Oct 22, 2009 6:05 am Post subject: |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
You can't change the logfile size without recreating the qmgr. The log file size should be assigned during the creation of QMgr atleast on mid ranges. Is it something different on AS400?.
Thanks. |
|
Back to top |
|
 |
exerk |
Posted: Thu Oct 22, 2009 6:21 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Before making such sweeping statements...
Sam Uppu wrote: |
You can't change the logfile size without recreating the qmgr. |
...then trying to qualify that statement...
Sam Uppu wrote: |
...The log file size should be assigned during the creation of QMgr at least on mid ranges. |
...followed by a question...
Sam Uppu wrote: |
...Is it something different on AS400? |
...be sure of your facts. If you do not know, do not cloud the issue and potentially confuse the poster by doing what you did.  _________________ 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 |
|
 |
Vitor |
Posted: Thu Oct 22, 2009 6:32 am Post subject: Re: Need help for changing MQ log file size in AS400 |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
kiran_raghunam wrote: |
I am not sure whether we can change the 'journal receiver' to change the logfile size. |
According to this you can't, because the new journal receiver takes it's properties from the previous one not the configuration file.
Given my extensive knowledge of AS400 (!) it's not exactly analogous to log page on mid range. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
colbype |
Posted: Fri Oct 23, 2009 11:35 am Post subject: |
|
|
Novice
Joined: 13 Jan 2009 Posts: 23
|
Yes you can change the log size by changes the attributes of the journal or Journal reciever, forget which one. |
|
Back to top |
|
 |
ravi_sri24 |
Posted: Sun Oct 25, 2009 9:04 am Post subject: |
|
|
Voyager
Joined: 11 May 2006 Posts: 83
|
colbype wrote: |
Yes you can change the log size by changes the attributes of the journal or Journal reciever, forget which one. |
do you want to change the LogFile Size or you want increse Primary/Seconday logs of qmgr? |
|
Back to top |
|
 |
ramires |
Posted: Sun Oct 25, 2009 7:19 pm Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
|
Back to top |
|
 |
|