# 使用 Homebrew, apk, apt, Nix, zypper 安装 ipmiutil

查看 ipmiutil 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:ipmiutil
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ipmiutil
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add ipmiutil
```

  证据: Alpine Linux edge package indexes: ipmiutil from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install ipmiutil
```

  证据: Debian stable package indexes: ipmiutil from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#ipmiutil
```

  证据: nixpkgs package indexes: pkgs/by-name/ip/ipmiutil/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install ipmiutil
```

  证据: openSUSE Tumbleweed package metadata: ipmiutil from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## 软件包事实

- **软件包键:** brew:ipmiutil
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/ipmiutil>
- **版本:** 3.2.2
- **来源摘要:** IPMI server management utility
- **主页:** <https://ipmiutil.sourceforge.net/>
- **仓库:** <https://github.com/arcress0/ipmiutil>
- **上游文档:** <https://github.com/arcress0/ipmiutil#readme>
- **许可证:** BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-or-later
- **源码归档:** <https://downloads.sourceforge.net/project/ipmiutil/ipmiutil-3.2.2.tar.gz>
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- ialarms (cli)
- iconfig (cli)
- idiscover (cli)
- ievents (cli)
- ifirewall (cli)
- ifru (cli)
- ifwum (cli)
- igetevent (cli)
- ihealth (cli)
- ihpm (cli)
- ilan (cli)
- ipicmg (cli)
- ipmi_port (cli)
- ipmiutil (cli)
- ireset (cli)
- isel (cli)
- iseltime (cli)
- isensor (cli)
- iserial (cli)
- isol (cli)
- iuser (cli)
- iwdt (cli)
- ialarms (别名)
- iconfig (别名)
- idiscover (别名)
- ievents (别名)
- ifirewall (别名)
- ifru (别名)
- ifwum (别名)
- igetevent (别名)
- ihealth (别名)
- ihpm (别名)
- ilan (别名)
- ipicmg (别名)
- ipmi_port (别名)
- ipmiutil (别名)
- ireset (别名)
- isel (别名)
- iseltime (别名)
- isensor (别名)
- iserial (别名)
- isol (别名)
- iuser (别名)
- iwdt (别名)

## 构建依赖

- autoconf
- automake
- libtool

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 3.2.2
- 本地数据: OK
- 上游仓库: https://ipmiutil.sourceforge.net/
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

ipmiutil is a small but long-lived suite of IPMI server-management commands for administrators who need BMC access, sensor readings, event-log decoding, LAN alerting, watchdog control, and Serial-over-LAN without writing raw IPMI packets.

### 项目历史

The project began in October 2001 inside the Carrier Grade Linux effort under the name panicsel. Its first focus was practical failure handling: a Linux kernel patch that could write panic events into the IPMI firmware log, plus user-space utilities around that workflow. The User Guide records inclusion in MontaVista CGE Linux 2.1 in July 2002, OSDL CGL requirements, and later movement of panic-event functionality into OpenIPMI for Linux 2.6 kernels.

The project broadened from panic logging into a general IPMI utility suite, adding native Windows build support in January 2004, moving from panicsel.sf.net to ipmiutil.sf.net in August 2004, and adding FreeIPMI library support in November 2004. The GitHub README preserves the renamed project's positioning as an easy-to-use, cross-platform set of IPMI utilities, with driverless Linux support for boot media and embedded environments.

### 采用历史

ipmiutil's adoption story is tied to commodity server administration rather than desktop popularity. Its documentation names administrators, developers, and OEMs as target users, lists tested systems from Intel, Dell, Supermicro, Sun, Tyan, NEC, Kontron, and AMI MegaRAC, and emphasizes IPMI-compliant vendor firmware support.

Package-manager presence keeps it reachable when an operator needs an IPMI tool quickly. Homebrew packages it as ipmiutil, and the input metadata also records packages in APK, Debian, Nix, Ubuntu, and zypper ecosystems.

### 使用方式

The suite exposes many narrow commands under the ipmiutil umbrella: isensor for sensor data records and thresholds, isel for the System Event Log, ireset for power control, ilan for BMC LAN and Platform Event Filter configuration, isol for Serial-over-LAN, iwdt for watchdog handling, and related helpers for FRU data, discovery, firmware firewall, and event monitoring.

The project matters operationally because it bridges local drivers, remote LAN access, and vendor firmware oddities. The documentation describes OpenIPMI, Intel IMB, FreeBSD, Solaris, Windows, and driverless Linux access paths, plus automation scripts for checking SEL records, reserving RMCP port 623, receiving shutdown events, and resetting watchdog timers.

### 为什么软件包爱好者会关心

For package maintainers, ipmiutil is the kind of old systems tool whose value comes from breadth and portability rather than fashion. It carries a mix of C, shell, Makefile, and platform-specific build paths; supports server hardware that may be years behind ordinary user-space expectations; and overlaps with but does not simply duplicate ipmitool, FreeIPMI, and OpenIPMI.

### 时间线

