APC Proxmox Master

zPro

Member
Aug 22, 2020
19
0
6
43
Hello,

I have a Proxmox Server and a QNap NAS + some RPI.

> I would connect Proxmox via USB to APC.

1) How can I shutdown all LXC safely? I need to install APCUPSD the in PVE and simply let it shutdown after time interval of x?

> Qnap/RPI I would run as slave listening to Proxmox Master, shutting down earlier und Proxmox after with some buffer not to loose host.

Does that work this way?
 
Edit: I will prefer to run QNAP as NUT server.
For all who look for how that works for Proxmox client:

Code:
sudo apt-get install nut-client

sudo nano /etc/nut/nut.conf
MODE=netclient

sudo nano /etc/nut/upsmon.conf

MONITOR qnapups@192.168.xxx.xxx 1 upsremote 123456 slave

sudo systemctl restart nut-client.service
sudo systemctl restart nut-monitor.service

upsc qnapups@192.168.xxx.xxx