重启 vcenter以后,无法启动vCenter appliance services, status shows ‘invalid’

重启vc后访问vcenter无法访问

尝试用service-control --start vsphere-vlient命令,但是显示:

Error: Service name "vsphere-client" is invalid.

原因:The issue comes because of storage OR time synch issues caused on vCenter VM

解决方法:

1、先创建快照

2、把相关文件删除

mkdir /tmp/json-bkp

mv /storage/vmware-vmon/.svcStats/*.json /tmp/json-bkp

3、重启服务

service-control --stop --all

service-control --start --all

posted @ 2020-12-27 15:20  doraqiqi  阅读(1084)  评论(0)    收藏  举报