There may be an issue with the STS Certificate in the service registration. Run the
lsdoctor script to fix the issue
Installation
- To use lsdoctor, you must download the ZIP file attached to this article. Then, use the file-moving utility of your choice (WinSCP for example) to copy the entire ZIP directory to the node on which you wish to run it.
- Once the tool is copied to the system, Change your directory to the location of the file, and run the following command:
unzip lsdoctor.zip
NOTE: When running the tool, be sure you are currently in the “lsdoctor-master” directory.
Launching the Tool
- First, ensure you are in the lsdoctor-master directory from a command line.
To run lsdoctor, use the following command:
#python lsdoctor.py --help
1.Run
lsdoctor with the
"-t, --trustfix" option to fix any trust issues.
#python lsdoctor.py -t2.Restart all vCenter services
#service-control --stop --all
#service-control --start --all3.If still vCLS VMs still not getting deployed , run
lsdoctor with the
"-r, --rebuild" option to rebuild service registration.
#
python lsdoctor.py -r