![]() |
![]() |
[ Bottom of Page | Previous Page | Next Page | Contents | Index ]
Verifies and repairs the Tivoli database.
wchkdb [-o outfile] [-t] [-u] [-x] -f infile
wchkdb [-o outfile] [-t] [-u] [-x] -i
wchkdb [-o outfile] [-t] [-u] [-x] object...
The wchkdb command verifies and repairs problems in the Tivoli database. This command does not affect any system files; it only modifies resources within the Tivoli region.
Without the -u option, wchkdb only verifies the database and reports discrepancies to standard output or, optionally, to an output file if the -o option is used. The output file can later be passed to wchkdb with the -u and -f options to correct the discrepancies.
The -u option attempts to find and fix any database discrepancies. The -f option reads input from an output file generated in a previous run of wchkdb. All objects in the infile are checked. The -i option reads a list of objects from standard input. You can also specify a list of objects on the command line. If no input options or object references are provided, all objects in the database are checked.
The -x option enables verification across Tivoli region boundaries. Without this option, only resources within the current region are verified and repaired.
In a high-activity Tivoli environment, it can be advantageous to place a Tivoli management region in maintenance mode, thereby stopping all active Tivoli processes. For more information about placing a Tivoli region in maintenance mode, see Tivoli Management Framework Maintenance and Troubleshooting Guide.
senior or super
wchkdb -u -x
wchkdb -o /tmp/check.out
wchkdb -u -f /tmp/check.out
[ Top of Page | Previous Page | Next Page | Contents | Index ]