[SOLVED] Proxmox zeigt keine Nodes an, Neustart geht nicht mehr

chrigiboy

Well-Known Member
Nov 6, 2018
101
1
58
Hallo zusammen,
habe ein ganz dringendes Problem. Ich sehe keine Nodes mehr auf keinem Proxmox Server, und starte ich ein Node neu, bootet er nicht mehr.

Beim booten erscheint:
Failed to start pve-firewall.service
Failed to start pve-cluster.service


Die restlichen verbliebenen Server laufen noch.

Das Problem mit Neustart konnte ich mittlerweile lösen, in dem ich in die init=/bin/bash gebootet habe und dann die pve-cluster /var/lib/pve-cluster gelöscht habe. Jetzt ist das System standalone aber funktioniert.
Trotzdem sind alle anderen Server die ich nicht neugestartet habe immer noch Cluster, Im Quorum, aber ich sehe keinen einzigen Server im GUI.
Wahrscheinlich ist irgendetwas in der /etc/pve kaputt gegangen und ich muss die config neu aufbauen, weiss aber nicht wie.


Irgendjemand einen Tipp wie ich A wieder alle Proxmox Nodes sehen kann im GUI und wie ich das mit dem Booten reparieren kann?
root@zpx10:~# cat /etc/pve/.members
{
"nodename": "zpx10",
"version": 21,
"cluster": { "name": "ZFC1", "version": 32, "nodes": 20, "quorate": 1 },
"nodelist": {
"zpx30": { "id": 17, "online": 1, "ip": "192.168.80.30"},
"zpx23": { "id": 3, "online": 1, "ip": "192.168.80.23"},
"zpx33": { "id": 20, "online": 1, "ip": "192.168.80.33"},
"zpx20": { "id": 6, "online": 1, "ip": "192.168.80.20"},
"zpx11": { "id": 9, "online": 1, "ip": "192.168.80.11"},
"zpx25": { "id": 12, "online": 1, "ip": "192.168.80.25"},
"zpx28": { "id": 15, "online": 1, "ip": "192.168.80.28"},
"zpx31": { "id": 18, "online": 1, "ip": "192.168.80.31"},
"zpx19": { "id": 4, "online": 1, "ip": "192.168.80.19"},
"zpx21": { "id": 7, "online": 1, "ip": "192.168.80.21"},
"zpx17": { "id": 10, "online": 1, "ip": "192.168.80.17"},
"zpx26": { "id": 13, "online": 1, "ip": "192.168.80.26"},
"zpx29": { "id": 16, "online": 1, "ip": "192.168.80.29"},
"zpx24": { "id": 2, "online": 1, "ip": "192.168.80.24"},
"zpx32": { "id": 19, "online": 0},
"zpx22": { "id": 5, "online": 1, "ip": "192.168.80.22"},
"zpx10": { "id": 1, "online": 1, "ip": "192.168.80.10"},
"zpx15": { "id": 8, "online": 1, "ip": "192.168.80.15"},
"zpx27": { "id": 11, "online": 1, "ip": "192.168.80.27"},
"zpx12": { "id": 14, "online": 1, "ip": "192.168.80.12"}
}
}



root@zpx10:~# pvecm status
Cluster information
-------------------
Name: ZFC1
Config Version: 35
Transport: knet
Secure auth: on

Quorum information
------------------
Date: Mon Aug 11 13:19:54 2025
Quorum provider: corosync_votequorum
Nodes: 18
Node ID: 0x00000001
Ring ID: 1.bcf
Quorate: Yes

Votequorum information
----------------------
Expected votes: 20
Highest expected: 20
Total votes: 18
Quorum: 11
Flags: Quorate

Membership information
----------------------
Nodeid Votes Name
0x00000001 1 192.168.80.10 (local)
0x00000003 1 192.168.80.23
0x00000004 1 192.168.80.19
0x00000005 1 192.168.80.22
0x00000006 1 192.168.80.20
0x00000007 1 192.168.80.21
0x00000008 1 192.168.80.15
0x00000009 1 192.168.80.11
0x0000000a 1 192.168.80.17
0x0000000b 1 192.168.80.27
0x0000000c 1 192.168.80.25
0x0000000d 1 192.168.80.26
0x0000000e 1 192.168.80.12
0x0000000f 1 192.168.80.28
0x00000010 1 192.168.80.29
0x00000011 1 192.168.80.30
0x00000012 1 192.168.80.31
0x00000014 1 192.168.80.33
 
