× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Glad that's not your problem then... Mine was created about 2 weeks ago 
after a server crash and it's 1.2GB now with 1.2 million entries! When I 
had my problem with logging and DASD it was using about 40GB. I have a 
simple cleanup utility (CL Program) that I run most every time I bounce my 
server. Part of that utility deletes the domlog.nsf:

RMVLNK     OBJLNK('/LOTUS/DOMINO/hqmail01/diagindex*') 
RMVLNK     OBJLNK('/LOTUS/DOMINO/HQMAIL01/IDB*') 
RMVLNK     OBJLNK('/LOTUS/DOMINO/HQMAIL01/*.TMP') 
RMVLNK     OBJLNK('/LOTUS/DOMINO/HQMAIL01/DOMLOG.NSF') 
RMVLNK     OBJLNK('/LOTUS/DOMINO/hqmail01/IBM_TECHNICAL_SUPPORT/htthr*')

You may want to check for IDB*, *.TMP, diagindex*, and htthr* files as I 
have above. But I doubt that's the issue.

What version of OS/400 are you running and also what version of Domino?

I don't believe that compacting would help either because that's only 
going to clean up the "white space". If DBs are growing then there will 
likely not be any white space because it should, theoretically, be 
overwritten by new documents.

In the Admin client you have a couple of options. You can:

1 - Click the Files tab and look at your mail directory (or other 
directories with highly utilized files) and there is a column for "Space 
Used". You can sort that column and get a general idea as to whether 
compacting will work for you.
2 - Click the Server tab, then Analysis tab, then expand Notes Log, then 
expand Databases, then look at the Sizes view. You can track this for a 
couple of days and see which files are growing. 

Chris Whisonant
Comporium
Senior Mid-Range Systems Administrator
IBM eServer Certified Systems Expert - iSeries Technical Solutions V5R2
IBM Certified Associate System Administrator - Lotus Notes and Domino 6
803.326.7270 | 803.326.6142 fax

domino400-bounces+chris.whisonant=comporium.com@xxxxxxxxxxxx wrote on 
12/15/2004 12:28:21 PM:

