Below are the options output for an Domino R14 server:
Purpose: Automated Database Maintenance - Optionally performs copy-style compaction of databases, updall of views & unread tables, and full text index rebuilds and/or repairs.
Usage: load dbmt [path] [options]...
[path]: One database, one folder (recurses), or omitted (all, recurses).
[options]:
-compactThreads or -ct <n> Use <n> threads for compact where n is between 0 & 100 inclusive
-updallThreads or -ut <m> Use <m> threads for updall, where m is between 0 & 100 inclusive
-ftiNdays or -fnd <f> rebuild the full text indices every <f> days from creation
-ftiThreads or -ft <g> Use <g> threads for the rebuild of the full text indices, where g is between 1 & 100 inclusive
-force <n> Take the DBs offline for fixup & compact if flagged for force.
Where n is the day of week to do the force (1 == Sunday, 2 == Monday, ...), 0 is any day
-compactNdays or -cnd <p> compact DBs that have not been compacted in last <p> days
-timeLimit or -tl <q> only run compact for <q> minutes
-range <s> <e> only run between times <s> and <e> daily. Minimum of 10 minutes between <s> and <e>
Times must be specified in 12hour format with a required AM/PM (e.g. 11:50PM)
-stoptime or -st <e> only run between now and <e> once
-noCompactLimit or -ncl allows compact to run past the end time to finish, but no new compacts will be started
-blackList or -bl <indfile> specify a .ind file containing databases not to be compacted
-nounread do not update unread tables
-s <n>K Compact database if unused space estimate >= <n> KB.
-s <n>M Compact database if unused space estimate >= <n> MB.
-s <n> Compact database if unused space estimate >= <n> percent. If <n> omitted defaults to 10.
-encrypt or -e <s> Enable the specified encryption on compacted databases, where <s> can be one of:
SIMPLE
MEDIUM
STRONG
AES128
AES256
In R14.5, the following [options] are added:
-regex (-re for short)
-systemDbs (-sd for short)
-validateDbs (-vd for short)
previous page
|