Last edited:
bitte poste die logs von pve-cluster und pve-firewall:

Code:
journalctl -b -u pve-cluster -u pve-firewall

und pveversion -v
 
Jul 31 08:58:37 zpx31 pmxcfs[2259]: [main] notice: resolved node name 'zpx31' to '192.168.80.31' for default node IP address
Jul 31 08:58:37 zpx31 pmxcfs[2259]: [main] notice: resolved node name 'zpx31' to '192.168.80.31' for default node IP address
Jul 31 08:58:37 zpx31 pmxcfs[2298]: [quorum] crit: quorum_initialize failed: 2
Jul 31 08:58:37 zpx31 pmxcfs[2298]: [quorum] crit: can't initialize service
Jul 31 08:58:37 zpx31 pmxcfs[2298]: [confdb] crit: cmap_initialize failed: 2
Jul 31 08:58:37 zpx31 pmxcfs[2298]: [confdb] crit: can't initialize service
Jul 31 08:58:37 zpx31 pmxcfs[2298]: [dcdb] crit: cpg_initialize failed: 2
Jul 31 08:58:37 zpx31 pmxcfs[2298]: [dcdb] crit: can't initialize service
Jul 31 08:58:37 zpx31 pmxcfs[2298]: [status] crit: cpg_initialize failed: 2
Jul 31 08:58:37 zpx31 pmxcfs[2298]: [status] crit: can't initialize service
Jul 31 08:58:38 zpx31 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem.
Jul 31 08:58:38 zpx31 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall...
Jul 31 08:58:39 zpx31 pve-firewall[2537]: starting server
Jul 31 08:58:39 zpx31 systemd[1]: Started pve-firewall.service - Proxmox VE firewall.
Jul 31 08:58:43 zpx31 pmxcfs[2298]: [status] notice: update cluster info (cluster name ZFC1, version = 32)
Jul 31 08:58:43 zpx31 pmxcfs[2298]: [dcdb] notice: members: 18/2298
Jul 31 08:58:43 zpx31 pmxcfs[2298]: [dcdb] notice: all data is up to date
Jul 31 08:58:43 zpx31 pmxcfs[2298]: [status] notice: members: 18/2298
Jul 31 08:58:43 zpx31 pmxcfs[2298]: [status] notice: all data is up to date
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [dcdb] notice: members: 1/1292720, 2/2401, 3/2322, 4/2316, 5/2242, 6/2254, 7/2458, 8/1713022, 9/232732, 10/1371934, 11/3208270, 12/2301, 13/3591721, 14/1244152, 15/2378, 16/2177, 17/2395, 18/2298, 19/2265, 20/2272
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [dcdb] notice: starting data syncronisation
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [status] notice: members: 1/1292720, 2/2401, 3/2322, 4/2316, 5/2242, 6/2254, 7/2458, 8/1713022, 9/232732, 10/1371934, 11/3208270, 12/2301, 13/3591721, 14/1244152, 15/2378, 16/2177, 17/2395, 18/2298, 19/2265, 20/2272
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [status] notice: starting data syncronisation
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [status] notice: node has quorum
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [dcdb] notice: received sync request (epoch 1/1292720/0000009B)
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [status] notice: received sync request (epoch 1/1292720/0000009B)
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [dcdb] notice: received all states
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [dcdb] notice: leader is 1/1292720
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [dcdb] notice: synced members: 1/1292720, 2/2401, 3/2322, 4/2316, 5/2242, 6/2254, 7/2458, 8/1713022, 9/232732, 10/1371934, 11/3208270, 12/2301, 13/3591721, 14/1244152, 15/2378, 16/2177, 17/2395, 19/2265, 20/2272
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [dcdb] notice: waiting for updates from leader
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [status] notice: received all states
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [status] notice: all data is up to date
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [status] notice: dfsm_deliver_queue: queue length 13
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [dcdb] notice: update complete - trying to commit (got 20 inode updates)
Jul 31 08:58:49 zpx31 pmxcfs[2298]: [dcdb] notice: all data is up to date
Jul 31 08:58:57 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:02 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:02 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:02 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:02 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:03 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:03 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:03 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:03 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:03 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:03 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:04 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:04 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:04 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:04 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:04 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:05 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:05 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:05 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:05 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:05 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:05 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:06 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:06 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:06 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:06 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:06 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:07 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:07 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:07 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:08 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:08 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:08 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:09 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:09 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:09 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:10 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:10 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:10 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:11 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:11 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:11 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:12 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:12 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:13 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:13 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:13 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:14 zpx31 pmxcfs[2298]: [status] notice: received log
Jul 31 08:59:14 zpx31 pmxcfs[2298]: [status] notice: received log



