Skip to content

Instantly share code, notes, and snippets.

@karubits
Last active February 28, 2025 16:25
Show Gist options
  • Save karubits/e12192733e1312d934768198e1644e02 to your computer and use it in GitHub Desktop.
Save karubits/e12192733e1312d934768198e1644e02 to your computer and use it in GitHub Desktop.
Install racadm (Dell iDrac Tools) on Ubuntu/Debian
cd /tmp/
wget --user-agent="Mozilla" https://dl.dell.com/FOLDER09667202M/1/Dell-iDRACTools-Web-LX-11.1.0.0-5294_A00.tar.gz
tar -xvf Dell-iDRACTools-Web-LX-11.1.0.0-5294_A00.tar.gz
cd iDRACTools/racadm/UBUNTU22/x86_64
sudo dpkg -i *.deb # there are multiple debs
# Use racadm to get started.
sudo racadm
@nerdCopter
Copy link

prereq: sudo apt install libargtable2-0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment