GUI dosen't work after joining a cluster

Jul 12, 2022
35
2
13
Hello everyone,

I tried to add a freshly installed Proxmox (which doesn't even have any VMs yet) to a cluster using the GUI. Unfortunately, this didn't work, and the GUI of the new Proxmox is not functioning anymore.

When I execute "journalctl -f," I receive the following error messages:


Code:
/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 1998.
[quorum] crit: quorum_initialize failed: 2
[confdb] crit: cmap_initialize failed: 2
[dcdb] crit: cpg_initialize failed: 2
[status] crit: cpg_initialize failed: 2

Furthermore, I cannot find a folder named "local" under "/etc/pve/"; instead, there is a link called "local" to "nodes/<my-hostname>."

Does anyone have an idea on how to solve this issue?

Thank you!
 
This solved my problem:

systemctl stop pve-cluster

systemctl stop corosync

pmxcfs -l

rm /etc/pve/corosync.conf

rm -fr /etc/corosync/*

killall pmxcfs

systemctl start pve-cluster

pvecm updatecerts --force