freeipmi

Manage and monitor servers via IPMI (Intelligent Platform Management Interface)

brewmacoslinux
Try with needOr install directly
Source

About

In-band and out-of-band IPMI (v1.5/2.0) software

Commands

ipmipoweripmisetipmigetbmc-infobmc-deviceipmi-chassisipmi-chassis-configipmi-fruipmi-selipmi-sensorsipmi-petipmi-rawipmi-config

Examples

check server power status remotely$ ipmipower --host 192.168.1.100 --username admin --password secret --status
reboot a server without SSH access$ ipmipower --host 192.168.1.100 --username admin --password secret --cycle
read server temperature and sensor data$ ipmi-sensors --host 192.168.1.100 --username admin --password secret
view hardware information and BMC details$ bmc-info --host 192.168.1.100 --username admin --password secret
retrieve event log from server BMC$ ipmi-sel --host 192.168.1.100 --username admin --password secret