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 [2021/12/14 12:57] gcooper |
computing:linux:ups:cyberpower [2023/05/10 14:02] (current) gcooper |
||
---|---|---|---|
Line 6: | Line 6: | ||
**Download**: | **Download**: | ||
+ | |||
+ | **Manual**: https:// | ||
==== Installation ==== | ==== Installation ==== | ||
Line 12: | Line 14: | ||
:!: Connect the included USB or serial cable to UPS. | :!: Connect the included USB or serial cable to UPS. | ||
+ | |||
+ | :!: We use the **Local** version for single servers with USB or serial cable connected UPSs. | ||
< | < | ||
- | wget https:// | + | wget https:// |
chmod +x ppb470-linux-x86_x64.sh | chmod +x ppb470-linux-x86_x64.sh | ||
./ | ./ | ||
</ | </ | ||
- | ==== Check Communications ==== | + | Check that services started: |
< | < | ||
- | pwrstat -status | + | systemctl |
- | pwrstat -config | + | systemctl status ppbwd.service |
</ | </ | ||
- | Verify startup: | + | ==== Access ==== |
- | < | + | Default credentials: |
- | chkconfig --list |grep pwr | + | |
- | </ | + | |
- | For SME Server only which uses runlevel 7: | + | ^Username ^Password |
+ | |admin | ||
- | < | + | Use a web browser from a workstation: |
- | ln -s /etc/rc.d/init.d/pwrstatd /etc/rc7.d/ | + | |
- | </ | + | **http://ip.of.linux.svr:3052** |
==== Configuration ==== | ==== Configuration ==== |