• Help with setup

    By Ian P Haigh 10 years ago

    Hi

    I have implemented your DominoDefrag software onto our server, but I seem to be having an issue.

    I am using the following notes.ini lines:

    DominoDefrag_Directory=E:\Lotus\Domino\Data\mail

    DominoDefrag_Compact=1
    DominoDefrag_CompactStart=20%
    DominoDefrag_CompactOptions=-b
    DominoDefrag_FTIndex=1
    DominoDefrag_TransactionLog=1
    DominoDefrag_VerboseLogging=1
    DominoDefrag_FreeSpace=10%
    DominoDefrag_SummaryEmailAddress=(I do have my address in here, but just removed it)
    DominoDefrag_Runtime=1380
    DominoDefrag_OptimizeDateVolume=1
    DominoDefrag_OptimizeFiles=1

    The problem that I have is that If I load DominoDefrag from the console, it only runs the DominoDefrag_OptimizeDateVolume=1
    If I take this out and run it, it runs the Compact and then the Defrag (however it doesn't seem to make much difference to the defragmentation on the server).

    I just wondered if I am missing something obvious here or whether you can point me in the right direction.

    Ian

    • By Andrew Luder 10 years ago

      Hi Ian,
      the purpose of DominoDefrag_OptimizeDataVolume=1 is to use jkdefrag to only defrag/optimize the entire data drive (e: in your case) . NO other operations are performed

      When set normal to 0 dominodefrag uses compact, contig and jkdefrag and other Notes INI settings to perform domino database compaction, transaction log and ft index defragging and optimizing.

      Hope this helps
      Andrew