ich habe mich mit mit smartmontools (noch) nicht näher beschäftigt, würde aber mal die Konfiguration z.B. smartd.conf prüfen (gibt es die und was steht drin)
siehe auch
Setting up smartmontools on OpenSolaris « Caffeinated
smartmontools sollen laut einer info die ich erhalten habe, unter Nexenta bei der Installation nicht automatisch konfiguriert zu werden.
hier die mail von Andreas zu dem Thema: smartmontools
=============
Die Datei /etc/default/smartmontools wird leider nicht angelegt. Man muss sie manuell anlegen und editieren:
----
# Defaults for smartmontools initscript (/etc/init.d/smartmontools)
# This is a POSIX shell fragment
# List of devices you want to explicitly enable S.M.A.R.T. for
# Not needed (and not recommended) if the device is monitored by smartd
#enable_smart="/dev/hda /dev/hdb"
# uncomment to start smartd on system startup
start_smartd=yes
# uncomment to pass additional options to smartd on startup
smartd_opts="--interval=1800"
----
Die Datei /etc/smartd.conf muss editiert werden. den Eintrag DEVISCAN auskommentieren und am Ende der Datei die zu ueberwachenden Festplatten eintragen. Fuer *Solaris* ist es notwendig die 12 bit Variante zu nutzen, z.B.
/dev/rdsk/c6t0d0p0 -a -d sat,12 # meine Boot SSD im rpool
/dev/rdsk/c6t1d0 -a -d sat,12 # meine SATA HDD
/dev/rdsk/c6t2d0 -a -d sat,12 # meine SATA HDD
/dev/rdsk/c6t3d0 -a -d sat,12 # meine SATA HDD
Smartmontools im SMF
++++++++++++++++++++
Zur Info diese URL: http://cafenate.wordpress.com/2009/02/22/setting-up-smartmontools-on-opensolaris/
In der XML/Datei fuer das SMF muessen die Pfade fuer das Start|Stop Script angepasst werden.
start method:
[alt] /usr/local/etc/rc.d/init.d/smartd start
[neu] /etc/rc.d/init.d/smartd start
stop method:
[alt] /usr/local/etc/rc.d/init.d/smartd stop
[neu] /etc/rc.d/init.d/smartd stop
man path:
[alt] /usr/local/share/man
[neu] /usr/share/man
save file to /var/svc/manifest/site/smartd.xml,
change the file ownership to root:sys,
and invoke pfexec svccfg -v import /var/svc/manifest/site/smartd.xml.
Then check that the service is running (svcs smartd) and if not, enable it using pfexec svcadm enable smartd.
Falls die Info hilfreich ist, bitte ich um einen Kommentar.
Sobald ich etwas Zeit habe, will ich mich dem Thema auch widmen.
Gea
siehe auch
Setting up smartmontools on OpenSolaris « Caffeinated
smartmontools sollen laut einer info die ich erhalten habe, unter Nexenta bei der Installation nicht automatisch konfiguriert zu werden.
hier die mail von Andreas zu dem Thema: smartmontools
=============
Die Datei /etc/default/smartmontools wird leider nicht angelegt. Man muss sie manuell anlegen und editieren:
----
# Defaults for smartmontools initscript (/etc/init.d/smartmontools)
# This is a POSIX shell fragment
# List of devices you want to explicitly enable S.M.A.R.T. for
# Not needed (and not recommended) if the device is monitored by smartd
#enable_smart="/dev/hda /dev/hdb"
# uncomment to start smartd on system startup
start_smartd=yes
# uncomment to pass additional options to smartd on startup
smartd_opts="--interval=1800"
----
Die Datei /etc/smartd.conf muss editiert werden. den Eintrag DEVISCAN auskommentieren und am Ende der Datei die zu ueberwachenden Festplatten eintragen. Fuer *Solaris* ist es notwendig die 12 bit Variante zu nutzen, z.B.
/dev/rdsk/c6t0d0p0 -a -d sat,12 # meine Boot SSD im rpool
/dev/rdsk/c6t1d0 -a -d sat,12 # meine SATA HDD
/dev/rdsk/c6t2d0 -a -d sat,12 # meine SATA HDD
/dev/rdsk/c6t3d0 -a -d sat,12 # meine SATA HDD
Smartmontools im SMF
++++++++++++++++++++
Zur Info diese URL: http://cafenate.wordpress.com/2009/02/22/setting-up-smartmontools-on-opensolaris/
In der XML/Datei fuer das SMF muessen die Pfade fuer das Start|Stop Script angepasst werden.
start method:
[alt] /usr/local/etc/rc.d/init.d/smartd start
[neu] /etc/rc.d/init.d/smartd start
stop method:
[alt] /usr/local/etc/rc.d/init.d/smartd stop
[neu] /etc/rc.d/init.d/smartd stop
man path:
[alt] /usr/local/share/man
[neu] /usr/share/man
save file to /var/svc/manifest/site/smartd.xml,
change the file ownership to root:sys,
and invoke pfexec svccfg -v import /var/svc/manifest/site/smartd.xml.
Then check that the service is running (svcs smartd) and if not, enable it using pfexec svcadm enable smartd.
Falls die Info hilfreich ist, bitte ich um einen Kommentar.
Sobald ich etwas Zeit habe, will ich mich dem Thema auch widmen.
Gea
Zuletzt bearbeitet: