DATABASE MANAGEMENT


Updall options
You can use any of these methods to run Updall on a server:
When you use these methods, you can include options that control what Updall updates. For example, you can update all views and not update any full-text search indexes.

The following tables describe the options you can use with Updall. The first column describes the option names as they appear in the Task - Start tool. The second column lists the equivalent command-line options that you use when you use a console command to run Updall and when you schedule Updall to run in a Program document.

Use this syntax when you use the Load updall console command:


For example:
You can specify multiple options -- for example:
Updall - Basic options

Option in Task - Start toolCommand-line optionDescription
  • Index all databases
  • Index only this database or folder
databasepath

For more information on databasepath, see the topic "Using a console command" later in this chapter.

"Only this database" updates only the specified database. To update a database in the Domino data folder, enter the file name, for example, SALES.NSF. To update databases in a folder within the data folder, specify the database path relative to the data folder, for example, DOC\README.NSF.

"Index all databases" (or no database path) updates all databases on the server.

Update this view onlydatabase -T viewtitleUpdates a specific view in a database. Use, for example, with -R to solve corruption problems.

Note -T cannot be used with .IND (indirect) files.

Updall - Update options
Option in Task - Start toolCommand-line optionDescription
Update: All built views-VUpdates built views and does not update full-text indexes.
Update: Full text indexes-FUpdates full-text indexes and does not update views.
Update: Full text indexes: Only those with frequency set to: Immediate-HUpdates full-text indexes assigned "Immediate" as an update frequency.
Update: Full text indexes: Only those with frequency set to: Immediate or Hourly-MUpdates full-text indexes assigned "Immediate" or "Hourly" as an update frequency.
Update: Full text indexes: Only those with frequency set to: Immediate or Hourly or Daily-LUpdates full-text indexes assigned "Immediate," "Hourly," or "Daily" as an update frequency.

Updall - Rebuild options
Option in Task - Start toolCommand-line optionDescription
Rebuild: Full-text indexes only-XRebuilds full-text indexes and does not rebuild views. Use to rebuild full-text indexes that are corrupted.
Rebuild: All used views-RRebuilds all used views. Using this option is resource-intensive, so use it as a last resort to solve corruption problems with a specific database.
Rebuild: Full-text indexes and additionally: All unused viewsdatabase -CRebuilds unused views and a full-text index in a database. Requires you to specify a database.

Updall - Search Site options
Option in Task - Start toolCommand-line optionDescription
Update database configurations: Incremental-AIncrementally updates search-site database configurations for search site databases.
Update database configurations: Full-BDoes a full update of search-site database configurations for search site databases.
See also