Error: "No healthy upstream" when trying to access/connect to vSphere UI
book
Article ID: 382644
calendar_today
Updated On:
Products
VMware vCenter Server
Issue/Introduction
- Error when viewing vCenter services via CLI:
Error: Service name “vsphere-ui” is invalid
- Error when trying to stop
vsphere-ui
service:
Failed to stop service vsphere-ui due to invalid input. Error executing stop on service vsphere-ui
Cause
This issue can happen if the json file for the vsphere-ui
service has changed.
Resolution
In order to validate and fix this follow these steps:
- SSH to vCenter
-
cd
into the /etc/vmware/vmware-vmon/svcCfgfiles
directory
- Review and match the particular service file with another vcenter with the same version.
- Make the necessary changes to the file and save it.
- Restart all the vcenter services by running
service-control --stop --all
service-control --start --all
Feedback
thumb_up
Yes
thumb_down
No