root@zpx31:~# pveversion -v
proxmox-ve: 8.4.0 (running kernel: 6.8.12-13-pve)
pve-manager: 8.4.5 (running version: 8.4.5/57892e8e686cb35b)
proxmox-kernel-helper: 8.1.4
proxmox-kernel-6.8.12-13-pve-signed: 6.8.12-13
proxmox-kernel-6.8: 6.8.12-13
proxmox-kernel-6.8.12-9-pve-signed: 6.8.12-9
ceph-fuse: 17.2.8-pve2
corosync: 3.1.9-pve1
criu: 3.17.1-2+deb12u1
frr-pythontools: 10.2.2-1+pve1
glusterfs-client: 10.3-5
ifupdown2: 3.2.0-1+pmx11
ksm-control-daemon: 1.5-1
libjs-extjs: 7.0.0-5
libknet1: 1.30-pve2
libproxmox-acme-perl: 1.6.0
libproxmox-backup-qemu0: 1.5.2
libproxmox-rs-perl: 0.3.5
libpve-access-control: 8.2.2
libpve-apiclient-perl: 3.3.2
libpve-cluster-api-perl: 8.1.2
libpve-cluster-perl: 8.1.2
libpve-common-perl: 8.3.2
libpve-guest-common-perl: 5.2.2
libpve-http-server-perl: 5.2.2
libpve-network-perl: 0.11.2
libpve-rs-perl: 0.9.4
libpve-storage-perl: 8.3.6
libspice-server1: 0.15.1-1
lvm2: 2.03.16-2
lxc-pve: 6.0.0-1
lxcfs: 6.0.0-pve2
novnc-pve: 1.6.0-2
proxmox-backup-client: 3.4.3-1
proxmox-backup-file-restore: 3.4.3-1
proxmox-backup-restore-image: 0.7.0
proxmox-firewall: 0.7.1
proxmox-kernel-helper: 8.1.4
proxmox-mail-forward: 0.3.3
proxmox-mini-journalreader: 1.5
proxmox-offline-mirror-helper: 0.6.7
proxmox-widget-toolkit: 4.3.12
pve-cluster: 8.1.2
pve-container: 5.3.0
pve-docs: 8.4.0
pve-edk2-firmware: 4.2025.02-4~bpo12+1
pve-esxi-import-tools: 0.7.4
pve-firewall: 5.1.2
pve-firmware: 3.16-3
pve-ha-manager: 4.0.7
pve-i18n: 3.4.5
pve-qemu-kvm: 9.2.0-7
pve-xtermjs: 5.5.0-2
qemu-server: 8.4.1
smartmontools: 7.3-pve1
spiceterm: 3.3.0
swtpm: 0.8.0+pve1
vncterm: 1.8.0
zfsutils-linux: 2.2.8-pve1
root@zpx31:~#


Ps. ich habe wie oben erwähnt das System nun erfolgreich booten können, habe die corosync Config und DB von einem anderen Server kopiert und jetzt lässt sich der Server auch neustarten. Aber das GUI ist immer noch bei allen Nodes weiss. Und nach ca. 15 Sekunden kommt der Loginbildschirm wieder.
 
Last edited:
dann bitte mal die logs von pveproxy und pvestatd kontrollieren und den browser cache leeren..
 
