Hi,
I've made proxmox clusters for quite a while now. And now I'm having difficulty putting 2 servers in a cluster (PVE 2.3).
Node 1: srv3, created the cluster on this one. This server had in a previous 15 nodes in it, but they are removed, en now I want to add a new clean node.
Node 2: srv25, clean server, added the node via pvecm add <ip-srv3>
The servers see each other in the webinterface. But can't get quorum.
I've tested the multicasts with omping, and that works.
Cluster conf:
pvecm nodes:
pvecm status - srv3:
pvecm status - srv25:
One of the strange things is the "Node addresses: 127.0.0.1"
I have no idea in what direction to look, any tips or ideas are welcome!
Thanks in advance!!
I've made proxmox clusters for quite a while now. And now I'm having difficulty putting 2 servers in a cluster (PVE 2.3).
Node 1: srv3, created the cluster on this one. This server had in a previous 15 nodes in it, but they are removed, en now I want to add a new clean node.
Node 2: srv25, clean server, added the node via pvecm add <ip-srv3>
The servers see each other in the webinterface. But can't get quorum.
I've tested the multicasts with omping, and that works.
Cluster conf:
Code:
<?xml version="1.0"?>
<cluster name="cluster01" config_version="38">
<cman keyfile="/var/lib/pve-cluster/corosync.authkey">
</cman>
<clusternodes>
<clusternode name="srv3" votes="1" nodeid="1"/>
<clusternode name="srv25" votes="1" nodeid="2"/></clusternodes>
</cluster>
pvecm nodes:
Code:
Node Sts Inc Joined Name
1 M 40 2013-09-07 19:20:23 srv3
2 X 0 srv25
pvecm status - srv3:
Code:
Version: 6.2.0
Config Version: 38
Cluster Name: cluster01
Cluster Id: 53601
Cluster Member: Yes
Cluster Generation: 40
Membership state: Cluster-Member
Nodes: 1
Expected votes: 2
Total votes: 1
Node votes: 1
Quorum: 2 Activity blocked
Active subsystems: 1
Flags:
Ports Bound: 0
Node name: srv3
Node ID: 1
Multicast addresses: 239.192.209.51
Node addresses: 188.122.88.203
pvecm status - srv25:
Code:
Version: 6.2.0
Config Version: 38
Cluster Name: cluster01
Cluster Id: 53601
Cluster Member: Yes
Cluster Generation: 8
Membership state: Cluster-Member
Nodes: 1
Expected votes: 2
Total votes: 1
Node votes: 1
Quorum: 2 Activity blocked
Active subsystems: 1
Flags:
Ports Bound: 0
Node name: srv25
Node ID: 2
Multicast addresses: 239.192.209.51
Node addresses: 127.0.0.1
One of the strange things is the "Node addresses: 127.0.0.1"
I have no idea in what direction to look, any tips or ideas are welcome!
Thanks in advance!!