ipmitool
provides a command-line interface to the Intelligent Platform Management
TLDR
Start the IPMI driver for local connections
SYNOPSIS
ipmitool [options] command
DESCRIPTION
ipmitool provides a command-line interface to the Intelligent Platform Management Interface (IPMI). IPMI enables out-of-band management of servers, including power control, hardware monitoring, and remote console access.
Common operations include checking sensor readings (temperatures, voltages, fan speeds), controlling power state, and accessing the serial console over the network. IPMI works independently of the main operating system.
PARAMETERS
-H HOST
Remote host IP address or hostname-U USER
Remote username-P PASSWORD
Remote password (or use -E to read from environment)-I INTERFACE
Interface type: open, lan, lanplusshell
Interactive IPMI shellsensor
Display sensor informationchassis
Chassis commands (power, status, identify)lan
Configure LAN settingsuser
User management commandssol
Serial-over-LAN commands
CAVEATS
IPMI access requires proper BMC configuration. Network access uses UDP ports 623 (IPMI) and may require firewall rules. lanplus interface provides encrypted communication. Local access requires the ipmi kernel modules.
HISTORY
IPMI was developed by Intel, HP, NEC, and Dell starting in 1998. ipmitool became the standard open-source tool for IPMI management on Linux systems, supporting both local and remote operations.
SEE ALSO
ipmi-sensors(8), ipmi-chassis(8), bmc-info(8)
