| import (R83) | Index Level | init-abs (R83) |
| Syntax | indexer {account.name} {(options)} |
| Category | TCL |
| Type | Verb |
| Description |
builds indexes on part or all of the files of the system.
Rebuilds indexes for: 1) The entire file system, if no list is active or "account.name" is specified. 2) A specific account, if the "account.name" is specified with the command. 3) Each account in an "active" list, if a list is "active" when the command is invoked. This command is useful when an account-restore does not finish properly, or is voluntarily preempted. |
| Options |
a Uses the active list as the list of files to rebuild indexes.
n Outputs report without pausing at the bottom of each page. p Directs output to system printer, via the Spooler. |
| See Also | create-index verify-index active list b-tree account-restore delete-index |
| Example |
indexer
This rebuilds all indexes in all accounts. indexer prod This rebuilds all indexes in the "prod" account. select mds 'dm' 'prod' 'accounting' [404] 3 items selected out of 37 items. indexer This rebuilds the indexes for the "dm", "prod" and "accounting" accounts. |
| Warnings | |
| Compatibility | D3 7.0 AP |
| import (R83) | Index Level | init-abs (R83) |