0

Would be possible to control a particular fan speed in a dell chassis 12th generation? I cannot figure how to do it, just all at once, but let's say I need to lower or increase the Fan5 speed, how do I do that?

2
  • 1
    How many pins do these fans have, 3 or 4, it makes a huge difference.
    – Ramhound
    Commented Jun 25, 2023 at 7:02
  • It has 4 pins Ramhound. This command will change fans to run at 20% for all fans ipmitool -I lanplus -H 192.168.11.5 -U admin -P pass raw 0x30 0x30 0x02 0xff 0x14 But how do I do that for only a particular fan? Let's say Fan1 or only Fan5?
    – cadobe
    Commented Jun 25, 2023 at 13:58

1 Answer 1

0

OK, never mind. Here is the answer if by any chance someone will look for it.

The 4th hex group is controlling the fan ID. Solved.

1
  • Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.
    – Community Bot
    Commented Jun 25, 2023 at 16:26

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .