After struggling with ZFS Raid 1 and high IO load on a plain current Proxmox 5.1 install, I finally tried to install Proxmox on top of Debian 9 and a normal Raid 1.
Install worked so far, but web GUI on port 8006 does not show up. Looking in /etc/pve, I see that a number of files and dirs are missing or linked to nowhere, e.g.
pve-cluster.service shows errors:
How can I get this running? Anybody has a hint?
Install worked so far, but web GUI on port 8006 does not show up. Looking in /etc/pve, I see that a number of files and dirs are missing or linked to nowhere, e.g.
- nodes
- local
- lxc
- openvz
- qemu-server
Code:
root@voipfs:/etc/pve# uname -a
Linux voipfs 4.13.13-6-pve #1 SMP PVE 4.13.13-42 (Fri, 9 Mar 2018 11:55:18 +0100) x86_64 GNU/Linux
pve-cluster.service shows errors:
Code:
root@voipfs:/etc/pve# systemctl -l status pve-cluster.service
● pve-cluster.service - The Proxmox VE cluster filesystem
Loaded: loaded (/lib/systemd/system/pve-cluster.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2018-03-14 23:20:35 CET; 3min 35s ago
Process: 1437 ExecStartPost=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
Process: 1362 ExecStart=/usr/bin/pmxcfs (code=exited, status=0/SUCCESS)
Main PID: 1434 (pmxcfs)
Tasks: 6 (limit: 4915)
Memory: 35.0M
CPU: 286ms
CGroup: /system.slice/pve-cluster.service
└─1434 /usr/bin/pmxcfs
Mär 14 23:20:34 voipfs pmxcfs[1434]: [dcdb] crit: can't initialize service
Mär 14 23:20:34 voipfs pmxcfs[1434]: [status] crit: cpg_initialize failed: 2
Mär 14 23:20:34 voipfs pmxcfs[1434]: [status] crit: can't initialize service
Mär 14 23:20:35 voipfs systemd[1]: Started The Proxmox VE cluster filesystem.
Mär 14 23:20:40 voipfs pmxcfs[1434]: [confdb] crit: cmap_get totem.config_version failed 12
Mär 14 23:20:40 voipfs pmxcfs[1434]: [status] notice: update cluster info (cluster name debian, version = 0)
Mär 14 23:20:40 voipfs pmxcfs[1434]: [dcdb] notice: members: 2130706433/1434
Mär 14 23:20:40 voipfs pmxcfs[1434]: [dcdb] notice: all data is up to date
Mär 14 23:20:40 voipfs pmxcfs[1434]: [status] notice: members: 2130706433/1434
Mär 14 23:20:40 voipfs pmxcfs[1434]: [status] notice: all data is up to date
How can I get this running? Anybody has a hint?