VMware using lsdoctor tool
Options
Trustfix
This option corrects SSL trust mismatch issues in the lookup service. The lookup service registrations may have an SSL trust value that doesn’t match the MACHINE_SSL_CERT on port 443 of the node. This can be caused by a failure during certificate replacement, among other failures.
Steps
- Before running this tool, need to take offline snapshots.
- Unzip.
unzip lsdoctor.zip
- Launching the tool.
# Trustfix option
python lsdoctor.py -t
- Restart all services
service-control --status
## Stop all
service-control --stop --all
## Start
service-control --start --all
references: Using the ‘lsdoctor’ Tool (80469) (vmware.com)