# Installer ipmiutil avec Homebrew, apk, apt, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ipmiutil pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ipmiutil
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add ipmiutil
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:ipmiutil
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/ipmiutil>
- **Version:** 3.2.2
- **Résumé source:** IPMI server management utility
- **Page d'accueil:** <https://ipmiutil.sourceforge.net/>
- **Dépôt:** <https://github.com/arcress0/ipmiutil>
- **Docs amont:** <https://github.com/arcress0/ipmiutil#readme>
- **Licence:** BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-or-later
- **Archive source:** <https://downloads.sourceforge.net/project/ipmiutil/ipmiutil-3.2.2.tar.gz>
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- 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 (alias)
- iconfig (alias)
- idiscover (alias)
- ievents (alias)
- ifirewall (alias)
- ifru (alias)
- ifwum (alias)
- igetevent (alias)
- ihealth (alias)
- ihpm (alias)
- ilan (alias)
- ipicmg (alias)
- ipmi_port (alias)
- ipmiutil (alias)
- ireset (alias)
- isel (alias)
- iseltime (alias)
- isensor (alias)
- iserial (alias)
- isol (alias)
- iuser (alias)
- iwdt (alias)

## Dépendances de compilation

- autoconf
- automake
- libtool

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 3.2.2
- données locales: OK
- dépôt amont: https://ipmiutil.sourceforge.net/
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- 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.


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- 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
## Détails de la base source

- **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

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

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


## Sources

- 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
