Mark Francis
Cadet
- Joined
- Nov 17, 2016
- Messages
- 9
Hello all,
I have recently built a personal FreeNAS build based on the recommendations in the pinned threads. The highlights are:
Supermicro X10SL7-F
Noctua NF-F12PWM Case Fan 120 mm
Based on this[1]- thread I have set my fan mode to optimal:
I have also set the sensor thresholds as mentioned:
...which can be seen here:
As you can see I have FAN3 and FANA in use.
QUESTION: Can anyone explain why the Noctua NF-F12PWM is so much louder than the default case fans I have (Fractal silent series R2).
[1] https://forums.freenas.org/index.php?threads/thermal-and-accoustical-design-validation.28364/
I have recently built a personal FreeNAS build based on the recommendations in the pinned threads. The highlights are:
Supermicro X10SL7-F
Noctua NF-F12PWM Case Fan 120 mm
Based on this[1]- thread I have set my fan mode to optimal:
Code:
ipmitool raw 0x30 0x45 0x1 0x0 (Set Mode to Standard) ipmitool raw 0x30 0x45 0x1 0x1 (Set Mode to Full) ipmitool raw 0x30 0x45 0x1 0x2 (Set Mode to Optimal) ipmitool raw 0x30 0x45 0x1 0x4 (Set Mode to Heavy I/O) ipmitool raw 0x30 0x45 0x0 (Get Fan Mode) [root@freenas ~]# ipmitool raw 0x30 0x45 0x0 02
I have also set the sensor thresholds as mentioned:
Code:
ipmitool sensor thresh "FANA" upper 1700 1900 2100 ipmitool sensor thresh "FANA" lower 200 300 400 ipmitool sensor thresh "FAN2" upper 1700 1900 2100 ipmitool sensor thresh "FAN2" lower 200 300 400 ipmitool sensor thresh "FAN3" upper 1700 1900 2100 ipmitool sensor thresh "FAN3" lower 200 300 400 ipmitool sensor thresh "FAN4" upper 1700 1900 2100 ipmitool sensor thresh "FAN4" lower 200 300 400
...which can be seen here:
Code:
[root@freenas ~]# ipmitool sensor list all CPU Temp | 29.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 95.000 | 100.000 | 100.000 System Temp | 57.000 | degrees C | ok | -9.000 | -7.000 | -5.000 | 80.000 | 85.000 | 90.000 Peripheral Temp | 41.000 | degrees C | ok | -9.000 | -7.000 | -5.000 | 80.000 | 85.000 | 90.000 PCH Temp | 53.000 | degrees C | ok | -11.000 | -8.000 | -5.000 | 90.000 | 95.000 | 100.000 VRM Temp | 36.000 | degrees C | ok | -9.000 | -7.000 | -5.000 | 95.000 | 100.000 | 105.000 DIMMA1 Temp | 28.000 | degrees C | ok | 1.000 | 2.000 | 4.000 | 80.000 | 85.000 | 90.000 DIMMA2 Temp | na | | na | na | na | na | na | na | na DIMMB1 Temp | 28.000 | degrees C | ok | 1.000 | 2.000 | 4.000 | 80.000 | 85.000 | 90.000 DIMMB2 Temp | na | | na | na | na | na | na | na | na FAN1 | na | | na | na | na | na | na | na | na FAN2 | na | | na | na | na | na | na | na | na FAN3 | 1100.000 | RPM | ok | 200.000 | 300.000 | 400.000 | 1700.000 | 1900.000 | 2100.000 FAN4 | na | | na | na | na | na | na | na | na FANA | 1500.000 | RPM | ok | 200.000 | 300.000 | 400.000 | 1700.000 | 1900.000 | 2100.000 Vcpu | 1.773 | Volts | ok | 1.242 | 1.260 | 1.395 | 1.899 | 2.088 | 2.106 VDIMM | 1.327 | Volts | ok | 1.096 | 1.124 | 1.201 | 1.642 | 1.719 | 1.747 12V | 12.000 | Volts | ok | 10.164 | 10.521 | 10.776 | 12.918 | 13.224 | 13.224 5VCC | 4.969 | Volts | ok | 4.225 | 4.380 | 4.473 | 5.372 | 5.527 | 5.589 3.3VCC | 3.299 | Volts | ok | 2.804 | 2.894 | 2.969 | 3.554 | 3.659 | 3.689 VBAT | 2.985 | Volts | ok | 2.400 | 2.490 | 2.595 | 3.495 | 3.600 | 3.690 AVCC | 3.284 | Volts | ok | 2.399 | 2.489 | 2.594 | 3.494 | 3.599 | 3.689 VSB | 3.269 | Volts | ok | 2.399 | 2.489 | 2.594 | 3.494 | 3.599 | 3.689 Chassis Intru | 0x1 | discrete | 0x0100| na | na | na | na | na | na
As you can see I have FAN3 and FANA in use.
QUESTION: Can anyone explain why the Noctua NF-F12PWM is so much louder than the default case fans I have (Fractal silent series R2).
[1] https://forums.freenas.org/index.php?threads/thermal-and-accoustical-design-validation.28364/