Skip to main content

FRU Tool is a command-line utility for generating and converting IPMI FRU binary data files.

Description

Every modern component of a computer or electronic equipment, commonly referred to as a Field Replaceable Unit or FRU, contains a memory block that stores the inventory information of that component. This includes the manufacturer’s name, product name, manufacture date, serial numbers and other details that help identify the component.

The Intel FRU Information Storage for IPMI specification defines the standard format that devices are expected to conform to within their FRU areas. Each component vendor populates the FRU area during their manufacturing process and all FRU areas are easily accessible via IPMI.

The OEM FRU storage feature of Dell EMC PowerEdge servers is an additional FRU area that allows OEM customers, who use Dell EMC servers as a component of their solution, to include their own tracking information in the FRU storage area. This can be loaded into the server during factory deployment and can be accessed when the information is required during troubleshooting or support. This allows the OEM customers to store their own part numbers and inventory information within the server, enabling them to track their solutions in their internal management systems. This is similar to the way Dell EMC servers use the standard FRU areas to store tracking information such as service tags and manufacture date and use that information when having to identify and support those systems once in the field.

Considering that the FRU area is a binary payload, it is not trivial to build the content structure by hand. To simplify the effort for OEM customers, this Python tool is provided to speed up the process of creating the payload.

While FRU Tool was specifically authored to support this OEM use case, it conforms to Intel’s specification and can be used to build the FRU structure for any device.

Prerequisites

FRU Tool is tested with Python 3.8 and higher.

In order to write, read, or edit the OEM FRU storage area on the target server, the open source IPMItool utility or equivalent is required. This utility can be installed on Linux distributions by using the built-in package manager such as yum or apt-get. Dell EMC provides a Windows version which can be found in the Driver and Downloads section for any PowerEdge server on Dell EMC Support under the Systems Management section. It is contained in the package named Dell OpenManage BMC Utility which can also be found on Google by searching for the package by name. For documentation on IPMItool, search for ‘man ipmitool’ on Google.

Installation

Installation is as simple as running python -m pip install fru.

Usage Instructions

FRU Tool includes a CLI named frutool. It can be run using either of these methods, depending on how your paths are configured:

frutool

python -m fru

These are equivalent commands. For convenience, the commands below run as frutool.

Generate a sample text file

To create a complete – but empty – text file, run the frutool sample command:

frutool sample EDITABLE.txt

(Change EDITABLE.txt to whatever filename matches your needs.)

You can then open the text file in any editor and edit its contents. Note that the file format is TOML; basic format instructions are included as comments at the top of the sample file.

Convert a binary FRU file to text

To convert a binary FRU file to an editable text file, run the frutool dump command:

frutool dump FRU.bin EDITABLE.txt

(Change FRU.bin and EDITABLE.txt to whatever filenames match your needs.)

You can then review and edit the text file.

Convert a text file to a binary FRU file

To convert a text file to binary FRU file, run the frutool generate command:

frutool generate EDITABLE.txt FRU.bin

(Change EDITABLE.txt and FRU.bin to whatever filenames match your needs.)

You can then write the binary FRU file to the hardware system using ipmitool:

ipmitool -I lanplus -H $IP_ADDRESS -U root -P password fru write FRU.bin

Detailed usage information and use cases for the OEM FRU feature can be found in the Dell OEM FRU Whitepaper.

Contribution

In order to contribute, feel free to fork the project and submit a pull request with all your changes and a description on what was added or removed and why. If approved, the project owners will merge it.

Licensing

FRU Tool is freely distributed under the MIT License.

Support

Please file bugs and issues on the GitHub issues page for this project. The code and documentation are released with no warranties or SLAs and are intended to be supported through a community driven process.

Release files for fru 4.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for fru 4.1.0
File Size Uploaded
fru-4.1.0.tar.gz 14.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for fru 4.1.0
File Interpreter ABI Platform
fru-4.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 28.9 kB

Release files / fru-4.1.0.tar.gz

Download URL fru-4.1.0.tar.gz
Size 14.1 kB
Tags Source
SHA-256 checksum
How to use checksums
62a6e823fb444e5d3c047c1be7ee537e7aedfe5981f073b6c03d3ad4137e2156
BLAKE2b-256 checksum
How to use checksums
305b42b9ab0c73a2c5c0425c032c51dc6dc85992e7814834ee7d3354c4423f08
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.6

Release files / fru-4.1.0-py3-none-any.whl

Download URL fru-4.1.0-py3-none-any.whl
Size 14.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
2241b0e30e61144afe2d1da5e15017dd62fa2f0b89cb1c73cfc5c0db8c67e2ec
BLAKE2b-256 checksum
How to use checksums
0835b8695e7119f55a3ff1cee345f3af537000ecc95774394a8e9d8026750f07
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.6

Release history Release notifications | RSS feed

This release

4.1.0 This release

2 release files

4.0.2

2 release files

4.0.1

2 release files

4.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page