Politicalespionage Homepage
Forum Home Forum Home > Computers > Computer tips
  New Posts New Posts RSS Feed - Dell Poweredge R610 Fan speed
  FAQ FAQ  Forum Search   Events   Register Register  Login Login


Dell Poweredge R610 Fan speed

 Post Reply Post Reply
Author
Message
reaper View Drop Down
Admin Group
Admin Group
Avatar

Joined: 27 Jan 2022
Status: Offline
Points: 326
Post Options Post Options   Thanks (0) Thanks(0)   Quote reaper Quote  Post ReplyReply Direct Link To This Post Topic: Dell Poweredge R610 Fan speed
    Posted: 30 Jan 2022 at 1:55pm
Howto: Setting the fan speed of the Dell R610/R710
Enable IPMI in iDrac
Install ipmitool on linux, win or mac os
Run the following command to issue IPMI commands: ipmitool -I lanplus -H <iDracip> -U root -P <rootpw> <command>
Enable manual/static fan speed:

raw 0x30 0x30 0x01 0x00

Set fan speed:

(Use i.e http://www.hexadecimaldictionary.com/hexadecimal/0x14/ to calculate speed from decimal to hex)

3000 RPM: raw 0x30 0x30 0x02 0xff 0x10

2160 RPM: raw 0x30 0x30 0x02 0xff 0x0a

1560 RPM: raw 0x30 0x30 0x02 0xff 0x09

Note: The RPM may differ from model to model

Disable / Return to automatic fan control:

raw 0x30 0x30 0x01 0x01

Other: List all output from IPMI

sdr elist all or full

Example of a command:

ipmitool -I lanplus -H 192.168.0.120 -U root -P calvin raw 0x30 0x30 0x02 0xff 0x10

ipmitool -I lanplus -H 192.168.0.120 -U root -P calvin raw 0x30 0x30 0x02 0xff 0x23 for 35% speed

192.168.1.125 host

192.168.0.120 IDRAC
Back to Top
Sponsored Links


Back to Top
 Post Reply Post Reply
  Share Topic   

Quick Reply
Name:

Message:
   NoFollow is applied to all links from this forum
 Enable BBcodes

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.305 seconds.