Jun 30 09:57:01 zpx10 pvestatd[1611076]: status update time (8.821 seconds)
Jun 30 09:57:11 zpx10 pvestatd[1611076]: status update time (8.892 seconds)
Jun 30 09:57:20 zpx10 pvestatd[1611076]: status update time (7.640 seconds)
Jun 30 09:57:29 zpx10 pvestatd[1611076]: status update time (7.554 seconds)
Jun 30 09:57:40 zpx10 pvestatd[1611076]: status update time (7.693 seconds)
Jun 30 09:58:41 zpx10 pvestatd[1611076]: status update time (8.699 seconds)
Jun 30 09:58:50 zpx10 pvestatd[1611076]: status update time (7.574 seconds)
Jun 30 09:59:00 zpx10 pvestatd[1611076]: status update time (8.776 seconds)
Jun 30 09:59:09 zpx10 pvestatd[1611076]: status update time (6.721 seconds)
Jun 30 09:59:18 zpx10 pvestatd[1611076]: status update time (6.266 seconds)
Jun 30 10:01:50 zpx10 pvestatd[1611076]: status update time (7.949 seconds)
Jun 30 10:02:30 zpx10 pvestatd[1611076]: status update time (8.084 seconds)
Jun 30 10:02:37 zpx10 pvestatd[1611076]: status update time (5.225 seconds)




Aug 11 14:31:20 zpx10 pveproxy[1308103]: worker exit
Aug 11 14:33:55 zpx10 pveproxy[947230]: worker 1241139 finished
Aug 11 14:33:55 zpx10 pveproxy[947230]: starting 1 worker(s)
Aug 11 14:33:55 zpx10 pveproxy[947230]: worker 1313464 started
Aug 11 14:33:57 zpx10 pveproxy[1313463]: worker exit
Aug 11 14:37:22 zpx10 pveproxy[947230]: worker 1251708 finished
Aug 11 14:37:22 zpx10 pveproxy[947230]: starting 1 worker(s)
Aug 11 14:37:22 zpx10 pveproxy[947230]: worker 1320317 started
Aug 11 14:37:22 zpx10 pveproxy[1320316]: got inotify poll request in wrong process - disabling inotify
Aug 11 14:37:23 zpx10 pveproxy[1320316]: worker exit
Aug 11 15:06:39 zpx10 pveproxy[1313464]: worker exit
Aug 11 15:06:39 zpx10 pveproxy[947230]: worker 1313464 finished
Aug 11 15:06:39 zpx10 pveproxy[947230]: starting 1 worker(s)
Aug 11 15:06:39 zpx10 pveproxy[947230]: worker 1379459 started
Aug 11 15:09:25 zpx10 pveproxy[947230]: worker 1308104 finished
Aug 11 15:09:25 zpx10 pveproxy[947230]: starting 1 worker(s)
Aug 11 15:09:25 zpx10 pveproxy[947230]: worker 1385153 started
Aug 11 15:09:27 zpx10 pveproxy[1385146]: got inotify poll request in wrong process - disabling inotify
Aug 11 15:09:28 zpx10 pveproxy[1385146]: worker exit
Aug 11 15:11:52 zpx10 pveproxy[1320317]: worker exit
Aug 11 15:11:52 zpx10 pveproxy[947230]: worker 1320317 finished
Aug 11 15:11:52 zpx10 pveproxy[947230]: starting 1 worker(s)
Aug 11 15:11:52 zpx10 pveproxy[947230]: worker 1390103 started
 
