User Tools

Site Tools


apcupsd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
apcupsd [2009/08/26 09:12] 172.26.0.166apcupsd [2009/10/13 05:48] 172.26.0.166
Line 2: Line 2:
  
 The HPC's head node is connected to an APC battery backup unit which has a USB cable that can be used for monitoring power status. The [[http://www.apcupsd.org|APC UPS Daemon]] is configured on the server to monitor for power interuptions and notify the computer of the status.  If power is off too long it can instruct the computer to shut down. The HPC's head node is connected to an APC battery backup unit which has a USB cable that can be used for monitoring power status. The [[http://www.apcupsd.org|APC UPS Daemon]] is configured on the server to monitor for power interuptions and notify the computer of the status.  If power is off too long it can instruct the computer to shut down.
 +
 +===== Installation =====
 +
 +Download an RPM from here: http://sourceforge.net/projects/apcupsd/files/
 +
 +Test the rpm:
 +<code># rpm -vv --test -i ~alan/src/apcupsd-multimon-3.14.7-1.el5.x86_64.rpm</code>
 +If everything looks good, install:
 +<code># rpm -i ~alan/src/apcupsd-multimon-3.14.7-1.el5.x86_64.rpm
 +# rpm -ql apcupsd-multimon
 +/etc/apcupsd
 +/etc/apcupsd/apcupsd.css
 +/etc/apcupsd/hosts.conf
 +/etc/apcupsd/multimon.conf
 +/var/www/cgi-bin
 +/var/www/cgi-bin/multimon.cgi
 +/var/www/cgi-bin/upsfstats.cgi
 +/var/www/cgi-bin/upsimage.cgi
 +/var/www/cgi-bin/upsstats.cgi</code>
 +
 ===== Configuration ===== ===== Configuration =====
  
apcupsd.txt · Last modified: 2011/09/02 12:42 by aorth