One of the things we learnt on the bootcamp was how to set up cleanup jobs on the Domino server. Yes... I know I should have known how to do this before, but for some reason I didn't - possibly not having done a full blown admin course since R4 has something to do with it.
Cleanup Jobs Explained
Cleanup Jobs Explained
- UPDALL :Updates the Full Text Indexes on your databases.
This should run nightly. - UPDALL -R : Same as Updall, but rebuilds the indexes.
This job should be run weekly or less. - COMPACT -B :This version of Compact (note the B is case sensitive) will actually recover space on your domino server. Leave the B off, and you don't recover any space.
This should be run weekly or less freqently. - FIXUP : This repairs damaged databases.
This should be run weekly.
How to make these Jobs Start Automatically at Specific Times
Since you want these jobs to run without interfering with eachother, and preferably away from the backup job, you should adjust your times accordingly.
- Open your Server's Address Book.
- In the left-hand panel Expand Configuration, then Servers.
- Click on Programs.
- Click the Action Button marked Add Program.
- Type the program name as UPDALL
- In the Command Line, type -R.
- Pick the Server in the Server to run on box.
- Set Enabled/Disabled to read Enabled.
- Choose the Run time and Repeat interval and the days of the week.
- Click the Action Button marked Save and Close.
Repeat these steps for the other programs and make sure that you space their times out.
You may have to do a restart to get the schedule to begin.
Enjoy.
Comments