Beiträge von BarbeWire

    Temp 5 und 6 are def. it.
    Coretemp values are to high and Temp 1, 2 ,3... idk what they are.
    The CPU got 8,5 W TDP, so not much heat there.


    Also I searched a bit for the rest.


    - the i350bb-pci-0500 is the thermal sensor of the Intel Lan Chip and yes it is that hot.


    - jc42-i2c-4-18 shows the SCH (System Controler Hub aka. Intel Chipset) Temps


    - acpitz-virtual-0 is the ambient Temp, messured on the surface of my Atom Board


    Fan 1 is CPU
    Fan 2 and 3 Case


    Update:


    I monitored the temp's a little more. the acpitz-virtual-0 seems broken, so no change there at all, so I guess it's useless after all.

    @NeeZ Check the download manager packages and after save und commit you will see the Update.


    To my problem. I got the Supermicro X9SBAA-F Board/CPU.


    I installed sensors and the graphs didnt work, they didnt show up, only the "sad face" graph symbol.





    2nd question
    Is there a way to get a hddtemp graph?

    Das ist ein spezielles Problem der WD Green Festplatten und einiger WD 2.5" Platten.
    Die Laufwerke enthalten ein "tolles" Feature "IntellyPark", dass die Leseköpfe all x Sekunden in Parkposition fährt und die Platten stoppt.
    Das erneute anfahren und bereitmachen der Leseköpfe wird unter "load_cycle_count" gezählt.


    Das ist tatsächlich ein Problem, das man aber lösen kann und sollte! Der Hersteller gibt der Platte eine Haltberkeitsdauer von 300 000 "load_cycles" (siehe WD), was wie in meinem Fall beim parken alle 4 Sekunden, also 900 "load_cycles" pro Stunde und 24/7 Betrieb, ziemlich schnell durch ist.


    Infos bei ubuntuusers


    Wie kann man die Anzahl der "load_cycle" am besten bestimmen?

    Code
    smartctl -A /dev/sdd | egrep "ID|Load|Power"


    Das gibt Dir in dezimal Zahlen die Werte für Betriebsstunden, An/Aus und Load Cycle.
    Du kannst die Hexwerte (RAW_VALUE) auch direkt aus der Tabelle oben auslesen, mußt aber umrechnen...


    Habe ich ein Problem?
    Meine Platte z.B. wurde 120 mal An/Aus geschaltet, hat gut 1000 Betriebsstunden hinter sich, aber schon 80 000 Load Cycle! Also ja, sieht ganz nach einem Problem aus.
    Es reicht auch einfach die Abfrage (siehe oben) im Abstand von 5 Minuten zu machen, wenn da mehr als 1 Load Cycle Unterschied ist = Problem


    Was kann ich tun?
    Erster Ansatzpunkt, wäre den IntelliPark quatsch ganz abzuschalten, dafür gibt es ein DOS Tool von WD namens wdidle3 und eine Linux Alternative, idle3-tools. Siehe oben bei ubuntuusers
    Bei meiner Platte (ein 2.5 Zoll Modell) hat das leider nichts gebracht, ist eignetlich auch mehr für die "Green" Modelle entwickelt.
    Du kannst aber auch in Linux dem Spuk ein Ende machen. siehe
    Entweder mit hdparm, dass muß dann in das hdparm Startscript eingefügt werden. Aber bei openmediavault kann man das auch im WebGUI, über Physical Disks + Auswahl + Edit machen, dort einfach den Wert für Advanced Power Management entsprechend setzen.
    Das ging bei mir leider nicht da ich die Platte auch noch per USB Adapter angeschlossen habe und hdparm da gar nicht mit will.
    smartmontools tut es aber gern.

    Code
    smartctl -g apm /dev/sdX # zeigt den aktuellen Wert für das Power Management
    smartctl -s apm,254 /dev/sdX # stellt den Wert für das Power Management auf max., kaum Energie sparen, länger leben, 255 stellt es aus, aber das funktioniert nicht bei allen Platten


    Ich habe das ganze in der

    Code
    /etc/smartd.conf

    an die entsprechnde Plattenconfig angehängt, ACHTUNG in der smartd. conf ist es

    Code
    -e apm,254 # nicht -s apm,xxx wie bei smartctl

    .
    Jetzt noch ein reboot oder einfach

    Code
    service smartmontools restart

    und schon sollte der Load_Cycle_Counter still stehen.

    I got the same problem here with my WD5000BEVT and a USBtoSATA Adapter.


    In terminal with smartctl -a /dev/sdX I get SMART working. But within the webGUI there is no Temperature and it shows no SMART information for the USB drive (all direct connected SATA drives work).


    Is there a updated script for Sardaukar?


    I have manualy changed the smartd.conf, so at least the smart deamon can work with the device and the apm is changed to 254 at system start, what is important, because of a firmware "bug" with the WD drives.
    When I do smartctl -d sat, its not working. Smartctl -d auto or -d usbjmicron is working.
    I didn't get hdparm to work with the USB drive at all.


    So it would be nice to change the device type, somewhere in the webGUI. As of the fact that auto detect works well for my USB Adapter, I guess somewhere in the OMV scripts the device type for USB devices is hard coded.


    Any tips would be nice. Besides the not working SMART in webGUI, I dont like to manualy configure stuff, so I have to redo/check this after every system update.


    Gern auch in deutsch :)