[SOLVED] proxmox 4.1 cluster problem

techdanger

New Member
Sep 28, 2016
4
0
1
42
undisclosed
Dear All,

I have problem adding new nodes on my proxmox 4.1 cluster...here's the status

root@smlpve1:~# pvecm nodes

Membership information
----------------------
Nodeid Votes Name
4 1 node40
1 1 smlpve1 (local)
3 1 node110
2 1 node120
5 1 node130
6 1 node170
root@smlpve1:~# pvecm status
Quorum information
------------------
Date: Mon Oct 31 15:39:13 2016
Quorum provider: corosync_votequorum
Nodes: 6
Node ID: 0x00000001
Ring ID: 4/208
Quorate: Yes

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

Membership information
----------------------
Nodeid Votes Name
0x00000004 1 192.168.10.40
0x00000001 1 192.168.10.50 (local)
0x00000003 1 192.168.10.110
0x00000002 1 192.168.10.120
0x00000005 1 192.168.10.130
0x00000006 1 192.168.10.170

The new nodes is node170 ( 192.168.10.170 ) , i had check files /etc/pve/.members only node50 ( 192.168.10.50 ) have complete nodes..

root@smlpve1:~# cat /etc/pve/.members
{
"nodename": "smlpve1",
"version": 8,
"cluster": { "name": "smlcluster", "version": 10, "nodes": 6, "quorate": 1 },
"nodelist": {
"node120": { "id": 2, "online": 1, "ip": "192.168.10.120"},
"smlpve1": { "id": 1, "online": 1, "ip": "192.168.10.50"},
"node110": { "id": 3, "online": 1, "ip": "192.168.10.110"},
"node40": { "id": 4, "online": 1, "ip": "192.168.10.40"},
"node130": { "id": 5, "online": 1, "ip": "192.168.10.130"},
"node170": { "id": 6, "online": 1, "ip": "192.168.10.170"}

And the others node node130,node120,node110,node40 dont have the new nodelist of node170.

Btw, if i add manually node170 on above nodes that doesnt have node170 , does it will break up the cluster...or if it added what services should be restarted ?

the problem here i can not migrate vm/ct to the new cluster node..got err "no such cluster node 'node170' (500)"...

Kindly help and assistance...thank you......
 
Last edited: