mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
- Fix FRU reading for large (>255 bytes) areas. - Overhaul to ipmievd to support SEL polling in addition to OpenIPMI. - Fix LAN parameter segfault when no Ciphers supported by BMC. (Closes: #306806) - Fix IPMIv2 support on Intel v2 BMCs (use -o intelplus). - Separate option parsing code from main ipmitool source file. - Add raw I2C support with IPMI Master Read-Write command. * Correct the upstream URL in debian/changelog to the current one. * Suggest package openipmi. (Closes: #305629)
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
Source: ipmitool
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Petter Reinholdtsen <pere@debian.org>
|
|
Uploaders: Duncan Laurie <duncan@iceblink.org>
|
|
Build-Depends: debhelper (>> 4.0.0),
|
|
Standards-Version: 3.6.1
|
|
|
|
Package: ipmitool
|
|
Architecture: i386 amd64
|
|
Depends: ${shlibs:Depends}
|
|
Suggest: openipmi
|
|
Description: utility for IPMI control with kernel driver or LAN interface
|
|
A utility for managing and configuring devices that support the
|
|
Intelligent Platform Management Interface. IPMI is an open standard
|
|
for monitoring, logging, recovery, inventory, and control of hardware
|
|
that is implemented independent of the main CPU, BIOS, and OS. The
|
|
service processor (or Baseboard Management Controller, BMC) is the
|
|
brain behind platform management and its primary purpose is to handle
|
|
the autonomous sensor monitoring and event logging features.
|
|
.
|
|
The ipmitool program provides a simple command-line interface to this
|
|
BMC. It features the ability to read the sensor data repository
|
|
(SDR) and print sensor values, display the contents of the System
|
|
Event Log (SEL), print Field Replaceable Unit (FRU) inventory
|
|
information, read and set LAN configuration parameters, and perform
|
|
remote chassis power control.
|
|
|