Silencing my Nutanix NX-8235 Server

2026-06-22

Overview

I own a Nutanix NX-8235 server, and it’s very loud and very loud is an understatement, especially if it is in your bedroom 😅, so I tried different methods to silence it, and I will put them down below. They might help you, even though half of my attempts have not worked sadly, but they might for you.

Please pay attention to Attempt No 3 because even if you were able to minimize the noise coming from the chassis fan, you have to silence the elephant in the room, the PSU fans. For my case, the PWS-2K22A-1R

Attempt No - 1

My First attempt at silencing that monstrosity was trying to control the fans using remote management. I dug inside the IPMI. The only thing I found related to fan speed was FAN Mode IPMI Page Setting the FAN Mode to PUE2 drops the chassis fan speeds significantly, even though they randomly spin and make your ears bleed, and the thermal thresholds are garbage when the CPU hit 50C, the BMC assumes that the world is gonna end.

Attempt No - 2

Using IPMI tools to control fan speeds as it can be seen multiple people have achieved good result using the method found at ServeTheHome forms Here, this method is basically sending raw commands to the BMC using ipmitool/ipmicfg, for this example i will be using the opensource ipmitool.

using this command it should technically set the PWM duty cycle for the zone you choose as it can be seen in the command and table values are in hexadecimal

ipmitool raw 0x30 0x91 0x5A 0x3 0x10 0x7F
ByteValueMeaning
10x30Supermicro OEM NetFn
20x91Fan control command
30x5AOEM magic value / fan controller selector
40x03Set PWM duty operation
50x10Zone 0 (CPU/System)
60x7FPWM duty value (~50%)

Make sure you set your Lower Threshold Terms! Read the post made by DaveInTexas for more information about the topic.

If this method works for you i recommend you use smfc instead of making your own script. It is a very well-maintained project and should work for most Supermicro X10-X13 motherboards other than mine, of course 🥲.

Attempt No - 3

Using External controller, I’m currently working on releasing it on my GitHub page, and at the time of release, I will update this attempt because it is a very long journey 😅 here are some photos while replacing the PSU fans on the PWS-2K22A-1R

Fan Driver Circuit

Fans

PSU Fan connections