RS812 - Ruhezustand - Lüfter

Status
Für weitere Antworten geschlossen.

svenwi

Benutzer
Mitglied seit
01. Feb 2011
Beiträge
28
Punkte für Reaktionen
0
Punkte
0
Hallo Keute,
ich habe mir die RS812 zugelegt. Hat soweit alles gut geklappt mit der Konfiguration, jedoch ein Problem. Die RS812 geht einwandfrei in de Ruhezustand, jedoch laufen die Lüfter der Rackstation weiter??
Wie knn das sein?? Auch wenn ich auf die Energieeinstellungen gehe, habe ich keine Möglichkeit die Lüfter zu konfigurieren.

Weiss jemand Rat??

Danke
 

itari

Benutzer
Mitglied seit
15. Mai 2008
Beiträge
21.900
Punkte für Reaktionen
14
Punkte
0
Wende dich mal per Email an den Synology-Support oder stelle die Frage im internatinalen Forum. Es gibt wenig Leute hier, die schon eine RS812 haben.

Itari
 

svenwi

Benutzer
Mitglied seit
01. Feb 2011
Beiträge
28
Punkte für Reaktionen
0
Punkte
0
Danke das werde ich machen, aber mich würde auch interessieren wieso bei den Energieeinstellungen die Lüfterregulierung verschwunden ist?
 

Ap0phis

Benutzer
Mitglied seit
16. Dez 2010
Beiträge
6.731
Punkte für Reaktionen
3
Punkte
158
Ich könnte mir sogar vorstellen, dass das bei einer Rackstation normal sein könnte.
In einem Rack ist "Lautstärke" und die paar mA für den Lüfter normalerweise ja nicht so sehr das Thema, aber Wärmestau umso mehr.
 

svenwi

Benutzer
Mitglied seit
01. Feb 2011
Beiträge
28
Punkte für Reaktionen
0
Punkte
0
also ich habe den Synology Support kontaktiert. Laut deren Aussage sei das so gewollt, und es wäre keine Lüftersteuerung vorgesehen. Das bedeutet das alle Lüfter immer voll laufen. Auch im Ruhezustand. Ich habe jetzt die Datei in /usr/syno/etc.defaults/scemd.xml (die für die Lüftersteuerung verantwortlich ist modifiziert und siehe das, es funktioniert).

Für alle die auch das Problem haben, hier der Code:
Rich (BBCode):
<?xml version="1.0" encoding="UTF-8"?>
<scemd>
<fan_config hw_version="Synology-RS812" period="20" threshold="6" type="DUAL_MODE_HIGH" hibernation_speed="UNKNOWN">
		<disk_temperature fan_speed="ULTRA_LOW"  action="NONE">0</disk_temperature>
		<disk_temperature fan_speed="VERY_LOW"   action="NONE">40</disk_temperature>
		<disk_temperature fan_speed="LOW"        action="NONE">44</disk_temperature>
		<disk_temperature fan_speed="MIDDLE"     action="NONE">48</disk_temperature>	
		<disk_temperature fan_speed="VERY_HIGH"  action="NONE">52</disk_temperature>
		<disk_temperature fan_speed="ULTRA_HIGH" action="NONE">56</disk_temperature>
		<disk_temperature fan_speed="FULL"       action="SHUTDOWN">61</disk_temperature>

		<temperature fan_speed="ULTRA_LOW"  action="NONE">0</temperature>
		<temperature fan_speed="ULTRA_HIGH" action="NONE">54</temperature>
		<temperature fan_speed="FULL"       action="SHUTDOWN">64</temperature>
</fan_config>	

<fan_config hw_version="Synology-RS812" period="20" threshold="6" type="DUAL_MODE_LOW" hibernation_speed="UNKNOWN">	
		<temperature fan_speed="STOP"      action="NONE">0</temperature>
		<temperature fan_speed="ULTRA_LOW" action="NONE">44</temperature>
		<temperature fan_speed="VERY_LOW"  action="NONE">48</temperature>
		<temperature fan_speed="LOW"       action="NONE">52</temperature>
		<temperature fan_speed="MIDDLE"    action="NONE">56</temperature>
		<temperature fan_speed="VERY_HIGH" action="NONE">60</temperature>
		<temperature fan_speed="FULL"      action="SHUTDOWN">70</temperature>
</fan_config>	

