Tim Dawson
2017-Jun-21 15:26 UTC
[Nut-upsdev] Proposed new documentation "Configuration Examples"
My thought of #2 require none of that . . . I have a server with two supplies, and two UPS units. One supply is on each UPS, and clients are distributed otherwise to balance. The main thing is to ensure that it is documented accurately how to config so that the server only shuts down when the *second* unit hits low battery . . . I found the info on this topic almost nonexistent at present . . . - Tim On June 21, 2017 4:38:53 AM CDT, Roger Price <roger at rogerprice.org> wrote:>On Tue, 13 Jun 2017, Tim Dawson wrote: > >> Allow me to suggest a couple more sample configs: 1) Server as UPS >> controller with clients that are also on UPS, considering shutdown >> sequencing and > >It would be good to add this, but I lack the depth of understanding >needed >to write a tutorial. For example I do not understand the "magic" of >shutdown sequencing. > >> 2) Multi power supply server with multiple UPS (with or without >> clients). > >A tutorial to cover this needs to talk about cabling, automatic >transfer >switches, the management of possibly brutal phase shifting and other >electrical engineering problems as well as the nut configuration. It's >an >interesting subject, but well beyond my experience. > >If you would like to draft a chapter, I would be happy to include it. >A >simple ascii file with no formatting or markup is sufficient. > >Roger > > >_______________________________________________ >Nut-upsdev mailing list >Nut-upsdev at lists.alioth.debian.org >http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsdev-- Sent from my Android device with K-9 Mail. Please excuse my brevity. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20170621/b6d7075e/attachment.html>
Jim Klimov
2017-Jun-21 16:04 UTC
[Nut-upsdev] Proposed new documentation "Configuration Examples"
On June 21, 2017 5:26:47 PM GMT+02:00, Tim Dawson <tadawson at tpcsvc.com> wrote:>My thought of #2 require none of that . . . I have a server with two >supplies, and two UPS units. One supply is on each UPS, and clients are >distributed otherwise to balance. The main thing is to ensure that it >is documented accurately how to config so that the server only shuts >down when the *second* unit hits low battery . . . I found the info on >this topic almost nonexistent at present . . . > >- Tim > >On June 21, 2017 4:38:53 AM CDT, Roger Price <roger at rogerprice.org> >wrote: >>On Tue, 13 Jun 2017, Tim Dawson wrote: >> >>> Allow me to suggest a couple more sample configs: 1) Server as UPS >>> controller with clients that are also on UPS, considering shutdown >>> sequencing and >> >>It would be good to add this, but I lack the depth of understanding >>needed >>to write a tutorial. For example I do not understand the "magic" of >>shutdown sequencing. >> >>> 2) Multi power supply server with multiple UPS (with or without >>> clients). >> >>A tutorial to cover this needs to talk about cabling, automatic >>transfer >>switches, the management of possibly brutal phase shifting and other >>electrical engineering problems as well as the nut configuration. >It's >>an >>interesting subject, but well beyond my experience. >> >>If you would like to draft a chapter, I would be happy to include it. >>A >>simple ascii file with no formatting or markup is sufficient. >> >>Roger >> >> >>_______________________________________________ >>Nut-upsdev mailing list >>Nut-upsdev at lists.alioth.debian.org >>http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsdevThat example is rather simple and is covered in original NUT docs and/or example config-file comments. Set up two driver sections in ups.conf, and an upsmon with two MONITOR entries powering one PSU each, and a single required power supply. That's about it. Jim -- Typos courtesy of K-9 Mail on my Redmi Android
Roger Price
2017-Jun-23 15:25 UTC
[Nut-upsdev] Proposed new documentation "Configuration Examples"
On Wed, 21 Jun 2017, Jim Klimov wrote:> On June 21, 2017 5:26:47 PM GMT+02:00, Tim Dawson <tadawson at tpcsvc.com> wrote: >> My thought of #2 require none of that . . . I have a server with two >> supplies, and two UPS units. One supply is on each UPS, and clients are >> distributed otherwise to balance. The main thing is to ensure that it >> is documented accurately how to config so that the server only shuts >> down when the *second* unit hits low battery . . . I found the info on >> this topic almost nonexistent at present . . .> That example is rather simple and is covered in original NUT docs and/or > example config-file comments. Set up two driver sections in ups.conf, > and an upsmon with two MONITOR entries powering one PSU each, and a > single required power supply. That's about it.I added a short chapter 3 to cover what I understand is the configuration. http://rogerprice.org/NUT/ConfigExamples.A5.pdf#section.3 The source material was the User Manual 6.5. Typical setups for big servers with UPS redundancy http://networkupstools.org/docs/user-manual.chunked/ar01s06.html#BigServers and http://www.susaaland.dk/sharedoc/nut-2.0.3/docs/big-servers.txt but I chose one UPS per server power inlet to avoid any discussion of cabling topology. Roger