Final Piece to NAS

Maybe a few more tiny things, but I got all the stuff I need to go in to production for my NAS.  The last piece I got was the UPS.  I purchased the CyberPower 1325VA which is the model LX1325GU.

CentOS 7 is still running on this box and I was able to install nut and run nut-scanner

[nutdev1]
driver = "usbhid-ups"
port = "auto"
vendorid = "0764"
productid = "0501"
product = "LX1325GU"
serial = "XXXXX1234567"
vendor = "CPS"
bus = "002"

I placed this config in /etc/ups/ups.conf

Serial number in this post has been changed

In /etc/ups/nut.conf

I made

MODE=standalone

In /etc/ups/upsd.conf I appended

ACL all 0.0.0.0/0
ACL localhost 127.0.0.1/32
ACCEPT localhost
REJECT all

Ran the standard commands

  systemctl enable nut-monitor.service
  systemctl enable nut-server.service
  systemctl start nut-server.service
  systemctl start nut-monitor.service

Then I could run commands

upscmd

And list settings

upsc nutdev1

Create a user in  /etc/ups/upsd.users

[local_mon]
password = secretpass
allowfrom = localhost
upsmon master

OK there are some stuff there still should be done while I am posting this but I got other stuff to do so maybe will finish tomorrow.

I looked up the run times on this site

https://www.cyberpowersystems.com/tools/runtimes/

  • At 100W I should get an hour (unrealistic)
  • At 200W I should get 27 minutes (that is being hopeful)
  • At 300W I should get 15 minutes (a little low but this is what I should target_
  • At 400W I should get 11 minutes (really low)

Also the width of this unit plus the server fits in this area I am targeting.

lsusb produces

Bus 002 Device 003: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS

Which kind of matches this

https://networkupstools.org/ddl/Cyber_Power_Systems/CP1500AVRLCD.html

Anyway swam today for my workout, son got his braces, and fixed the light switch.

Kind of productive day

Weight: 274.2

This entry was posted in New Toys, Technical, Training, Weigh In. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.