IPMI: Difference between revisions

From ArchWiki
(add internal link)
(add Japanese page link.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:System administration]]
[[Category:System administration]]
[[es:IPMI]]
[[es:IPMI]]
[[ja:IPMI]]
[[zh-hans:IPMI]]
[[zh-hans:IPMI]]
[[w:Intelligent Platform Management Interface|Intelligent Platform Management Interface]] (IPMI) is a set of computer interface specifications for an autonomous computer subsystem that provides management and monitoring capabilities independently of the host system's CPU, firmware (BIOS or [[UEFI]]) and operating system.
[[w:Intelligent Platform Management Interface|Intelligent Platform Management Interface]] (IPMI) is a set of computer interface specifications for an autonomous computer subsystem that provides management and monitoring capabilities independently of the host system's CPU, firmware (BIOS or [[UEFI]]) and operating system.
Line 11: Line 12:
* {{App|ipmitool|Command-line interface to IPMI-enabled devices.|https://github.com/ipmitool/ipmitool|{{Pkg|ipmitool}}}}
* {{App|ipmitool|Command-line interface to IPMI-enabled devices.|https://github.com/ipmitool/ipmitool|{{Pkg|ipmitool}}}}
* {{App|ipmiview|Supermicro IPMI tool.|https://www.supermicro.com/products/nfo/ipmi.cfm|{{AUR|ipmiview}}}}
* {{App|ipmiview|Supermicro IPMI tool.|https://www.supermicro.com/products/nfo/ipmi.cfm|{{AUR|ipmiview}}}}
* {{App|ipmicfg|Supermicro IPMI configuration tool.|https://www.supermicro.com/en/solutions/management-software/ipmi-utilities|{{AUR|ipmicfg}}}}


== Firmware ==
== Firmware ==


To update bmc firmware on Supermicro servers, you can use {{AUR|supermicro-update-manager}}.
To update the [[Wikipedia:Baseboard Management Controller|Baseboard Management Controller]] firmware on Supermicro servers, you can use {{AUR|supermicro-update-manager}}.


== See also ==
== See also ==


* [[Wikipedia:out-of-band management]]
* [[Wikipedia:out-of-band management]]

Latest revision as of 01:13, 17 April 2023

Intelligent Platform Management Interface (IPMI) is a set of computer interface specifications for an autonomous computer subsystem that provides management and monitoring capabilities independently of the host system's CPU, firmware (BIOS or UEFI) and operating system.

Arch Linux has the following IPMI-related packages:

  • freeipmi — Sensor monitoring, system event monitoring, power control, and serial-over-LAN (SOL).
https://www.gnu.org/software/freeipmi/ || freeipmi
  • openipmi — Full-function IPMI (Intelligent Platform Management Interface) system.
http://openipmi.sourceforge.net/ || openipmi
  • ipmiutil — A simple program that lists results from the hardware detection library.
https://sourceforge.net/projects/ipmiutil/ || ipmiutilAUR
  • ipmitool — Command-line interface to IPMI-enabled devices.
https://github.com/ipmitool/ipmitool || ipmitool
  • ipmiview — Supermicro IPMI tool.
https://www.supermicro.com/products/nfo/ipmi.cfm || ipmiviewAUR
  • ipmicfg — Supermicro IPMI configuration tool.
https://www.supermicro.com/en/solutions/management-software/ipmi-utilities || ipmicfgAUR

Firmware

To update the Baseboard Management Controller firmware on Supermicro servers, you can use supermicro-update-managerAUR.

See also