Differences between revisions 2 and 3
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
To install this, sudo access, or the help of nmrhelp, is needed. These the steps: To install this, sudo access, or the help of nmrhelp, is needed. These are the steps:
Line 56: Line 56:

APC UPS Battery-Backed Power Supply Monitor for CentOS

The APC Smart-UPS battery-backup devices in the lab support using a daemon, running on CentosOS, which monitors the power-state of the UPS, and if there is a power failure, and the battery is getting close to empty, it will initiate an automatic shutdown. This shutdown won't of course 'save' any open docs you might have, but it will 'cleanly' shutdown the computer, which can prevent the corruption of the hard disk if power to the computer were to otherwise just turn off when the battery drains.

To install this, sudo access, or the help of nmrhelp, is needed. These are the steps:

BUILD SOURCE

goto: http://www.apcupsd.org/

get source code and build, note that --enable-usb must be included

./configure --enable-usb make make install

EDIT CONFIG

edit /etc/apcupsd/apcupsd.conf and set the following fields:

UPSCABLE usb

UPSTYPE usb DEVICE

note that 'DEVICE' is empty. you could also optionally set:

UPSNAME TERRIER-APC-UPS

FIRST-TIME START AND CHECK

sudo /etc/rc.d/init.d/apcupsd start

/sbin/apcaccess

in the output of apcaccess, make sure 'STATUS' is ONLINE, confirming USB connection.

the start command is only necessary after first-time install. or you can just reboot the system, and just run /sbin/apcaccess to confirm that apcupsd is actually running.

TEST

Open a terminal, then unplug the power cord from the UPS. You should see this message on the terminal:

Broadcast message from root@terrier (Thu Apr 16 17:25:25 2015):

Power failure on UPS TERRIER-APC-UPS. Running on batteries.

You should see other messages as the battery slowly drains...

If you plugin the power cord, you should see:

Broadcast message from root@terrier (Thu Apr 16 17:24:36 2015):

Power has returned on UPS TERRIER-APC-UPS...

BIOS

Independent from this UPS thing, you should also configure the BIOS (press F2 on power-up) to set the Power Options to turn on after a power failure. Otherwise, when power is restored, you'd have to manually press the power-on button on your computer.

FreeSurferWiki/APCUPSD (last edited 2021-05-03 08:04:57 by DevaniCordero)