So one of the last little bits of getting my production XS system 100% perfect is to get some sort of UPS integrated. I figured this would be a good learning experience for others in the future so I thought I would document my questions and final procedures here on ML. Some of this is going to be because of my limited Linux experience, I think.
I had purchased an Eaton UPS, but I bought (all me, I was warned) the one that does not support network connectivity. So, I switched back to the older APC unit I had that does indeed have a network card.
QUESTION 1: does apcupsd work with brands other than just APC? If not are there similar products that will work with other brands?
I found the following article that describes how to set this up.
https://pantsmanuk.org/2015/04/apcupsd-running-on-citrix-xenserver-7-0/
The directions are basically the same for 6.5 and 7 with some small differences you will see at the start of the article, the first of which I already have a question about!
It says
Also, in Xenserver 7, you need the rpm package for Centos7 available here:
https://pkgs.org/centos-7/epel-x86_64/apcupsd-3.14.12-1.el7.x86_64.rpm.html”
Do I use wget to get that? How to I "use" that rpm package?
The directions for 6.5 say to enter
wget http://pkgs.repoforge.org/apcupsd/apcupsd-3.14.10-1.el5.rf.x86_64.rpm
So I guess I am a little confused as the the differences in the two things. (AKA, why does the version 7 one have an .HTML at the end.)