Proxmox v4.4 missing added hosts

Egner

Renowned Member
Aug 2, 2015
96
1
73
Hello,

I have in total 14 hosts added in my proxmox cluster and some machines can just see 13 of them.

Under pvecm nodes it finds all the 14...

Membership information
----------------------
Nodeid Votes Name
1 1 w01-c-h
2 1 tc01-c-h
3 1 tc02-c-h
5 1 tc03-c-h
7 1 tc04-c-h
6 1 tc05-c-h
8 1 wn01-clust
9 1 wn02-clust
10 1 wn03-clust
11 1 tc06-clust
12 1 tc07-clust
13 1 tc08-clust
14 1 w02-c-h
4 1 c01-c-h (local)

but if i looked in to the pve .members list the w02-c-h is missing and i'm not able to migrate vms. from that host to the new one. is just give me an error output "no such cluster node 'w02-c-h' (500)

root@c01-c-h:~# cat /etc/pve/.members
{
"nodename": "c01-c-h",
"version": 825,
"cluster": { "name": "proxmox-cluster", "version": 23, "nodes": 13, "quorate": 1 },
"nodelist": {
"tc01-c-h": { "id": 2, "online": 1, "ip": "10.10.13.102"},
"w01-c-h": { "id": 1, "online": 1, "ip": "10.10.13.101"},
"c01-c-h": { "id": 4, "online": 1, "ip": "10.10.13.117"},
"tc03-c-h": { "id": 5, "online": 1, "ip": "10.10.13.104"},
"tc05-c-h": { "id": 6, "online": 1, "ip": "10.10.13.106"},
"tc04-c-h": { "id": 7, "online": 1, "ip": "10.10.13.105"},
"wn01-clust": { "id": 8, "online": 1, "ip": "10.10.13.107"},
"wn02-clust": { "id": 9, "online": 1, "ip": "10.10.13.108"},
"wn03-clust": { "id": 10, "online": 1, "ip": "10.10.13.109"},
"tc06-clust": { "id": 11, "online": 1, "ip": "10.10.13.110"},
"tc07-clust": { "id": 12, "online": 1, "ip": "10.10.13.111"},
"tc08-clust": { "id": 13, "online": 1, "ip": "10.10.13.112"},
"tc02-c-h": { "id": 3, "online": 1, "ip": "10.10.13.103"}

The server w02-c-h is not in the list.


root@c01-c-h:~# pvecm status
Quorum information
------------------
Date: Mon Dec 18 14:36:51 2017
Quorum provider: corosync_votequorum
Nodes: 14
Node ID: 0x00000004
Ring ID: 1/22904
Quorate: Yes

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

Membership information
----------------------
Nodeid Votes Name
0x00000001 1 10.10.13.101
0x00000002 1 10.10.13.102
0x00000003 1 10.10.13.103
0x00000005 1 10.10.13.104
0x00000007 1 10.10.13.105
0x00000006 1 10.10.13.106
0x00000008 1 10.10.13.107
0x00000009 1 10.10.13.108
0x0000000a 1 10.10.13.109
0x0000000b 1 10.10.13.110
0x0000000c 1 10.10.13.111
0x0000000d 1 10.10.13.112
0x0000000e 1 10.10.13.113
0x00000004 1 10.10.13.117 (local)

And here it founds the host, but still not able to connect to it.
 
Hello Dietmar,

ok, see host w02-c-h below :


root@w02-c-h:~# pvecm nodes

Membership information
----------------------
Nodeid Votes Name
1 1 w01-c-h
2 1 tc01-c-h
3 1 tc02-c-h
5 1 tc03-c-h
7 1 tc04-c-h
6 1 tc05-c-h
8 1 wn01-clust
9 1 wn02-clust
10 1 wn03-clust
11 1 tc06-clust
12 1 tc07-clust
13 1 tc08-clust
14 1 w02-c-h (local)
4 1 c01-c-h

root@w02-c-h:~# cat /etc/pve/.members
{
"nodename": "w02-c-h",
"version": 16,
"cluster": { "name": "proxmox-cluster", "version": 24, "nodes": 14, "quorate": 1 },
"nodelist": {
"tc01-c-h": { "id": 2, "online": 1, "ip": "10.10.13.102"},
"tc02-c-h": { "id": 3, "online": 1, "ip": "10.10.13.103"},
"c01-c-h": { "id": 4, "online": 1, "ip": "10.10.13.117"},
"tc03-c-h": { "id": 5, "online": 1, "ip": "10.10.13.104"},
"tc05-c-h": { "id": 6, "online": 1, "ip": "10.10.13.106"},
"tc04-c-h": { "id": 7, "online": 1, "ip": "10.10.13.105"},
"wn01-clust": { "id": 8, "online": 1, "ip": "10.10.13.107"},
"wn02-clust": { "id": 9, "online": 1, "ip": "10.10.13.108"},
"wn03-clust": { "id": 10, "online": 1, "ip": "10.10.13.109"},
"tc06-clust": { "id": 11, "online": 1, "ip": "10.10.13.110"},
"tc07-clust": { "id": 12, "online": 1, "ip": "10.10.13.111"},
"tc08-clust": { "id": 13, "online": 1, "ip": "10.10.13.112"},
"w02-c-h": { "id": 14, "online": 1, "ip": "10.10.13.113"},
"w01-c-h": { "id": 1, "online": 1, "ip": "10.10.13.101"}
}
}


root@w02-c-h:~# pvecm status
Quorum information
------------------
Date: Mon Dec 18 21:17:05 2017
Quorum provider: corosync_votequorum
Nodes: 14
Node ID: 0x0000000e
Ring ID: 1/22904
Quorate: Yes

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

Membership information
----------------------
Nodeid Votes Name
0x00000001 1 10.10.13.101
0x00000002 1 10.10.13.102
0x00000003 1 10.10.13.103
0x00000005 1 10.10.13.104
0x00000007 1 10.10.13.105
0x00000006 1 10.10.13.106
0x00000008 1 10.10.13.107
0x00000009 1 10.10.13.108
0x0000000a 1 10.10.13.109
0x0000000b 1 10.10.13.110
0x0000000c 1 10.10.13.111
0x0000000d 1 10.10.13.112
0x0000000e 1 10.10.13.113 (local)
0x00000004 1 10.10.13.117