Fail to set up Cluster

StellarStallion

New Member
May 8, 2025
2
0
1
Hi,

I'm trying to set up a Proxmox Cluster on my Laptop, across 3 VMs.
When I try to join with Node2, it never finishes, I need to reload the Webinterface of Node2, maybe even reboot.
Node1 then shows Node2 as offline and the Message: "'/etc/pve/nodes/node2/pve-ssl.pem' does not exist! (500)

Checks
NTP and Timezone is set correctly
ssh root@<other-node-ip> works, but always asks for password
Clear Cache & Cookies, reload Browser
pvecm updatecerts
restarted all the Services
copied Certificates manually > Error on Node2, no Permission
Modifying /etc/corosync/corosync.conf > Error no Permission

I've tried this now with Proxmox 8.4 and 8.2

Basically the same Problem as here and many others:

Output journalctl -b -u pve-cluster:
May 08 09:16:05 node2 pmxcfs[812]: [quorum] crit: quorum_initialize failed: 2
May 08 09:16:05 node2 pmxcfs[812]: [quorum] crit: can't initialize service
May 08 09:16:05 node2 pmxcfs[812]: [confdb] crit: cmap_initialize failed: 2
May 08 09:16:05 node2 pmxcfs[812]: [confdb] crit: can't initialize service
May 08 09:16:05 node2 pmxcfs[812]: [dcdb] crit: cpg_initialize failed: 2
May 08 09:16:05 node2 pmxcfs[812]: [dcdb] crit: can't initialize service
May 08 09:16:05 node2 pmxcfs[812]: [status] crit: cpg_initialize failed: 2
May 08 09:16:05 node2 pmxcfs[812]: [status] crit: can't initialize service

root@node2:~# pvecm status
Cluster information
-------------------
Name: Cluster
Config Version: 2
Transport: knet
Secure auth: on

Quorum information
------------------
Date: Thu May 8 09:46:53 2025
Quorum provider: corosync_votequorum
Nodes: 1
Node ID: 0x00000002
Ring ID: 2.13
Quorate: Yes

Votequorum information
----------------------
Expected votes: 1
Highest expected: 1
Total votes: 1
Quorum: 1
Flags: Quorate

Membership information
----------------------
Nodeid Votes Name
0x00000002 1 10.0.0.2 (local)

What am I doing wrong?
 
Hi!

It seems like that the other node was not setup correctly when joining them. What is the output of pvecm status on node1? Is there anything significant in the syslog when joining the nodes? Is there any firewall setup between the nodes? What is the content of /etc/corosync/corosync.conf?
 
Hi!

It seems like that the other node was not setup correctly when joining them. What is the output of pvecm status on node1? Is there anything significant in the syslog when joining the nodes? Is there any firewall setup between the nodes? What is the content of /etc/corosync/corosync.conf?
Thank you for your Reply.

I've given up, and switched to 3 physical machines. The Cluster is working now,