Currently I have a cluster of two nodes. the Master has the IP address 172.17.1.2 and the slave has the address 172.17.1.3. By accessing via web the master, the slave appears red. There is nothing in the logs, I can make backups of virtual machines, but I can not access status.
this is pvecm status:
and this is /etc/pve/.members:
any help?
Thanxs
edit: this was working quite well for over a year.
this is pvecm status:
Code:
root@proxmox:/etc/pve# pvecm statusVersion: 6.2.0
Config Version: 4
Cluster Name: pmxcluster
Cluster Id: 48436
Cluster Member: Yes
Cluster Generation: 524
Membership state: Cluster-Member
Nodes: 2
Expected votes: 2
Total votes: 2
Node votes: 1
Quorum: 2
Active subsystems: 5
Flags:
Ports Bound: 0
Node name: proxmox
Node ID: 1
Multicast addresses: 239.192.189.241
Node addresses: 172.17.1.2
and this is /etc/pve/.members:
Code:
root@proxmox:/etc/pve# cat .members
{
"nodename": "proxmox",
"version": 3,
"cluster": { "name": "pmxcluster", "version": 4, "nodes": 2, "quorate": 1 },
"nodelist": {
"proxmox": { "id": 1, "online": 1, "ip": "172.17.1.2"},
"proxmox-slave": { "id": 2, "online": 0}
}
}
any help?
Thanxs
edit: this was working quite well for over a year.