- 2001: Started as panicsel in the Carrier Grade Linux effort.
- 2002: Included in MontaVista CGE Linux 2.1 and referenced by OSDL CGL requirements.
- 2004: Added Windows 2000/2003 build support, moved to the ipmiutil name, and added FreeIPMI library support.
- Linux 2.6 era: Kernel panic-event functionality moved into OpenIPMI support.
- 2026: Homebrew formula metadata packages ipmiutil 3.2.2 with macOS and Linux bottles.

### Related projects

- OpenIPMI provides Linux kernel and user-space IPMI support that ipmiutil can use and historically influenced.
- FreeIPMI and ipmitool are adjacent IPMI tooling projects with overlapping server-management use cases.
- The Service Availability Forum HPI utilities and OpenHPI are related through the HPI utility code mentioned in the ipmiutil User Guide.

### 来源

- Homebrew formula metadata supplies package-manager presence, formula naming, license, and bottle context.
- The GitHub README supplies the concise project positioning, panicsel rename note, cross-platform claims, and driverless Linux emphasis.
- The ipmiutil User Guide supplies the origin timeline, platform support, supported utilities, configuration path, IPMI driver context, tested server families, and related project notes.


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: /usr/share/ipmiutil/ipmi_if.txt
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ipmiutil
- **Version Scheme:** 0
- **Revision:** 0
- **Conflicts With:** renameutils
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

- Debian apt - ipmiutil - 3.2.1-1: normalized package name match | Debian stable package indexes: ipmiutil from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | IPMI management utilities | https://sourceforge.net/projects/ipmiutil/
- Nix - ipmiutil: normalized package name match | nixpkgs package indexes: pkgs/by-name/ip/ipmiutil/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ipmiutil - 3.1.9-3build2: normalized package name match | Ubuntu 24.04 LTS package indexes: ipmiutil from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | IPMI management utilities | https://sourceforge.net/projects/ipmiutil/
- apk - ipmiutil - 3.2.1-r0: normalized package name match | Alpine Linux edge package indexes: ipmiutil from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | IPMI Management Utilities | https://ipmiutil.sourceforge.net/
- apk - ipmiutil-dev - 3.2.1-r0: normalized package name match | Alpine Linux edge package indexes: ipmiutil-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | IPMI Management Utilities (development files) | https://ipmiutil.sourceforge.net/
- apk - ipmiutil-doc - 3.2.1-r0: normalized package name match | Alpine Linux edge package indexes: ipmiutil-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | IPMI Management Utilities (documentation) | https://ipmiutil.sourceforge.net/
- apk - ipmiutil-openrc - 3.2.1-r0: normalized package name match | Alpine Linux edge package indexes: ipmiutil-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | IPMI Management Utilities (OpenRC init scripts) | https://ipmiutil.sourceforge.net/
- zypper - ipmiutil - 3.2.2-1.2: normalized package name match | openSUSE Tumbleweed package metadata: ipmiutil from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Easy-to-use IPMI server management utilities | http://ipmiutil.sourceforge.net
- zypper - ipmiutil-devel - 3.2.2-1.2: normalized package name match | openSUSE Tumbleweed package metadata: ipmiutil-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Includes libraries and headers for the ipmiutil package | http://ipmiutil.sourceforge.net
- zypper - ipmiutil-static - 3.2.2-1.2: normalized package name match | openSUSE Tumbleweed package metadata: ipmiutil-static from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Includes static libraries for the ipmiutil package | http://ipmiutil.sourceforge.net


## 相关链接

- [Secret-risk packages](https://www.automicvault.com/zh-hans/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/zh-hans/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [autoconf](https://www.automicvault.com/zh-hans/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/zh-hans/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [libtool](https://www.automicvault.com/zh-hans/pkg/brew/libtool/) - Build dependency declared by Homebrew.
- [ipmitool](https://www.automicvault.com/zh-hans/pkg/brew/ipmitool/) - Shares av.db curated category or tags: bmc, cli, hardware-management, hardware-monitoring, ipmi.
- [freeipmi](https://www.automicvault.com/zh-hans/pkg/brew/freeipmi/) - Shares av.db curated category or tags: bmc, cli, hardware-management, ipmi, system.
- [framework-tool-tui](https://www.automicvault.com/zh-hans/pkg/brew/framework-tool-tui/) - Shares av.db curated category or tags: cli, hardware-monitoring, system.
- [lm-sensors](https://www.automicvault.com/zh-hans/pkg/brew/lm-sensors/) - Shares av.db curated category or tags: cli, hardware-monitoring, system.
- [osx-cpu-temp](https://www.automicvault.com/zh-hans/pkg/brew/osx-cpu-temp/) - Shares av.db curated category or tags: cli, hardware-monitoring, system.
- [owfs](https://www.automicvault.com/zh-hans/pkg/brew/owfs/) - Shares av.db curated category or tags: cli, hardware-monitoring, system.
- [abduco](https://www.automicvault.com/zh-hans/pkg/brew/abduco/) - Shares av.db curated category or tags: cli, system.
- [acl](https://www.automicvault.com/zh-hans/pkg/brew/acl/) - Shares av.db curated category or tags: cli, system.

## Combined YAML source

View the package source record on GitHub. [combined/ipmiutil.yml](https://github.com/automic-vault/db/blob/main/combined/ipmiutil.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
