Skip to content

Installation

Requirements

  • Python 3.9 or later
  • requests — installed automatically
  • ipmitool system binary — only needed for IPMI commands
  • racadm system binary — only needed for Dell RACADM commands

Install bmctools

Terminal window
pip install bmctools

Optional System Dependencies

ipmitool

Required only for bmctools ipmi commands or the IpmiTool Python class.

Terminal window
sudo apt-get install ipmitool

racadm

Required only for bmctools racadm commands. Download from Dell’s support site.


Docker

A pre-built Dockerfile is included that bundles bmctools with ipmitool and racadm:

Terminal window
cd bmctools
docker build -t bmctools .
docker run --rm bmctools bmctools --help

Verify Installation

Terminal window
bmctools --version