Difference between revisions of "UPS Handling with NUT"
Jump to navigation
Jump to search
Tag: Undo |
|||
(35 intermediate revisions by the same user not shown) | |||
Line 21: | Line 21: | ||
[https://networkupstools.org/index.html Network UPS Tools] | [https://networkupstools.org/index.html Network UPS Tools] | ||
= Install | = Install & Configure NUT = | ||
== Select your mode == | == Select your mode == | ||
{{{!}} class="wikitable" style="border-collapse: collapse; width: 735.333px;" | {{{!}} class="wikitable" style="border-collapse: collapse; width: 735.333px;" | ||
Line 36: | Line 29: | ||
{{!}}- | {{!}}- | ||
{{!}} style="width: 90.175px;" {{!}} '''none''' | {{!}} style="width: 90.175px;" {{!}} '''none''' | ||
{{!}} style="width: | {{!}} style="width: 400.15px;" {{!}} Disable automatic startup of NUT | ||
Disable automatic startup of NUT | {{!}} | ||
{{!}}- | {{!}}- | ||
{{!}} style="width: 90.175px;" {{!}} '''standalone''' | {{!}} style="width: 90.175px;" {{!}} '''standalone''' | ||
{{!}} style="width: | {{!}} style="width: 400.15px;" {{!}} This MODE is for local only configuration | ||
{{!}} [[Standalone NUT usage]] | |||
{{!}}- | {{!}}- | ||
{{!}} style="width: 90.175px;" {{!}} '''netserver''' | {{!}} style="width: 90.175px;" {{!}} '''netserver''' | ||
{{!}} style="width: | {{!}} style="width: 400.15px;" {{!}} This MODE is open to the network. (A NUT server) | ||
{{!}} [[Setting up a NUT Server]] | |||
{{!}}- | {{!}}- | ||
{{!}} style="width: 90.175px;" {{!}} '''netclient''' | {{!}} style="width: 90.175px;" {{!}} '''netclient''' | ||
{{!}} style="width: | {{!}} style="width: 400.15px;" {{!}} This MODE is for client machines that will access a NUT server | ||
{{!}}}<p class="mwt-heading">See [https://networkupstools.org/docs/man/nut.conf.html the nut.conf documentation] for more details.</p> | {{!}} [[Setting up a NUT Client]] | ||
{{!}}} | |||
<p class="mwt-heading">See [https://networkupstools.org/docs/man/nut.conf.html the nut.conf documentation] for more details.</p> | |||
* [[Using NUT with pfSense]] | |||
* [[Using NUT to gracefully shut down ESXi]] | |||
= Managing NUT = | |||
The usual: | |||
* <code>sudo service nut-server ['''start'''{{!}}'''stop'''{{!}}'''restart'''{{!}}'''status''']</code> | |||
Client commands: | |||
* <code>upsc '''cyberpower'''</code> | |||
** [https://networkupstools.org/docs/man/upsc.html man page] | |||
* <code>upscmd -l '''cyberpower'''</code> | |||
** [https://networkupstools.org/docs/man/upscmd.html man page] | |||
* <code>upsrw '''cyberpower'''</code> | |||
** [https://networkupstools.org/docs/man/upsrw.html man page] | |||
* <code>nut-scanner</code> | |||
** [https://networkupstools.org/docs/man/nut-scanner.html man page] | |||
== | = 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... | |||
[[Category:IT]] | |||
[[Category:Hardware Management]] | |||
[[Category:Linux]] | |||
[[Category:WIP]] |
Latest revision as of 10:38, 15 May 2022
11 (bullseye) |
|
As always... | |
---|---|
Start with: |
|
Install & Configure 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 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...