FreeNAS 9.2 und die Spindown Geschichte

Status
Not open for further replies.

mosjka1

Cadet
Joined
Jul 29, 2014
Messages
7
Tag Leute,

bin nun von napp-it auf FreeNAS umgestiegen und jedoch mit dem herunterfahren der Platten ein Problem.
Egal welche Einstellung ich vornehme, gehen die Platten nach bestimmter Zeit nicht in den Spindown Modus.

Mache ich was falsch, habe ich eine Einstellung vergessen. siehe Screenshot.

Danke
1.JPG



http://pastebin.com/CVAUEMuW
 
Last edited:

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Generell ist das nicht empfohlen.

Jedoch gab es ein Thread, wo genau das gemacht wurde und dann auch funktionierte. Mit etwas Google-fu sollte das nicht zu schwierig zu finden sein...
 

mosjka1

Cadet
Joined
Jul 29, 2014
Messages
7
ich habe die Systemlog (.system) auf eine SSD ausgelagert und trotzdem wollten sich die Platten nicht schlafen legen. Alles erdenklich mögliche probiert leider ohne Erfolg. Bin nun zurück zu napp-it, da funktioniert der Spindown ohne Weiteres.

Schade das FreeNAS den Spindown ohne bastelei nicht unterstützt.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Was für einen Kontroller ist hier eingesetzt?
 

mosjka1

Cadet
Joined
Jul 29, 2014
Messages
7
- SM X9SCL-F
- Xeon E3-1230
- Kingston ECC 16GB DDR3-1333
- ESXi 5.5
- FreeNAS als eine VM auf einer SSD
- IBM M1015 geflashed für IT-Mode (http://www.servethehome.com/ibm-serveraid-m1015-part-4/ und durchgereicht zu FreeNAS
4x 5K3000 Toshibas hängen als mirror eingerichtet dran


Der folgende Befehl wird leider nicht unterstützt, kommt eine Fehlermeldung habe diese leider nicht mehr im Kopf.

camcontrol cmd -a "E5 00 00 00 00 00 00 00 00 00 00 00" -r -
 
Last edited:

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Mit VMs wird die Geschichte immer komplizierter. Es kann daran liegen. Leider kann ich nichts konkretes empfehlen (meine Festplatten laufen immer), außer weiter zu recherchieren und probieren.
 

Rand

Guru
Joined
Dec 30, 2013
Messages
906
Also bei mir funktioniert SpinDown. auf den nicht .system Platten... allerdings nicht mit VM;)

Läuft denn sonst noch was ? Jails?
 

mosjka1

Cadet
Joined
Jul 29, 2014
Messages
7
Juhuu!!! Ich habe die Lösung!
Für die Logs habe ich eine extra virtuelle Platte im ESXi angelegt und dahin .system verlagert. Anschließend noch diesen Script drüber gebügelt. http://forums.freenas.org/index.php?threads/hdd-standby-spindown.10763/

Die Festplatte gehen nun endlich schlafen!!

Code:
[root@freenas] ~# grep hdd_spindown /var/log/messages
Jul 31 13:12:34 freenas hdd_spindown[3856]: Configured HDD standby times will be refreshed after every '12' checks
Jul 31 13:12:34 freenas hdd_spindown[3857]: Initial check does not spin down any drive
Jul 31 13:12:34 freenas hdd_spindown[3862]: Drive da1 is configured to be spun down after '300' seconds of inactivity
Jul 31 13:12:34 freenas hdd_spindown[3863]: Drive da2 is configured to be spun down after '300' seconds of inactivity
Jul 31 13:12:34 freenas hdd_spindown[3864]: Drive da3 is configured to be spun down after '300' seconds of inactivity
Jul 31 13:12:34 freenas hdd_spindown[3865]: Drive da4 is configured to be spun down after '300' seconds of inactivity
Jul 31 13:12:34 freenas hdd_spindown[3866]: Drive da5 is configured to be spun down after '300' seconds of inactivity
Jul 31 13:12:34 freenas hdd_spindown[3897]: Sleeping '300' seconds till next check. '11' checks left to next update of HDD standby times.
Jul 31 13:17:35 freenas hdd_spindown[3960]: Drive 'da5' successfully spun down by command 'camcontrol stop da5'
Jul 31 13:17:36 freenas hdd_spindown[3963]: Drive 'da4' successfully spun down by command 'camcontrol stop da4'
Jul 31 13:17:36 freenas hdd_spindown[3966]: Drive 'da3' successfully spun down by command 'camcontrol stop da3'
Jul 31 13:17:37 freenas hdd_spindown[3969]: Drive 'da2' successfully spun down by command 'camcontrol stop da2'
Jul 31 13:17:37 freenas hdd_spindown[3973]: Sleeping '297' seconds till next check. '10' checks left to next update of HDD standby times.
Jul 31 13:22:57 freenas hdd_spindown[2793]: Configured HDD standby times will be refreshed after every '12' checks
Jul 31 13:22:57 freenas hdd_spindown[2794]: Initial check does not spin down any drive
Jul 31 13:22:57 freenas hdd_spindown[2803]: Drive da1 is configured to be spun down after '300' seconds of inactivity
Jul 31 13:22:57 freenas hdd_spindown[2804]: Drive da2 is configured to be spun down after '300' seconds of inactivity
Jul 31 13:22:57 freenas hdd_spindown[2810]: Drive da3 is configured to be spun down after '300' seconds of inactivity
Jul 31 13:22:57 freenas hdd_spindown[2811]: Drive da4 is configured to be spun down after '300' seconds of inactivity
Jul 31 13:22:57 freenas hdd_spindown[2812]: Drive da5 is configured to be spun down after '300' seconds of inactivity
Jul 31 13:22:57 freenas hdd_spindown[2856]: Sleeping '300' seconds till next check. '11' checks left to next update of HDD standby times.
Jul 31 13:27:58 freenas hdd_spindown[3298]: Drive 'da5' successfully spun down by command 'camcontrol stop da5'
Jul 31 13:27:58 freenas hdd_spindown[3301]: Drive 'da4' successfully spun down by command 'camcontrol stop da4'
Jul 31 13:27:59 freenas hdd_spindown[3304]: Drive 'da3' successfully spun down by command 'camcontrol stop da3'
Jul 31 13:27:59 freenas hdd_spindown[3307]: Drive 'da2' successfully spun down by command 'camcontrol stop da2'
Jul 31 13:27:59 freenas hdd_spindown[3311]: Sleeping '298' seconds till next check. '10' checks left to next update of HDD standby times.
 
Status
Not open for further replies.
Top