Code:
root@zpx10:~# cat /etc/pve/.members
{
"nodename": "zpx10",
"version": 39,
"cluster": { "name": "ZFC1", "version": 45, "nodes": 20, "quorate": 1 },
"nodelist": {
  "zpx30": { "id": 17, "online": 1, "ip": "192.168.80.30"},
  "zpx23": { "id": 3, "online": 1, "ip": "192.168.80.23"},
  "zpx33": { "id": 20, "online": 1, "ip": "192.168.80.33"},
  "zpx20": { "id": 6, "online": 1, "ip": "192.168.80.20"},
  "zpx11": { "id": 9, "online": 1, "ip": "192.168.80.11"},
  "zpx25": { "id": 12, "online": 1, "ip": "192.168.80.25"},
  "zpx28": { "id": 15, "online": 1, "ip": "192.168.80.28"},
  "zpx31": { "id": 18, "online": 1, "ip": "192.168.80.31"},
  "zpx19": { "id": 4, "online": 1, "ip": "192.168.80.19"},
  "zpx21": { "id": 7, "online": 1, "ip": "192.168.80.21"},
  "zpx17": { "id": 10, "online": 1, "ip": "192.168.80.17"},
  "zpx26": { "id": 13, "online": 1, "ip": "192.168.80.26"},
  "zpx29": { "id": 16, "online": 1, "ip": "192.168.80.29"},
  "zpx24": { "id": 2, "online": 1, "ip": "192.168.80.24"},
  "zpx32": { "id": 19, "online": 1, "ip": "192.168.80.32"},
  "zpx22": { "id": 5, "online": 1, "ip": "192.168.80.22"},
  "zpx10": { "id": 1, "online": 1, "ip": "192.168.80.10"},
  "zpx15": { "id": 8, "online": 1, "ip": "192.168.80.15"},
  "zpx27": { "id": 11, "online": 1, "ip": "192.168.80.27"},
  "zpx12": { "id": 14, "online": 1, "ip": "192.168.80.12"}
  }
}
root@zpx10:~# grep -nE 'nodeid|name|ring0_addr' /etc/pve/corosync.conf
8:    name: zpx10
9:    nodeid: 1
11:    ring0_addr: 192.168.80.10
14:    name: zpx11
15:    nodeid: 9
17:    ring0_addr: 192.168.80.11
20:    name: zpx12
21:    nodeid: 14
23:    ring0_addr: 192.168.80.12
26:    name: zpx15
27:    nodeid: 8
29:    ring0_addr: 192.168.80.15
32:    name: zpx17
33:    nodeid: 10
35:    ring0_addr: 192.168.80.17
38:    name: zpx19
39:    nodeid: 4
41:    ring0_addr: 192.168.80.19
44:    name: zpx20
45:    nodeid: 6
47:    ring0_addr: 192.168.80.20
50:    name: zpx21
51:    nodeid: 7
53:    ring0_addr: 192.168.80.21
56:    name: zpx22
57:    nodeid: 5
59:    ring0_addr: 192.168.80.22
62:    name: zpx23
63:    nodeid: 3
65:    ring0_addr: 192.168.80.23
68:    name: zpx24
69:    nodeid: 2
71:    ring0_addr: 192.168.80.24
74:    name: zpx25
75:    nodeid: 12
77:    ring0_addr: 192.168.80.25
80:    name: zpx26
81:    nodeid: 13
83:    ring0_addr: 192.168.80.26
86:    name: zpx27
87:    nodeid: 11
89:    ring0_addr: 192.168.80.27
92:    name: zpx28
93:    nodeid: 15
95:    ring0_addr: 192.168.80.28
98:    name: zpx29
99:    nodeid: 16
101:    ring0_addr: 192.168.80.29
104:    name: zpx30
105:    nodeid: 17
107:    ring0_addr: 192.168.80.30
110:    name: zpx31
111:    nodeid: 18
113:    ring0_addr: 192.168.80.31
116:    name: zpx32
117:    nodeid: 19
119:    ring0_addr: 192.168.80.32
122:    name: zpx33
123:    nodeid: 20
125:    ring0_addr: 192.168.80.33
134:  cluster_name: ZFC1
root@zpx10:~# hostname -s
getent hosts $(hostname -s)
zpx10
192.168.80.10  zpx10 pvelocalhost
root@zpx10:~#



