Good day
After adding second node to cluster I have this picture
When I click to proxmox2:
Connection error 596: tls_process_server_certificate: certificate verify failed
I deleted proxmox2 and reinstall pve on this server
How i can delete if from main pve (proxmox1) and add new second node
Now, even option Jouin informatin is inactive
Thanks)
After adding second node to cluster I have this picture
When I click to proxmox2:
Connection error 596: tls_process_server_certificate: certificate verify failed
I deleted proxmox2 and reinstall pve on this server
How i can delete if from main pve (proxmox1) and add new second node
Now, even option Jouin informatin is inactive
Thanks)
Code:
root@proxmox1 /etc/pve # pvecm status
Cluster information
-------------------
Name: Vecto
Config Version: 2
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Thu Apr 7 13:59:56 2022
Quorum provider: corosync_votequorum
Nodes: 1
Node ID: 0x00000001
Ring ID: 1.14
Quorate: Yes
Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 2
Quorum: 2
Flags: Quorate
Code:
root@proxmox1 /etc/pve # cat .members
{
"nodename": "proxmox1",
"version": 5,
"cluster": { "name": "Vecto", "version": 2, "nodes": 2, "quorate": 1 },
"nodelist": {
"proxmox1": { "id": 1, "online": 1, "ip": "148.xx.xx.xx"},
"proxmox2": { "id": 2, "online": 0}
}
}
Last edited: