Difference between revisions of "UPS Handling with NUT"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
{{!}}} | {{!}}} | ||
[https://networkupstools.org/index.html Network UPS Tools] | [https://networkupstools.org/index.html Network UPS Tools] | ||
= Configure NUT = | = Configure NUT = |
Revision as of 22:34, 9 April 2022
11 (bullseye) |
|
As always... | |
---|---|
Start with: |
|
Configure NUT
Select your mode
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 |
See the nut.conf documentation for more details.
Managing NUT
The usual:
sudo service nut-server [start|stop|restart|status]
Client commands:
upsc cyberpower
upscmd -l cyberpower
upsrw cyberpower
nut-scanner
further Usage Concepts
NUT gives lots of options.
Things like:
- Cleanly shutting down all of the VMs on a server & the server itself too.
- Sending notifications about power issues.
- Managing redundant UPSs on your system.
- etc...