root@zpx10:~# pvesh get /nodes
curl -k https://127.0.0.1:8006/api2/json/nodes | jq
┌───────┬────────┬────────┬───────┬────────┬────────────┬────────────┬─────────────────────────────────────────────────────────────────────────────────────────────────┬────────────┐
│ node  │ status │    cpu │ level │ maxcpu │     maxmem │        mem │ ssl_fingerprint                                                                                 │     uptime │
╞═══════╪════════╪════════╪═══════╪════════╪════════════╪════════════╪═════════════════════════════════════════════════════════════════════════════════════════════════╪════════════╡
│ zpx10 │ online │  8.82% │       │     96 │ 755.80 GiB │ 204.58 GiB │ A3:6E:D2:C6:C9:36:BF:63:E7:77:0F:AD:09:60:72:D8:38:F1:CC:04:93:67:62:67:FA:7****** │  53w 3d 5h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx11 │ online │  4.26% │       │     64 │ 503.78 GiB │  61.74 GiB │ BE:94:CC:F5:42:B7:7E:5B:2F:60:35:40:4E:08:73:B0:88:49:2E:3C:BE:2D:0B:35:5F:F8:D9:D****** │ 50w 3d 10h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx12 │ online │ 10.77% │       │     64 │ 503.85 GiB │  82.25 GiB │ C2:15:85:B8:8A:2B:AC:FF:CF:CC:D6:34:1B:35:CF:2C:47:CE:DE:09:1A:AB:****** │ 49w 4d 13h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx15 │ online │ 26.99% │       │     24 │ 502.62 GiB │ 290.36 GiB │ 3E:1A:56:A4:62:74:4F:37:64:D7:A2:AE:EE:14:ED:F4:50:A7:BF:08:7B:90:03:C1:0****** │    51w 13h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx17 │ online │ 22.76% │       │     24 │ 251.39 GiB │ 206.00 GiB │ 41:DD:D8:74:39:84:F6:ED:8D:04:0D:05:39:08:63:01:02:77:8D:78:3E:B8:F9:2D:A9:****** │     36w 2d │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx19 │ online │  9.70% │       │     64 │ 251.54 GiB │ 154.90 GiB │ D2:5F:79:D6:36:4E:72:EA:ED:B2:50:24:A0:57:9D:3E:39:05:26:F1:80:72:B6:7C:6B:****** │  10w 6d 3h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx20 │ online │ 19.27% │       │     64 │ 251.54 GiB │ 200.71 GiB │ 68:C3:E7:2D:67:4C:53:E3:80:E8:D5:F3:60:0D:94:57:1C:66:73:D0:72:E4:57:33:****** │ 31w 3d 23h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx21 │ online │  7.82% │       │     64 │ 251.55 GiB │ 209.76 GiB │ 68:0F:3B:8C:04:27:04:68:8D:F2:6B:B0:79:44:1C:AB:6F:3B:DE:92:****** │    35w 16h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx22 │ online │  6.10% │       │     64 │ 251.56 GiB │ 201.21 GiB │ 81:27:8C:69:3A:43:2E:58:C5:7C:E1:02:F3:64:C5:F0:C7:9A:24:9F:****** │   7w 4d 5h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx23 │ online │ 26.19% │       │     64 │ 251.56 GiB │ 199.82 GiB │ B8:96:E1:4E:93:51:93:A4:CF:DE:AB:45:AA:6F:12:85:9F:4A:56:****** │ 34w 5d 22h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx24 │ online │  0.17% │       │     64 │ 251.55 GiB │  15.89 GiB │ 32:BB:73:97:9B:99:92:BF:98:03:2A:0E:C9:E1:D9:1D:CB:96:CB:6F:****** │    44m 38s │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx25 │ online │  9.76% │       │     64 │ 251.56 GiB │ 200.50 GiB │ 14:2E:FA:FC:6A:12:60:E3:AA:7B:A6:1A:F8:38:99:11:C6:32:24:DE:****** │ 34w 4d 15h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx26 │ online │ 24.19% │       │     64 │ 251.55 GiB │ 198.76 GiB │ EB:3E:AC:E9:EB:76:48:AC:A9:CE:9B:C4:40:72:01:22:40:FB:9E:87:****** │ 49w 4d 17h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx27 │ online │  8.91% │       │     64 │ 251.74 GiB │ 201.15 GiB │ AB:92:11:19:C8:31:74:81:F6:9B:8D:57:11:31:B7:05:DF:02:B0:FB:****** │ 49w 6d 22h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx28 │ online │  3.65% │       │     64 │ 251.55 GiB │ 196.28 GiB │ FC:AD:8B:04:71:3C:68:04:B8:C5:FF:40:67:6F:60:8A:70:28:93:1D:A1:****** │ 23w 3d 19h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx29 │ online │  5.86% │       │     64 │ 251.54 GiB │ 201.27 GiB │ 04:E9:DD:7F:F6:0F:96:D6:10:EE:63:B7:F3:6F:66:70:5C:2B:1E:F1:9A:****** │   2w 4d 4h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx30 │ online │  6.52% │       │     64 │ 251.54 GiB │ 245.43 GiB │ D9:06:35:0A:8A:03:2C:EC:B5:4A:A3:24:9D:16:DB:6E:C5:FF:C1:2D:37:****** │ 30w 1d 13h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx31 │ online │ 11.16% │       │     64 │ 251.54 GiB │ 208.31 GiB │ 14:86:F6:20:C7:3F:11:45:D1:D5:05:8D:E8:68:1A:F0:02:28:44:E0:9F:****** │   1w 4d 6h │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx32 │ online │  0.13% │       │     64 │ 251.54 GiB │   4.94 GiB │ 9C:A0:D9:05:82:DC:C4:B5:60:93:74:E2:14:48:96:53:EB:EB:C1:C7:F2:****** │    14m 49s │
├───────┼────────┼────────┼───────┼────────┼────────────┼────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┤
│ zpx33 │ online │  9.15% │       │     64 │ 251.54 GiB │ 212.90 GiB │ 4A:B6:AE:3C:C9:F5:0B:50:D1:B0:56:51:28:95:D8:11:69:FF:CC:40:27:97:****** │  3w 3d 23h │
└───────┴────────┴────────┴───────┴────────┴────────────┴────────────┴─────────────────────────────────────────────────────────────────────────────────────────────────┴────────────┘
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
root@zpx10:~#


