I've never seen a Linux server I admin. How can I find out if it has IPMI of some sort installed?
I tried answering my own question by installing ipmitool:
Setting up ipmitool (1.8.9-2) ...
Starting IPMI event daemon ipmievdipmievd: using pidfile /var/run/ipmievd.pid0
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory
Unable to open interface
failed!
invoke-rc.d: initscript ipmievd, action "start" failed.
was the answer. Can I find out what the ISP uses to remote-control the server or how the ISP probably hooked it into their remote-management HTML panel?
From FreeIPMI's FAQ section: 7. Does my system support IPMI?.
If it's Red Hat, just do
rpm -qa|grep ipmi
. OpenIPMI would be the most likely install, or one of the proprietary ones (like hpIPMI). There should be an equivalent command on.deb
systems and Solaris boxes as well.