Difference between revisions of "UPS Handling with NUT"
Jump to navigation
Jump to search
Tag: Reverted |
|||
| Line 22: | Line 22: | ||
= Install & Configure NUT = | = Install & Configure NUT = | ||
* <code>sudo apt install nut</code> | |||
== Select your mode == | == Select your mode == | ||
Revision as of 10:37, 15 May 2022
| 11 (bullseye) |
|
| As always... | |
|---|---|
|
Start with: |
|
Install & Configure NUT
sudo apt install nut
Select your mode
| none | Disable automatic startup of NUT | |
| standalone | This MODE is for local only configuration | Standalone NUT usage |
| netserver | This MODE is open to the network. (A NUT server) | Setting up a NUT Server |
| netclient | This MODE is for client machines that will access a NUT server | Setting up a NUT Client |
See the nut.conf documentation for more details.
Managing NUT
The usual:
sudo service nut-server [start|stop|restart|status]
Client commands:
upsc cyberpowerupscmd -l cyberpowerupsrw cyberpowernut-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...