kverify utility
kverify [switches] file [file [...]]
This utility will verify the integrity of the indices of the specified tables, stopping if any problems are found. It can also be used to list table properties to stdout.
Six verification levels are supported.
Each level includes the checks from the lesser levels. If the level is not explicitly specified with the -l switch, then a level 3 verification is performed. For more infomation about higher levels and the tests performed see the KI_VERIFY function.
The following command line switches are supported:
Switch | Purpose |
---|---|
-a | print table and column properties only |
-c | print W user count only (not KDB7) |
-d | print table properties only |
-e | print extent table only (not KDB7) |
-l | verification level |
-p partno | specify the partition number to use when locking tables in X and U mode |
-r | Open in mode R, default is X |
-s | silent mode. No messages printed. |
-u | open in mode U, the default is X |
-v | print version number only |
If a partition number is not specified, then a unique partition number is automatically allocated using the normal KCML rules for allocating background partition numbers.