This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:linux:ups:cyberpower [2015/09/01 08:44] gcooper |
computing:linux:ups:cyberpower [2023/05/10 14:02] (current) gcooper |
||
---|---|---|---|
Line 3: | Line 3: | ||
http:// | http:// | ||
- | ===== CyberPower | + | ===== PowerPanel |
- | :!: PowerPanel e-mail alerts use the '' | + | **Download**: https://www.cyberpowersystems.com/ |
- | See also: **[[networking: | + | **Manual**: https:// |
- | + | ||
- | See also: **[[networking:linux: | + | |
==== Installation ==== | ==== Installation ==== | ||
- | Connect the included USB cable to UPS. You may have problems getting it to work with the serial cable. | + | :!: Tested |
- | === RPM === | + | :!: Connect the included USB or serial cable to UPS. |
- | :!: Tested | + | :!: We use the **Local** version for single servers |
< | < | ||
- | rpm -Uvh http://www.cyberpowersystems.com/software/powerpanel_123_i386.rpm | + | wget https://dl4jz3rbrsfum.cloudfront.net/software/ppb490-linux-x86_x64.sh |
+ | chmod +x ppb470-linux-x86_x64.sh | ||
+ | ./ | ||
</ | </ | ||
- | === Tar === | + | Check that services started: |
- | + | ||
- | :!: Tested with SME Server 7.3 and a CyberPower CP1500AVRT UPS. | + | |
- | + | ||
- | Download the PowerPanel software to the machine where the UPS is connected: | + | |
< | < | ||
- | wget http://www.cyberpowersystems.com/ | + | systemctl status ppbed.service |
+ | systemctl status ppbwd.service | ||
</ | </ | ||
- | Unpack and install: | + | ==== Access ==== |
- | < | + | Default credentials: |
- | tar -xzvf powerpanel-1.1.tar.gz | + | |
- | cd powerpanel-1.1 | + | |
- | ./ | + | |
- | </ | + | |
- | ==== Check Communications ==== | + | ^Username ^Password |
+ | |admin | ||
- | < | + | Use a web browser from a workstation: |
- | pwrstat -status | + | |
- | pwrstat -config | + | |
- | </ | + | |
- | Verify startup: | + | **http://ip.of.linux.svr:3052** |
- | + | ||
- | < | + | |
- | chkconfig --list |grep pwr | + | |
- | </file> | + | |
- | + | ||
- | For SME Server only which uses runlevel 7: | + | |
- | + | ||
- | < | + | |
- | ln -s /etc/rc.d/init.d/pwrstatd /etc/rc7.d/ | + | |
- | </ | + | |
==== Configuration ==== | ==== Configuration ==== |