User Tools

Site Tools


computing:linux:ups:cyberpower

Differences

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

Link to this comparison view

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://www.cyberpowersystems.com http://www.cyberpowersystems.com
  
-===== CyberPower PowerPanel for Linux =====+===== PowerPanel Business 4 Linux =====
  
-:!PowerPanel e-mail alerts use the ''mail'' command This will not work on XenServer and many other boxes, at least not without additional tweaking.  Don't enable mail alerts without first dealing with the ''mail'' command.+**Download**https://www.cyberpowersystems.com/product/software/power-panel-business/powerpanel-business-4-7-0-linux/
  
-See also: **[[networking:linux:postfix_smarthost|Postfix Authenticated Smarthost]]** +**Manual**: https://dl4jz3rbrsfum.cloudfront.net/documents/CyberPower-UM-PPB-447.pdf
- +
-See also**[[networking:linux:ssmtp|SSMTP]]**+
  
 ==== Installation ==== ==== Installation ====
  
-Connect the included USB cable to UPS.  You may have problems getting it to work with the serial cable.+:!: Tested with XCP-ng 8.2 and a CyberPower CPS1500AVR UPS.
  
-=== RPM ===+:!: Connect the included USB or serial cable to UPS.
  
-:!: Tested with SME Server 8 and a CyberPower CP900AVR UPS.+:!: We use the **Local** version for single servers with USB or serial cable connected UPSs.
  
 <file> <file>
-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 
 +./ppb470-linux-x86_x64.sh
 </file> </file>
  
-=== 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:+
  
 <file> <file>
-wget http://www.cyberpowersystems.com/software/powerpanel_1.2_i386.tar.gz+systemctl status ppbed.service 
 +systemctl status ppbwd.service
 </file> </file>
  
-Unpack and install:+==== Access ====
  
-<file> +Default credentials:
-tar -xzvf powerpanel-1.1.tar.gz +
-cd powerpanel-1.1 +
-./install.sh +
-</file>+
  
-==== Check Communications ====+^Username ^Password 
 +|admin    |admin     |
  
-<file> +Use a web browser from a workstation:
-pwrstat -status +
-pwrstat -config +
-</file>+
  
-Verify startup: +**http://ip.of.linux.svr:3052**
- +
-<file> +
-chkconfig --list |grep pwr +
-</file> +
- +
-For SME Server only which uses runlevel 7: +
- +
-<file> +
-ln -s /etc/rc.d/init.d/pwrstatd /etc/rc7.d/S93pwrstatd +
-</file>+
  
 ==== Configuration ==== ==== Configuration ====
computing/linux/ups/cyberpower.1441118671.txt.gz · Last modified: 2015/09/01 08:44 by gcooper