Dell r730XD ipmi adjust fan speed
Posted: Sat Jan 03, 2026 3:42 pm
enable ipmi in iDRAC -> network
login and password is iDRAC credentials
enable fan speed
adjust fan speed
fan speed 80%
fan speed 50%
fan speed 20%
fan speed 15%
fan speed 10%
decimal to hexidecimal converter
https://www.rapidtables.com/convert/num ... .html?x=10
if you receive the following error
Get Session Challenge command failed
Error: Unable to establish LAN session
Error: Unable to establish IPMI v1.5 / RMCP session
replace
with
login and password is iDRAC credentials
enable fan speed
Code: Select all
sudo ipmitool -I lanplus -H 192.168.1.5 -U zemerdon -P passwordhere raw 0x30 0x30 0x01 0x00fan speed 80%
Code: Select all
sudo ipmitool -I lanplus -H 192.168.1.5 -U zemerdon -P passwordhere raw 0x30 0x30 0x02 0xff 0x50Code: Select all
sudo ipmitool -I lanplus -H 192.168.1.5 -U zemerdon -P passwordhere raw 0x30 0x30 0x02 0xff 0x32Code: Select all
sudo ipmitool -I lanplus -H 192.168.1.5 -U zemerdon -P passwordhere raw 0x30 0x30 0x02 0xff 0x14Code: Select all
sudo ipmitool -I lanplus -H 192.168.1.5 -U zemerdon -P passwordhere raw 0x30 0x30 0x02 0xff 0x0FCode: Select all
sudo ipmitool -I lanplus -H 192.168.1.5 -U zemerdon -P passwordhere raw 0x30 0x30 0x02 0xff 0x0Ahttps://www.rapidtables.com/convert/num ... .html?x=10
if you receive the following error
Get Session Challenge command failed
Error: Unable to establish LAN session
Error: Unable to establish IPMI v1.5 / RMCP session
replace
Code: Select all
sudo ipmitool -I lanCode: Select all
sudo ipmitool -I lanplus