Description
Defines server tasks that are started automatically every day at 02:00 (full hour 2). In the default
notes.ini settings of HCL Domino, the Updall task is typically entered here — it updates view and full-text indexes and discards no-longer-referenced indexes.ServerTasksAt2 is part of the ServerTasksAt<N> family (N = 0 … 23). Each variable defines the tasks that should be started at the corresponding full hour.Profile
Parameter | ServerTasksAt2 |
Category | Startup / Tasks |
Component | Domino server |
Value range | Comma-separated list of server task names (e.g. UPDALL, Statlog) |
Default | UPDALL (written by setup) |
Available since | Very early (before 9.0.1) — standard setup parameter in all Notes/Domino versions |
Effective | Next server restart, or at the next matching hour after a server restart |
GUI equivalent | Configuration document → NOTES.INI Settings tab (Set/Modify Parameters) |
Examples
ServerTasksAt2=UPDALL
ServerTasksAt2=UPDALL,Statlog
Notes
- During an upgrade install,
ServerTasksandServerTasksAt<N>are automatically reset by HCL Domino to the new default values (HCL KB0104793). Customizations are lost unlessSetupLeaveServerTasks=1is set before the upgrade.
- For 02:00,
UPDALLis the classic choice for a maintenance window, since Updall can produce noticeable I/O load on older indexes.
- Cluster or multi-server environments benefit from program documents in the Domino Directory instead of the
ServerTasksAt<N>variables, because program documents can be managed centrally.
- There is only one
ServerTasksAt<N>variable per hour; therefore all tasks intended to run at 02:00 must be listed in a single line, comma-separated.
Sources (HCL Product Documentation)
- HCL Customer Support – KB0104793 „ServerTasks and ServerTasksAt in Notes.ini are overwritten during an upgrade install of Domino“ (Applies to: HCL Domino; explicitly covers the
ServerTasksAtfamily andSetupLeaveServerTasks): support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0104793
- HCL Domino 11.0.1 – „Domino server tasks“ (interplay of
ServerTasks,ServerTasksAt, and program documents): help.hcl-software.com/domino/11.0.1/admin/admn_dominoservertasks_r.html
- HCL Domino 14.5.1 – NOTES.INI Settings (overview): help.hcl-software.com/domino/14.5.1/admin/conf_notesinisettings_c.html
- ds-infolib (HCL Notes/Domino Wiki) – NOTES.INI Settings (umbrella article): ds-infolib.hcltechsw.com/ldd/dominowiki.nsf/dx/NOTES.INI_Settingsd901