root@zpx10:~# curl -k https://127.0.0.1:8006/api2/json/cluster/resources | head
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
root@zpx10:~#
 

Attachments

  • GUI.png
    GUI.png
    80.9 KB · Views: 6
Last edited:
bitte den browser cache leeren (oder mit einem leeren browser profil versuchen)
 
auch mit geleertem Cache, anderer Browser oder anderen Computer funktioniert es nicht, und auch über CURL kommen keine Server zurück:

root@zpx10:~# curl -k https://127.0.0.1:8006/api2/json/cluster/resources | head
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
root@zpx10:~#
 
das ist klar, weil ohne credentials kannst du den api request nicht machen..

probier mal "curl -kv https://127.0.0.1:8006/"
 
Ja, die Uhrzeit sieht gut aus:

root@zpx10:/var/log# for host in zpx10 zpx11 zpx12 zpx15 zpx17 zpx19 zpx20 zpx21 zpx22 zpx23 zpx24 zpx25 zpx26 zpx27 zpx28 zpx29 zpx30 zpx31 zpx32 zpx33; do
echo -n "$host: "
ssh root@$host "date"
done
zpx10: Mon Aug 11 04:52:17 PM CEST 2025
zpx11: Mon Aug 11 04:52:18 PM CEST 2025
zpx12: Mon Aug 11 04:52:19 PM CEST 2025
zpx15: Mon Aug 11 04:52:20 PM CEST 2025
zpx17: Mon Aug 11 04:52:21 PM CEST 2025
zpx19: Mon Aug 11 04:52:21 PM CEST 2025
zpx20: Mon Aug 11 04:52:22 PM CEST 2025
zpx21: Mon Aug 11 04:52:22 PM CEST 2025
zpx22: Mon Aug 11 04:52:23 PM CEST 2025
zpx23: Mon Aug 11 04:52:24 PM CEST 2025
zpx24: Mon Aug 11 04:52:24 PM CEST 2025
zpx25: Mon Aug 11 04:52:25 PM CEST 2025
zpx26: Mon Aug 11 04:52:25 PM CEST 2025
zpx27: Mon Aug 11 04:52:26 PM CEST 2025
zpx28: Mon Aug 11 04:52:26 PM CEST 2025
zpx29: Mon Aug 11 04:52:27 PM CEST 2025
zpx30: Mon Aug 11 04:52:28 PM CEST 2025
zpx31: Mon Aug 11 04:52:28 PM CEST 2025
zpx32: Mon Aug 11 04:52:29 PM CEST 2025
zpx33: Mon Aug 11 04:52:30 PM CEST 2025
root@zpx10:/var/log#


Habe auch auf allen nodes mal systemctl restart pvedaemon and pveproxy ausgeführt.
 
Habe es geschafft. Habe alle Nodes rausgeworfen bis auf 1. Dann habe ich dort folgendes ausgeführt:

rm -f /etc/pve/priv/authkey.key /etc/pve/priv/authkey.pub
pvecm updatecerts --force

systemctl restart pveproxy pvedaemon pvestatd

Dann war das GUI wieder da.


Dann habe ich bei den anderen Nodes folgendes ausgeführt:

systemctl stop pve-cluster corosync pvedaemon pveproxy pvestatd
rm -rf /etc/pve
rm -rf /var/lib/pve-cluster
rm -rf /etc/corosync

root@zpx11:~# pvecm expected 1
systemctl start pve-cluster
systemctl restart pvedaemon pveproxy pvestatd

pvecm add 192.168.80.10 --use_ssh


Und alles war wieder so wie vorher.
 
Last edited: