-blacklist <xxx>.ind |
-bl |
Prevents compacting of databases specified in an .ind (indirect) file. Specify
file names in the .ind file relative to the server data directory. |
-compactNdays n |
-cnd |
This option tries to compact all non-system databases every
n days. |
-compactThreads |
-ct |
Configures the number of threads for performed the database compact
operations. Default is 1 thread. If 0 is specified, no compact operations are performed. Base the
value selected on the number of disks backing the data directory. |
-force d |
-f |
Selects the day of week to perform fixup on databases that may be having
issues compacting. If d is 0 (zero), the fixup operation will run any day. Fixup
is run only when 5 or more consecutive compact operations fail (and the failure is not due to
database in use). The value of d is between 0 and 7 where 1 is Sunday, 2 is
Monday, and so on. |
-ftiNdays n |
-fnd |
Rebuilds full text indexes every n days. Default is to
rebuild them only when they are corrupt. |
-ftiThreads |
-ft |
Configures the number of threads for rebuilding of the full text indexes.
Default is 1; 0 is not allowed. |
-nocompactlimit |
-ncl |
If a compacting limit specified by -range or
-timelimit is reached, allows the compacting that is underway to complete but does
not begin any new compacting. |
-nounread |
not available |
Prevents updates of unread tables during updall operations. |
-ods |
not available |
Does copy-style compacting to upgrade database to the ODS level that
corresponds to the release of the server if databases are below that level. |
-range starttime
stoptime |
-r |
This option assumes that a program document is run only on server startup for
the DBMT tool. The DBMT tool sleeps until starttime and performs compact
operations until stoptime (or all databases have been processed), at which point
the DBMT tool sleeps until starttime). |
-stoptime st |
-st |
This option assumes that a program document is used to start the dbmt tool
every day. The st value specifies at what point compacts should complete. After
all processing is complete for all threads, DBMT exits. |
-timeLimit tl |
-tl |
New name for compact -x. Restricts the compact time to tl
minutes (for all compacts). This option does not apply to updall. It is assumed a program document
is used to run the DBMT tool every day. After all processing for all threads has completed, DBMT
exits. |
-updallThreads |
-ut |
Configures the number of threads for doing the updall operations. Default is
1; 0 is not allowed. Base the value selected on the number of disks backing the data
directory. |