VMware using lsdoctor tool

Last updated:

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

  1. Before running this tool, need to take offline snapshots.
  2. Unzip.
unzip lsdoctor.zip
  1. Launching the tool.
# Trustfix option
python lsdoctor.py -t
  1. 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)