So I have 5 Dell Poweredge R415s. I installed Proxmox VE 8.1-2 from the official download. it installs, I go to the IP addresses for each of these servers and there's nothing there, I can ping the devices so they're up but the pinwheel just spins then times out.
Connecting to any of the nodes via SSH, I can confirm Network is set up right but when checking the status of pveproxy I see that it is not working properly which is pretty impressive given they're fresh installs, normally i have to go and break something before they end up like this lol. I tried reinstalling with a fresh copy of the ISO on different drives thinking maybe i had a bad iso download but the nodes come up with the same issue. the result of systemctl status pveproxy shows the following, post install, and I think this is what's causing the issue but I'm honestly not sure the best way to resolve this error:
I've done absolutely nothing to the systems. This is first boot straight off the installation media. Why is this happening and is this going to be a massive pain to fix it?
***Edited for clarity***
Connecting to any of the nodes via SSH, I can confirm Network is set up right but when checking the status of pveproxy I see that it is not working properly which is pretty impressive given they're fresh installs, normally i have to go and break something before they end up like this lol. I tried reinstalling with a fresh copy of the ISO on different drives thinking maybe i had a bad iso download but the nodes come up with the same issue. the result of systemctl status pveproxy shows the following, post install, and I think this is what's causing the issue but I'm honestly not sure the best way to resolve this error:
code_language.shell:
pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service: enabled: preset: enabled)
Active: active (running)
Process: 2161 ExecStartPre=/usr/bin/pvecm updatecerts --client (code=exited status=111)
Process: 2164 ExecStart= /usr/bin/pveproxy start(code=exited status=0/SUCCESS)
MainPID: 2167 (pveproxy)
pvecm(2161): Unable to load access control list: CONNECTION REFUSED
pveproxy(2167): Starting server
pveproxy(2167): Starting 3 workers
pveproxy(2167): Worker 1268 Started.
pveproxy(2167): Worker 1269 Started.
pveproxy(2167): Worker 1270 Started.
systemd(1): Started pveproxy.service - PVE API Proxy Server
pveproxy(2168) /etc/pve/local/pve-ssl.key failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm at line 2009
pveproxy(2169) /etc/pve/local/pve-ssl.key failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm at line 2009
pveproxy(2170) /etc/pve/local/pve-ssl.key failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm at line 2009
I've done absolutely nothing to the systems. This is first boot straight off the installation media. Why is this happening and is this going to be a massive pain to fix it?
***Edited for clarity***
Last edited: