** Ensure to take a functional backup of the nodes **
Overview of Backup and Restore options in vCenter Server 6.x (2149237)
In order to resolve the issue, please execute the below steps:
- Download and copy lsdoctor to the filesystem of any node
- Log in to the VCSA using ssh
- Execute the below command in the same directory as to the location of the copied file
python lsdoctor.py -r
Option 3 will take a backup of all lookup service registrations for this node, load the template for your current build, and provide a service select menu. Select a service type you wish to replace, and the tool will unregister all services for this node with the selected service type and register a fresh one based on the detected template.
- Select a file matching the build number of VCSA
- Select the vsphereui service from the list
- Once selected, reply with y (yes) to continue
- Post the completion of the replacement restart all the services on the VCSA using the below command
service-control --stop --all && service-control --start --all