Note: In its current alpha version, dbcheck is only supported on vCenter Server Appliance 6.7 and 7.0
1. Download the latest version of dbcheck temporarily attached to this article.
2. Use a file-moving utility of your choice (WinSCP for example) to copy the entire ZIP directory to /root on the node on which you wish to run it.
Available options:
-m minimum run (No vacuum or consistency check)
-v Run vacuum analyze of DB
-j Run parallel vacuum analyze of DB (quicker if enough vCPU available)
-r Run consistency check
-h help
**To run without vacuum or consistency check either : **
./dbcheck.sh
**or**
./dbcheck.sh -m
**To run with vacuum only**
./dbcheck.sh -v
**To run with parallel vacuum**
./dbcheck.sh -j
**To run with parallel vacuum and consistency check**
./dbcheck.sh -j -r