VMware vcenter报错no healthy upstream

vCenter Server报错no healthy upstream

访问5480端口,后台如图Envoy Sidecar Proxy 运行正常,但出现警告 并且有很多自动服务没有启动完成,有些一直正在启动中。

如突然出现上述情况,请检查空间和时间

df -TH和date进行查验,然后校准即可

校准以后需要重启服务,大概等十分钟左右

service-control --stop --all

service-control --start --all

连接方式,通过ssh进行连接,连接以后执行shell,进行命令行
完整操作如下
root@Filez-HZ \~# ssh root@10.0.10.10
The authenticity of host '10.0.10.10 (10.0.10.10)' can't be established.
ECDSA key fingerprint is SHA256:E9xYlsB74vaFcPLEVBJ3JsCgYGGap*********.
ECDSA key fingerprint is MD5:ef:c5:cd:58:1a:3a:30:12:16:cc*******
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '10.0.10.10' (ECDSA) to the list of known hosts.
VMware vCenter Server 7.0.3.01900
Type: vCenter Server with an embedded Platform Services Controller
Password:
Connected to service
* List APIs: "help api list"
* List Plugins: "help pi list"
* Launch BASH: "shell"
Command> shell
Shell access is granted to root
root@localhost \~ # date
Tue Jan 7 19:55:08 UTC 2020
root@localhost \~ # date -s "2026-02-10 08:54:45"
Tue Feb 10 08:54:45 UTC 2026
You have new mail in /var/mail/root
root@localhost \~ # service-control --stop --all
Operation not cancellable. Please wait for it to finish...
Performing stop operation on service observability...
Successfully stopped service observability
Performing stop operation on service vmware-pod...
Successfully stopped service vmware-pod
Performing stop operation on service vmware-vdtc...
Successfully stopped service vmware-vdtc
Performing stop operation on profile: ALL...
Successfully stopped service vmware-vmon
Successfully stopped profile: ALL.
Performing stop operation on service vmcad...
Successfully stopped service vmcad
Performing stop operation on service vmdird...
Successfully stopped service vmdird
Performing stop operation on service vmafdd...
Successfully stopped service vmafdd
Performing stop operation on service lwsmd...
Successfully stopped service lwsmd
root@localhost \~ # service-control --start --all
Operation not cancellable. Please wait for it to finish...
Performing start operation on service lwsmd...
Successfully started service lwsmd
Performing start operation on service vmafdd...
Successfully started service vmafdd
Performing start operation on service vmdird...
Successfully started service vmdird
Performing start operation on service vmcad...
Successfully started service vmcad
Performing start operation on profile: ALL...
Successfully started service vmware-vmon
Successfully started profile: ALL.
Performing start operation on service observability...
Successfully started service observability
Performing start operation on service vmware-vdtc...
Successfully started service vmware-vdtc
Performing start operation on service vmware-pod...
Successfully started service vmware-pod
root@localhost \~ #

相关推荐
Web3探索者18 小时前
可视化服务器管理和传统命令行区别是什么?新手教程:Linux 运维到底该用图形界面还是 SSH 命令行?
linux·ssh
zylyehuo20 小时前
Linux系统中网线与USB网络共享冲突
linux
荣--1 天前
一键部署不是为了省时间 —— 它是把"买来的 PaaS"变成"自己的平台"的拐点
运维·zabbix·工程化·一键部署·平台化·边界设计
江华森1 天前
动手实战学 Docker — 从零到集群编排完全指南
运维
Avan_菜菜2 天前
FRP 内网穿透完整实战:从 HTTP 映射到 HTTPS 自签代理
运维·nginx·https
Sokach10152 天前
Linux Shell 脚本从零到能用:一个新手的一天学习总结
linux
SelectDB3 天前
Litefuse 开源并推出单进程轻量模式,25 秒就能跑起来的 Agent 可观测与评估平台
运维·后端·自动化运维
AlfredZhao3 天前
Docker 容器时区不对,`timedatectl` 不存在怎么办?
linux·timezone
zzzzzz3104 天前
9K Star 炸裂开源!这个 C 语言写的代码知识图谱,把 Linux 内核索引压缩到了 3 分钟
linux·服务器·sql
XIAOHEZIcode4 天前
Linux系统鼠标偏移常见原因以及修复方案
linux·运维·游戏