On Thu, Jan 08, 2004 at 12:02:07PM +0100, Hilmar Preusse wrote:
On 05.01.04 Stefan Seyfried (seife@gmane0305.slipkontur.de) wrote:
Moin,
aus "man smartd" folgere ich schluss, daß Attribut 9 oft nichtstandard verwendet wird und zwar entweder die "Power On Hours" oder die Temperatur angibt. => mostly harmless.
Was hast Du für 'ne merkwürdige Manpage? Bei mir steht sowas nicht.
die von einer SUSE 9.0 bzw. SUSE unstable
cut and paste aus "man smartd":
Here is an example configuration file. It's for illustrative pur poses only; please don't copy it onto your system without reading to the end of the DIRECTIVES Section below!
################################################ # This is an example smartd startup config # file /etc/smartd.conf for monitoring three # ATA disks and two SCSI disks. # # First ATA disk on each of two interfaces: # /dev/hda -a -m admin@yoyodyne.com,root@localhost /dev/hdc -a -I 194 -I 5 -i 12 # # SCSI disks. Send a TEST warning email to admin on # startup. # /dev/sda /dev/sdc -m admin@yoyodyne.com -M test # # Strange device. It's SCSI: # /dev/weird -d scsi # # Three ATA disks connected to a 3ware controller # /dev/sdb -d 3ware,0 -a /dev/sdb -d 3ware,1 -a /dev/sdb -d 3ware,2 -a # # The following line enables monitoring of the # ATA Error Log and the Self-Test Error Log. # It also tracks changes in both Prefailure # and Usage Attributes, apart from Attributes # 9, 194, and 231, and shows continued lines: # /dev/hdd -l error \ -l selftest \ -t \ # Attributes not tracked: -I 194 \ # temperature -I 231 \ # also temperature -I 9 # power-on hours # ################################################
---nochmal cut'n'paste-----
-v N,OPTION Modifies the labeling for Attribute N, for disks which use non-standard Attribute definitions. This is useful in con nection with the Attribute tracking/reporting Directives.
This Directive may appear multiple times. Valid arguments to this Directive are:
9,minutes - Raw Attribute number 9 is power-on time in min utes. Its raw value will be displayed in the form 'Xh+Ym'. Here X is hours, and Y is minutes in the range 0-59 inclu sive. Y is always printed with two digits, for example Ž06' or Ž31' or '00'.
9,seconds - Raw Attribute number 9 is power-on time in sec onds. Its raw value will be displayed in the form 'Xh+Ym+Zs'. Here X is hours, Y is minutes in the range 0-59 inclusive, and Z is seconds in the range 0-59 inclusive. Y and Z are always printed with two digits, for example Ž06' or Ž31' or '00'.
9,halfminutes - Raw Attribute number 9 is power-on time, mea sured in units of 30 seconds. This format is used by some Samsung disks. Its raw value will be displayed in the form 'Xh+Ym'. Here X is hours, and Y is minutes in the range 0-59 inclusive. Y is always printed with two digits, for example Ž06' or Ž31' or '00'.
9,temp - Raw Attribute number 9 is the disk temperature in Celsius.
192,emergencyretractcyclect - Raw Attribute number 192 is the Emergency Retract Cycle Count.
--- und nochmal ----
Note: a table of hard drive models, listing which Attribute corresponds to temperature, can be found at: http://core%C2%AD dump.free.fr/linux/hddtemp.db
mit diesen Informationen habe ich mir dann einen "educated guess" erlaubt, was Attribut 9 sein könnte :-)
Gut, also die HD-Doku. Wenn ich Zeit hab.
Ja, auch wenn sowas in der Enduser-dokumentation nicht drinstehen wird.
Der Nachfolger der smartsuite sind übrigens AFAIK die smartmontools:
smartd[487]: smartd version 5.26 Copyright (C) 2002-3 Bruce Allen smartd[487]: Home page is http://smartmontools.sourceforge.net/ smartd[487]: No configuration file /etc/smartd.conf found, scanning devices smartd[487]: Device: /dev/hda, opened smartd[487]: Device: /dev/hda, not found in smartd database. smartd[487]: Device: /dev/hda, does not support SMART Self-test Log. smartd[487]: Device: /dev/hda, does not support SMART Error Log. smartd[487]: Device: /dev/hda, is SMART capable. Adding to "monitor" list. smartd[487]: Device: /dev/hdb, opened smartd[487]: Device: /dev/hdb, not found in smartd database. smartd[487]: Device: /dev/hdb, is SMART capable. Adding to "monitor" list. smartd[487]: Monitoring 2 ATA and 0 SCSI devices smartd[490]: smartd has fork()ed into background mode. New PID=490. smartd[490]: file /var/run/smartd.pid written containing PID 490
Mift, na ich werde die Sache weiter beobachten. Dankeschön.
Ich kriege bisher keine "bogus" Meldungen vom smartd.
Ein paar Attribute Changes ab und zu. Mal sehn, wie sich das weiter entwickelt, zumal ich mein System irgendwann von hda auf hdb umziehen will.
Die attribute changes sind normal, insbesondere wenn du die power-on-hours etc. nicht ignorierst. Die neueren smartmontools scheinen da aber schon recht sinnvolle defaults zu haben.