There are already some threads on the topic. None directly targeted towards Debian Bookworm. All tinkering with repositories and dependencies.
While searching for information I came hence to the conclusion, there should be a more straightforward way. I'd herewith like to point out what can be done to get Dell iDrac Linux tools set up. That is
This is not intended to be a step by step howto. So let's fast forward to necessary steps and hints.
Also please take note there is not only forum threads here but some blogs, too, e.g. williamdes or privex.
racadm
Works in my lab environment. YMMV
Let me know if these hints were of any help. I appreciate it.
Best, Markus
While searching for information I came hence to the conclusion, there should be a more straightforward way. I'd herewith like to point out what can be done to get Dell iDrac Linux tools set up. That is
racadm and iSM - the user space iDrac Admin tool and the service providers for BS menu entries in iDrac web interface.This is not intended to be a step by step howto. So let's fast forward to necessary steps and hints.
Also please take note there is not only forum threads here but some blogs, too, e.g. williamdes or privex.
racadm
- find
Dell iDRAC Tools for Linuxin a recent version. I usedv11.3.0.0like so: Dell driver download - download to some location and un-tar
- find UBUNTU22 folder in the hierarchy and 3 deb archives inside
srvadmin-hapi_11.3.0.0_amd64.debsrvadmin-idracadm7_11.3.0.0_all.debsrvadmin-idracadm8_11.3.0.0_amd64.deb
- install
libcrypto++8andbuild-essential - use
dpkg --installand install all 3 deb archives which should just work on a Bookworm system - if you want create a symlink to the binary
ln -s /opt/dell/srvadmin/bin/idracadm7 /usr/local/bin/racadm - test with
racadm getsysinfo
- find and download iSM packages which support your server / idrac generation. For me it is 13th gen right now. Hence I resort to
iSM/5300/bullseye/pool/main/dhere: dcism - you will need both,
dcismanddcism-osc- again 2 deb archives - download to some location of your choice - you will need a openssl 1.1.1 version, too
- fetch source openssl-1.1.1o
- un-tar,
./config && make && make test && make installand runldconfig -v - be aware: in a production system you wouldn't want an openssl 1.1.1 version to be globally linkable in the system, but if this was a production system you would not use 13th gen or likely have professional Dell support anyways
- now install both deb archives and validate the dcism service starts correctly (which will be depending on a supported openssl 1.1.1 version)
- enable and see data popping up in iDrac web interface timely
Works in my lab environment. YMMV
Let me know if these hints were of any help. I appreciate it.
Best, Markus
Last edited: