Hi
After installing FP5, we see entries in consol.log periodically:
[] RmFlushThread: Attempting to move recovery point forward [] Flushing database E:/\Lotus\Data\Mail\______.nsf [] Flushing database E:\Lotus\Data\Mail\_____.nsf. [] Flushing database E:\Lotus\Data\Mail\______.nsf [] Flushing database E:\Lotus\Data\Mail\______.nsf [] Flushing database E:\Lotus\Data\Mail\______.nsf [] Flushing database E:\Lotus/Data/Mail/______.nsf. etc.
How to disable this logging?
Thanks
Umesh
March 11, 2025, 2:40pm
2
Can you please check servers notes.ini and confirm following debug parameters is added on the server - DEBUG_DELETE_EXTENTS=1, DEBUG_RM_DEBUG=1.
These messages are an indication that Debug_RM_Debug=1 is enabled. You see the normal periodic message, "RmFlushThread: Attempting to move recover point forward" as transactions are added.
To conclude, these messages do not indicate a problem, they're just informational.
Umesh
March 11, 2025, 3:03pm
3
We have details information available in KB article which explain more about Flushing and Hardening.
Please refer to below given article
LInk : - https://support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0032176
Pramod
March 11, 2025, 5:22pm
4
Hello @Moises Romero Barraneche Please check if the below parameters were added in the notes.ini on the mentioned Domino Server.
DEBUG_DELETE_EXTENTS=1
(this parameter is used to control the display of debug when transaction log extents are not being cleaned up properly).
Debug_RM_Debug=1 (this parameter generates detailed log entries related to operations performed.)
The mentioned messages are informational messages when debugging is enabled on the server and are normally used for troubleshooting purposes.
Please remove these debug parameters on the server or change the value to 0 and then restart the Domino server. After restarting the Domino server, we would not see the mentioned messages on the Domino server console.
I hope this helps.
Regards,
Pramod