> 
> 
> 
> 
> The size of DOMLOG.NSF is 3670016 bytes.  It's a drop in the pond,
> relatively speaking.  There are 5655 entries that go back to January of
> 2002.
> 
> Dave Parnin
> Nishikawa Standard Company
> Topeka, IN  46571
> daparnin@xxxxxxxxxxxxxxxxxx
> 
> 
> 
> 
>  
>                       Chris Whisonant <Chris.Whisonant@comporium.
> com>  
>                       Sent by: 
> To:       Lotus Domino on the iSeries / AS400 
>                       domino400-bounces+daparnin=cooperstandard.
> com@m         <domino400@xxxxxxxxxxxx>@SMTP@CTB  
>                       idrange.com 
> cc:       (bcc: David A Parnin/Topeka/NISCO/SPCO) 
> 
> Subject:  Re: Auto-Compacting? 
>  
>                       12/15/2004 11:15 AM  
>                       Please respond to Lotus Domino on the iSeries 
> / 
>                       AS400 <domino400@xxxxxxxxxxxx>  
>  
>  
> 
> 
> 
> True. Generally it should be relatively safe to run this on mail DBs 
which
> may be the culprit.
> 
> One other thing - I remember that one time my DASD was shooting up and I
> noticed that my HTTP log files were the culprit. The original poster may
> want to check for the DOMLOG.NSF file size as well as looking to see if 
he
> has the logging going to text files in a separate directory.
> 
> Chris Whisonant
> Comporium
> Senior Mid-Range Systems Administrator
> IBM eServer Certified Systems Expert - iSeries Technical Solutions V5R2
> IBM Certified Associate System Administrator - Lotus Notes and Domino 6
> 803.326.7270 | 803.326.6142 fax
> 
> domino400-bounces+chris.whisonant=comporium.com@xxxxxxxxxxxx wrote on
> 12/15/2004 11:03:26 AM:
> 
> > Program documents are Domino's version of WRKJOBSCDE.  Not bad. 
However
> 
> > running some of these commands when the server is up will mean that
> > certain databases will be ignored.
> >
> > Rob Berendt
> > --
> > Group Dekko Services, LLC
> > Dept 01.073
> > PO Box 2000
> > Dock 108
> > 6928N 400E
> > Kendallville, IN 46755
> > http://www.dekko.com
> >
> >
> >
> >
> >
> > Chris Whisonant <Chris.Whisonant@xxxxxxxxxxxxx>
> > Sent by: domino400-bounces+rob=dekko.com@xxxxxxxxxxxx
> > 12/15/2004 10:34 AM
> > Please respond to
> > Lotus Domino on the iSeries / AS400 <domino400@xxxxxxxxxxxx>
> >
> >
> > To
> > Lotus Domino on the iSeries / AS400 <domino400@xxxxxxxxxxxx>
> > cc
> >
> > Subject
> > Re: Auto-Compacting?
> >
> >
> >
> >
> >
> >
> > Check in the Admin Help about setting up a "program document". You can
> run
> >
> > fixup, updall, compact, or other tasks this way.
> >
> > Chris Whisonant
> > Comporium
> > Senior Mid-Range Systems Administrator
> > IBM eServer Certified Systems Expert - iSeries Technical Solutions 
V5R2
> > IBM Certified Associate System Administrator - Lotus Notes and Domino 
6
> > 803.326.7270 | 803.326.6142 fax
> >
> > domino400-bounces+chris.whisonant=comporium.com@xxxxxxxxxxxx wrote on
> > 12/15/2004 10:28:21 AM:
> >
> > >
> > >
> > >
> > >
> > > Good morning,
> > >
> > > For starters, I'm not a big Notes expert although I've been using it
> for
> > > years and have set up an occasional agent to automate some tasks.
> > > Apparently our disk space has "jumped" about 10% over the last 
couple
> of
> > > weeks on our 112.7GB system.  This has caused our nightly backup to
> run
> > > longer and longer.  The culprit seems to be Notes which is pretty 
much
> 
> > the
> > > only application running on this system.  It also doesn't seem to be
> > tied
> > > to any one user.
> > >
> > > I'm not sure if we have a job to regularly compact databases or not.
> Is
> > > this a setting that I could check in Domino or would it be a command
> > issued
> > > by a scheduled job?  Any other ideas?  Thanks.
> > >
> > > Dave Parnin
> > > Nishikawa Standard Company
> > > Topeka, IN  46571
> > > daparnin@xxxxxxxxxxxxxxxxxx
> > >
> > > _______________________________________________
> > > This is the Lotus Domino on the iSeries / AS400 (Domino400) mailing
> list
> > > To post a message email: Domino400@xxxxxxxxxxxx
> > > To subscribe, unsubscribe, or change list options,
> > > visit: http://lists.midrange.com/mailman/listinfo/domino400
> > > or email: Domino400-request@xxxxxxxxxxxx
> > > Before posting, please take a moment to review the archives
> > > at http://archive.midrange.com/domino400.
> > >
> > _______________________________________________
> > This is the Lotus Domino on the iSeries / AS400 (Domino400) mailing 
list
> > To post a message email: Domino400@xxxxxxxxxxxx
> > To subscribe, unsubscribe, or change list options,
> > visit: http://lists.midrange.com/mailman/listinfo/domino400
> > or email: Domino400-request@xxxxxxxxxxxx
> > Before posting, please take a moment to review the archives
> > at http://archive.midrange.com/domino400.
> >
> >
> > _______________________________________________
> > This is the Lotus Domino on the iSeries / AS400 (Domino400) mailing 
list
> > To post a message email: Domino400@xxxxxxxxxxxx
> > To subscribe, unsubscribe, or change list options,
> > visit: http://lists.midrange.com/mailman/listinfo/domino400
> > or email: Domino400-request@xxxxxxxxxxxx
> > Before posting, please take a moment to review the archives
> > at http://archive.midrange.com/domino400.
> >
> _______________________________________________
> This is the Lotus Domino on the iSeries / AS400 (Domino400) mailing list
> To post a message email: Domino400@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/domino400
> or email: Domino400-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/domino400.
> 
> 
> 
> 
> _______________________________________________
> This is the Lotus Domino on the iSeries / AS400 (Domino400) mailing list
> To post a message email: Domino400@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/domino400
> or email: Domino400-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/domino400.
> 

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.