<fan_config hw_version="Synology-DX5" period="20" threshold="6" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="UNKNOWN">
	<disk_temperature fan_speed="FULL" action="NONE">0</disk_temperature>
	<disk_temperature fan_speed="FULL" action="NONE">45</disk_temperature>
	<disk_temperature fan_speed="FULL" action="NONE">55</disk_temperature>
	<disk_temperature fan_speed="FULL" action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX5" period="20" threshold="6" type="DUAL_MODE_LOW_EBOX" hibernation_speed="UNKNOWN">
	<disk_temperature fan_speed="FULL" action="NONE">0</disk_temperature>
	<disk_temperature fan_speed="FULL" action="NONE">45</disk_temperature>
	<disk_temperature fan_speed="FULL" action="NONE">55</disk_temperature>
	<disk_temperature fan_speed="FULL" action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX510" period="20" threshold="6" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
	<disk_temperature fan_speed="MIDDLE" action="NONE">0</disk_temperature>
	<disk_temperature fan_speed="HIGH"   action="NONE">48</disk_temperature>
	<disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX510" period="20" threshold="6" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
	<disk_temperature fan_speed="MIDDLE" action="NONE">0</disk_temperature>
	<disk_temperature fan_speed="HIGH"   action="NONE">48</disk_temperature>
	<disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX1211" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
	<disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
	<disk_temperature fan_speed="MIDDLE" action="NONE">48</disk_temperature>
	<disk_temperature fan_speed="HIGH"   action="NONE">58</disk_temperature>
	<disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX1211" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
	<disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
	<disk_temperature fan_speed="MIDDLE" action="NONE">48</disk_temperature>
	<disk_temperature fan_speed="HIGH"   action="NONE">58</disk_temperature>
	<disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1211" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
	<disk_temperature fan_speed="MIDDLE" action="NONE">0</disk_temperature>
	<disk_temperature fan_speed="MIDDLE" action="NONE">49</disk_temperature>
	<disk_temperature fan_speed="FULL"   action="NONE">55</disk_temperature>
	<disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1211" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
	<disk_temperature fan_speed="MIDDLE" action="NONE">0</disk_temperature>
	<disk_temperature fan_speed="MIDDLE" action="NONE">49</disk_temperature>
	<disk_temperature fan_speed="FULL"   action="NONE">55</disk_temperature>
	<disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1211rp" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
	<disk_temperature fan_speed="MIDDLE" action="NONE">0</disk_temperature>
	<disk_temperature fan_speed="MIDDLE" action="NONE">49</disk_temperature>
	<disk_temperature fan_speed="FULL"   action="NONE">55</disk_temperature>
	<disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1211rp" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
	<disk_temperature fan_speed="MIDDLE" action="NONE">0</disk_temperature>
	<disk_temperature fan_speed="MIDDLE" action="NONE">49</disk_temperature>
	<disk_temperature fan_speed="FULL"   action="NONE">55</disk_temperature>
	<disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>
<disk_control>
	<disk model="ST9120821A">APM_255</disk>
	<disk model="HTS722020K9SA00">APM_255</disk>
	<disk model="ST980811AS">APM_255</disk>
	<disk model="MHV2060BH">APM_255</disk>
	<disk model="MK6034GSX">APM_254</disk>
	<disk model="ST9100824AS">APM_255</disk>
	<disk model="HM250JI">APM_255</disk>
	<disk model="MK1637GSX">APM_254</disk>
	<disk model="ST9100824AS">APM_255</disk>
	<disk model="ST9120822AS">APM_254</disk>
	<disk model="ST9160821AS">APM_254</disk>
	<disk model="WD2500BEVS-75UST0">APM_254</disk>
	<disk model="HM250JI">APM_254</disk>
	<disk model="WD2500BEVS">APM_254</disk>
	<disk model="WD1600BEVT">APM_255</disk>
	<disk model="HTS543232L9A300">APM_255</disk>
	<disk model="WD1600BEVE">APM_255</disk>
	<disk model="MK2546GSX">APM_254</disk>
	<disk model="MHV2080BHPL">APM_255</disk>
	<disk model="WD1200BEVE">APM_255</disk>
	<disk model="HTS543225L9A300">APM_255</disk>
	<disk model="WD3200BEVT">APM_254</disk>
	<disk model="MK8025GAS">APM_254</disk>
	<disk model="ST9200420AS">APM_254</disk>
	<disk model="WD3200BEVT">APM_254</disk>
	<disk model="HTS543216L9SA00">APM_254</disk>
	<disk model="MK4058GSX">APM_254</disk>
	<disk model="WD6400BEVT">APM_254</disk>
	<disk model="ST32000542AS">APM_255</disk>
	<disk model="ST95005620AS">APM_255</disk>
	<disk model="WD7500BPVT">APM_254</disk>
</disk_control>

</scemd>

der folgende Abschnitt ist für die RS812 verantwortlich
Rich (BBCode):
<fan_config hw_version="Synology-RS812" period="20" threshold="6" type="DUAL_MODE_HIGH" hibernation_speed="UNKNOWN">
		<disk_temperature fan_speed="ULTRA_LOW"  action="NONE">0</disk_temperature>
		<disk_temperature fan_speed="VERY_LOW"   action="NONE">40</disk_temperature>
		<disk_temperature fan_speed="LOW"        action="NONE">44</disk_temperature>
		<disk_temperature fan_speed="MIDDLE"     action="NONE">48</disk_temperature>	
		<disk_temperature fan_speed="VERY_HIGH"  action="NONE">52</disk_temperature>
		<disk_temperature fan_speed="ULTRA_HIGH" action="NONE">56</disk_temperature>
		<disk_temperature fan_speed="FULL"       action="SHUTDOWN">61</disk_temperature>

		<temperature fan_speed="ULTRA_LOW"  action="NONE">0</temperature>
		<temperature fan_speed="ULTRA_HIGH" action="NONE">54</temperature>
		<temperature fan_speed="FULL"       action="SHUTDOWN">64</temperature>
</fan_config>	

<fan_config hw_version="Synology-RS812" period="20" threshold="6" type="DUAL_MODE_LOW" hibernation_speed="UNKNOWN">	
		<temperature fan_speed="STOP"      action="NONE">0</temperature>
		<temperature fan_speed="ULTRA_LOW" action="NONE">44</temperature>
		<temperature fan_speed="VERY_LOW"  action="NONE">48</temperature>
		<temperature fan_speed="LOW"       action="NONE">52</temperature>
		<temperature fan_speed="MIDDLE"    action="NONE">56</temperature>
		<temperature fan_speed="VERY_HIGH" action="NONE">60</temperature>
		<temperature fan_speed="FULL"      action="SHUTDOWN">70</temperature>
</fan_config>

Auch ist jetzt das Menü für die Lüftersteuerung unter der Systemsteuerung --> Energie wieder sichtbar.

Gruss
Jan
 
Status
Für weitere Antworten geschlossen.
 

Kaffeautomat

Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.

Als Dankeschön schalten wir deinen Account werbefrei.

:coffee:

Hier gehts zum Kaffeeautomat