Last active
February 28, 2025 16:25
-
-
Save karubits/e12192733e1312d934768198e1644e02 to your computer and use it in GitHub Desktop.
Install racadm (Dell iDrac Tools) on Ubuntu/Debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
prereq:
sudo apt install libargtable2-0