The dbmgr ‑util function performs management and maintenance operations on a database. It assumes CA ControlMinder is not currently running. Invoke it from the directory where the database resides.
The ‑util option is used to manage and manipulate the local database specified by the parameter filename. Database files have the extension .dat and must be DBIO files. Database index files (files with the extension .001) cannot be used with the ‑util option.
This command has the following format:
dbmgr {‑util|‑u} [-h] \
[-all filename] \ [-build filename] \ [-check] \ [-close] \ [-dump filename] \ [-dup src dst] \ [-fast] \ [-free filename] \ [-index filename] \ [-key filename] \ [-load db ascii \ [-scan filename] \ [-scana filename] \ [-stat filename] \ [-verify] \ [-f fileName]
Executes the database management and maintenance functions of the dbmgr utility.
Performs all index checks; same as specifying the -index and -free options.
Builds indexes of a DBIO based on data records.
(UNIX only). Performs a fast sanity and consistency check on all index entries for all database files.
Closes the database if it is open.
Dumps the data file as ASCII on the standard output device.
Duplicates the DBIO file based on the file header.
Directs output to the specified file, instead of the standard output device.
Performs a fast sanity check on all index entries for all the database files.
Checks for a free index.
Checks the consistency of the index.
Sequentially scans an index file.
Loads an ASCII file and converts it into a DBIO file.
Scans the database sequentially.
Scans the database sequentially, including deleted records.
Lists the header information of the database file.
(UNIX only). Verifies that certain predefined objects exist in the database; for example, SEOS, ADMIN, and UACC for all classes.
Copyright © 2013 CA Technologies.
All rights reserved.
|
|