Log.nsf - usage by size > %Used column

In the log.nsf on the server I used to review the view “Usage\By size” regularly in order to have an overview of database sizes and their %Used in order to check if scheduled Compact did not skip databases for whatever reason. Since our upgrade from 6.5 to 8.5.1 the %Used column is always 0%.

Is this not functional anymore in 8.5.1 ?

(the formula used is @Round(diskspace\diskusage))

thank you for your feedback.

Peter

Subject: ‘% used’ values reported as zero in log.nsf after upgrade

http://www-01.ibm.com/support/docview.wss?rs=463&uid=swg21304284

-8.5 is listed on the side in addition to the quoted versions

Problem

After upgrading to Lotus Domino® 8.0 or 8.0.1, you notice in the log.nsf, Usage > By Size view, that the “% used” column reports zero (0) for all databases.

Cause

Beginning in Domino 8 releases, a notes.ini file parameter is needed to enable the “% used” values to be reported in log.nsf.

Resolving the problem

This issue was reported to Quality Engineering as SPR# MKIA7E8GMV.

Workaround:

To allow for the “% used” values to be reported to log.nsf, add the following parameter to the server’s notes.ini file: CATALOG_DISK_USAGE=1. The “% used” values will be reported to log.nsf the next time the Statlog task runs.

Note: You can manually run the Statlog task by entering the “load statlog” command at the Domino server console.

Subject: Thanks ! I’ll set the parameter