Normis,Yes, and that's completely normal for any 1U device. Do you have any other 1U rackmount servers that make less noise? Of all devices we have, the RB1100 is actually one of the quietest.
i have one RB1100 running without fans - it's in a rack where there's fans at the back sucking air through that's pretty quiet (quiet enough to be in my office) - the CPU temp hovers @ 40C - the secret here was to take the heatsink off, and apply CPU thermal compound - there just didn't seem to be enough on there.
I've got some of these fans http://www.newegg.com/Product/Product.a ... 6835706027 on order (cheaper @ http://www.primelec.com/PC-Accessories/ ... 75074.html )they should be a lot quieter...
Did the fans work? I have the same problem... They seem to screem! Its not a normal fan noise, got 6 servers and none make this mutch noise... 3 of them are 1U servers from supermicro.... There fans work good....
It's ok, it won't affect anythingThanks normis - by the way, would you mind telling me if 75°C CPU Temp on a RB 1100AH is normal, problematic or just a wrong display?
I would be very much interested to see your changes. Could you please make some photographs and send to support@mikrotk.com? It doesn't matter that it looks messy. If you send us more info (also fan specifications please), it would help us to improve design for next revisions. We would choose a better fan, or change airflow designI disabled both fans. (pull the connectors out from the board)
I then mod a 80mm fan to a USB connector and then place the fan at the exhaust holes of the RB1100. (USB is powered by a server nearby)
Temp is 32 deg celsius.
Silent and better than the default fans.
Cons: it look messy
I was trying this solution on RB1100HX2 but it doesn't really help. First of all, power supply starts whistling, and fans goes running not immediately after power on but after some time. I suppose power supply chains expect more load and can't start normally. Second, even on lower rotation speed fans are still noisy enough. Actually fans are disbalanced and that produces vibration. Trying to replace fans with new ones with better quality and lower noise level results in whistling problem described above.I changed this problem in another way: I connected two fans in serial and plugged into socket on the board (main or aux - doesn't matter). Now I have 2 running fans but powered by 6V DC each (instead of 12). Their speed is low and temperature is 33C.
Thanks . The noctua I listed seems to come with a cable that allows fan control, so that is indeed what I want as I know my RB1100 will never be under high loads:and i forgot - your RB model does not have fan speed control.,as a result fans will run at constant speed. Or you introduce some external device for speed control.
The NF-A4x10 comes with a Low-Noise Adaptor (NA-RC10) that
allows you to reduce the fan speed from 4500 to 3700rpm in order
to achieve even quieter operation.
You need to close the gap between the fan and shroud. Use duct tape or a spacer. You could cut a slice off your old fan (just the frame not the motor or blade part) to make a spacer.Little update: I finally bought the Noctua NF-A4x10 FLX http://www.noctua.at/main.php?show=prod ... =47&lng=en and installed it today.
On one side, it's not the best fan for this router because it's smaller than the included fans, so there is a gap now which is not the best for air flow.
:local temp [/system health get cpu-temperature]
:local fan [/system health get use-fan]
/log info "[CPU TEMP] - $temp"
:if ([/system health get fan-mode] != "manual") do={
/system health set fan-mode=manual
}
:if ($temp > 80 && $fan != "auxiliary") do={
/log info "[CPU TEMP] - turning fan on"
/system health set use-fan=auxiliary
}
:if ($temp < 50 && $fan != "main") do={
/log info "[CPU TEMP] - turning fan off"
/system health set use-fan=main
}
We have a RB1100AHx2 (brought in early 2015) that was making too much noise.Little update: I finally bought the Noctua NF-A4x10 FLX http://www.noctua.at/main.php?show=prod ... =47&lng=en and installed it today.
On one side, it's not the best fan for this router because it's smaller than the included fans, so there is a gap now which is not the best for air flow. I'm posting a pic to make myself clearer (sorry for being blur, it was under artificial light and didn't noticed it when I took it):
On the other side, I'm quite happy with it for the moment. It's noiseless (specially compared to the stock one, which was not an option if the router is sitting next to you). I have configured it on the low noise mode (spinning around 3.3k rpm), but it keeps right now my board at 37ºC and the CPU at 44ºC. Until now, I was using the router in fanless mode, with board 44ºC and CPU at 68ºC.
Cheers!