Difference between revisions of "UPS Handling with NUT"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
Line 54: Line 54:
         driver = usbhid-ups
         driver = usbhid-ups
         port = auto
         port = auto
 
(In my case, I'm setting up a [https://www.cyberpowersystems.com/product/ups/intelligent-lcd/cp1000avrlcd/ CyberPower 1000AVR])
(In my case, I'm setting up a CyberPower 1000AVR)


== Start & test ==
== Start & test ==

Revision as of 21:32, 3 February 2022

Proven on:
Logo Debian.png
11 (bullseye)


As always...

Start with:

  • sudo apt update
  • sudo apt upgrade

Network UPS Tools

Install NUT

  • sudo apt install nut

Configure NUT

Select your mode

  • sudo vi /etc/nut/nut.conf
MODE=netserver

(In my case, I've installed NUT on a VM and it'll be managing the UPS for the whole server...)

MODE options:
none

Disable automatic startup of NUT

standalone This MODE is for local only configuration
netserver This MODE is open to the network. (A NUT server)
netclient This MODE is for client machines that will access a NUT server

Select your hardware

  • sudo vi /etc/nut/ups.conf
[cyberpower]
       driver = usbhid-ups
       port = auto

(In my case, I'm setting up a CyberPower 1000AVR)

Start & test

  • sudo upsdrvctl start
  • ip a

Set up communications

  • sudo vi /etc/nut/upsd.conf
LISTEN 192.168.2.219
LISTEN 127.0.0.1 3493
LISTEN ::1 3493

Set up access

  • sudo vi /etc/nut/upsd.users
[upsmon]
       password = supersecretpassword
       upsmon master
  • sudo vi /etc/nut/upsmon.conf

MONITOR myups@192.168.2.219 1 monuser supersecretpassword master

Manage NUT

  • sudo service nut-server restart
  • sudo service nut-server status
  • upsc cyberpower
  • upscmd -l cyberpower