1) You need to monitor the log size and switch logsets based on that, and not just a time based thing. 2) However, you are probably journaling all sorts of files that you should not be, such as temporary files used to store intermediate transaction data and work files etc. Find these and turn off journaling using the jchmod command.
Jim > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf > Of acleda > Sent: Wednesday, May 05, 2010 12:53 AM > To: jBASE > Subject: transaction journalling logset getting full before switch over > to another logset. > > Hi all, if anyone who experience in transaction journalling, the > logset is getting full before switch to the next logset since my > storage of logset is 100GB and I have 16 files per each logset. my > current jBase version 5.0.19, T24 data size is about 250GB of full > bnk. OS AIX unix 5.3 > > -- > Please read the posting guidelines at: > http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > IMPORTANT: Type T24: at the start of the subject line for questions > specific to Globus/T24 > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
