之前加入了另外一台设备的PVE集群,后来采用了不规范的退出方式,导致本台PVE虚拟机消失的同时,连8006的GUI界面都无法打开了。
但是还好SSH是正常的,可以连接的上。
我们现在排查一下服务是否正常:
service pvedaemon status
service pveproxy status
输入第二个命令后可以看到报错的问题:
/etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 2025.
如果您现在只想让 GUI 再次运行,以下命令应该可以解决
rm /etc/pve/local/pveproxy-ssl.* /etc/pve/local/pve-ssl.*
pvecm updatecerts -f
systemctl restart pveproxy
重新打开ip:8006界面 应该没问题了 可以进入PVE后台了!
评论区