Parameter:
ServerTasksAt1Short description: Defines time-scheduled server tasks that are executed automatically at a specific hour (
ServerTasksAt1 … ServerTasksAt5).Profile
Parameter | ServerTasksAt1 |
Category | Startup / Tasks |
Component | Server |
Available since | R4 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | Comma-separated list of tasks (slots 1–5, each tied to hour 1, 2, 3, 4, 5 / typical maintenance times) |
Description
ServerTasksAt1 (and ServerTasksAt2 … ServerTasksAt5) define time-scheduled server tasks. The number corresponds to the hour in 24-h format at which the respective task is started automatically once a day – so ServerTasksAt2 starts at 02:00.This mechanism is typically used for nightly maintenance runs such as catalog updates, full-text index maintenance, or statistics logging.
Example configuration
ServerTasksAt1=Catalog ServerTasksAt2=UpdAll -R ServerTasksAt5=Statlog
Notes & pitfalls
- Only the fixed slots
ServerTasksAt1–ServerTasksAt5exist. For finer control (weekdays, intervals), use the Program document in the Domino Directory.
- Stagger long-running tasks so they do not overlap.
- In cluster environments, make sure that, e.g.,
CompactorUpdAll -Rdo not run on all nodes at the same time.
- Activity is traceable in
log.nsfand on the console.
- Changes only take effect after a server restart.