Dell PowerEdge R730xd Fan Control: Difference between revisions

mNo edit summary
mNo edit summary
Line 10: Line 10:
*Set Fan Speed (WhatEverFanSpeed is a Percentage in Hexadecimal Form): ipmitool -I lanplus -H WhatEverUserName -P WhatEverPassword raw 0x30 0x30 0x02 0xff WhatEverFanSpeed
*Set Fan Speed (WhatEverFanSpeed is a Percentage in Hexadecimal Form): ipmitool -I lanplus -H WhatEverUserName -P WhatEverPassword raw 0x30 0x30 0x02 0xff WhatEverFanSpeed
**Example for 20% Fan Speed: ipmitool -I lanplus -H WhatEverUserName -P WhatEverPassword raw 0x30 0x30 0x02 0xff 0x14
**Example for 20% Fan Speed: ipmitool -I lanplus -H WhatEverUserName -P WhatEverPassword raw 0x30 0x30 0x02 0xff 0x14
 
**30% = $1E, 40% = $28, ($ is Commodore Speak for Hexadecimal)
*...and finally, if the power / mains are pulled then everything reverts to defaults and the above settings have to be input again.


Thanks to: https://old.reddit.com/r/homelab/comments/7xqb11/dell_fan_noise_control_silence_your_poweredge/ for the information.
Thanks to: https://old.reddit.com/r/homelab/comments/7xqb11/dell_fan_noise_control_silence_your_poweredge/ for the information.
Line 20: Line 21:
...so , still on the "To Do List";
...so , still on the "To Do List";


* 0x30 seems to indicate OEM specific "Extended" Settings, but why 0x30 0x30?  Is that Extended, Extended Settings?  Or is the second 0x30 Fan control?
*0x30 seems to indicate OEM specific "Extended" Settings, but why 0x30 0x30?  Is that Extended, Extended Settings?  Or is the second 0x30 Fan control?
* Is the 0x01 the command for Set?
*Is the 0x01 the command for Set?