Could you, please, assist with the situation described below?
The Proxmox VE is installed on two phisical Optiplex microcomputers and a Docker container on a Synology NAS.
The instance installed on on of the microcomputer got shut down while runing a back-up command on a VM.
After the restart the unit did not joined the Proxmox VE environment...
I do have access to the computer terminal and it responds to the ping from another computer.
Currently it is running:
proxmox-ve: 8.2.0 (running kernel: 6.8.4-3-pve)
pve-manager: 8.2.2 (running version: 8.2.2/9355359cd7afbae4)
Thank you!
The Proxmox VE is installed on two phisical Optiplex microcomputers and a Docker container on a Synology NAS.
The instance installed on on of the microcomputer got shut down while runing a back-up command on a VM.
After the restart the unit did not joined the Proxmox VE environment...
I do have access to the computer terminal and it responds to the ping from another computer.
Currently it is running:
proxmox-ve: 8.2.0 (running kernel: 6.8.4-3-pve)
pve-manager: 8.2.2 (running version: 8.2.2/9355359cd7afbae4)
Code:
systemctl status pveproxy
Code:
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
Active: active (running) since Mon 2024-06-14 08:34:21
Process: 945 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=111)
Process: 953 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 955 (pveproxy)
Tasks: 4 (limit: 18941)
Memory: 148.7M
CPU: 6.265s
CGroup: /system.slice/pveproxy.service
├─ 955 pveproxy
├─1106 "pveproxy worker"
├─1107 "pveproxy worker"
└─1108 "pveproxy worker"
Jun 17 08:37:28 proxmox-211 pveproxy[955]: starting 2 worker(s)
Jun 17 08:37:28 proxmox-211 pveproxy[955]: worker 1106 started
Jun 17 08:37:28 proxmox-211 pveproxy[955]: worker 1107 started
Jun 17 08:37:28 proxmox-211 pveproxy[1105]: worker exit
Jun 17 08:37:28 proxmox-211 pveproxy[1106]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file of key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 2025.
Jun 17 08:37:28 proxmox-211 pveproxy[1107]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file of key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 2025.
Jun 17 08:37:28 proxmox-211 pveproxy[955]: worker 1105 finished
Jun 17 08:37:28 proxmox-211 pveproxy[955]: starting 1 worker(s)
Jun 17 08:37:28 proxmox-211 pveproxy[955]: worker 1108 started
Jun 17 08:37:28 proxmox-211 pveproxy[1108]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file of key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 2025.
Thank you!