Custom Query (1455 matches)
Results (283 - 285 of 1455)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#76 | wontfix | DEVICESCAN smartd not working on opensolaris snv_134 | ||
Description |
$ pfexec /usr/local/sbin/smartd -c smartd.conf $ echo $? 17 Running smartd returns an error code indicating no disks are available. $ cat smartd.conf DEFAULTSCAN -a -d sat,12 -m root system trace indicates no devices are opened smartd.conf.4 suggests that /dev/rdsk/c?t?d?s? is scanned. ? should correspond to more that one digit (not sure if this is the case) and s? isn't needed as this just refers to a slice of a disk. |
|||
#77 | wontfix | smartd to include fma on opensolaris | ||
Description |
opensolaris has a fault management architecture. smartd has the detection capability to report faults into this architecture. There is a simple API for reporting faults. http://www.opensolaris.org/os/community/fm/ detailed documentation for this is available: http://docs.sun.com/app/docs/doc/819-3196/gemfu?l=en&a=view |
|||
#79 | wontfix | smartd opensolaris service defination | ||
Description |
Attached is an {open}solaris service definition. The configure script should alter some of the path names but otherwise should work flexibly. An make install target could do something like: cp smartd.xml /var/svc/manifest/site/ chown root:sys /var/svc/manifest/site/smartd.xml svccfg -v import /var/svc/manifest/site/smartd.xml Documentation could say run 'svcadm enable smartd' to get it running I'm still getting this error. I'm running out of time to debug it. Tips welcome. svc:/system/smartd:default (SMART monitoring) State: maintenance since June 9, 2010 01:54:26 PM EST Reason: Start method failed repeatedly, last exited with status 10. See: http://sun.com/msg/SMF-8000-KS See: man -M /usr/share/man -s 1M smartd See: man -M /usr/share/man -s 4 smartd.conf See: /var/svc/log/system-smartd:default.log Impact: This service is not running. /var/svc/log/system-smartd:default.log [ Jun 9 13:52:06 Rereading configuration. ] [ Jun 9 13:54:26 Executing start method ("/usr/sbin/smartd -q never"). ] [ Jun 9 13:54:26 Method "start" exited with status 10. ] [ Jun 9 13:54:26 Executing start method ("/usr/sbin/smartd -q never"). ] [ Jun 9 13:54:26 Method "start" exited with status 10. ] [ Jun 9 13:54:26 Executing start method ("/usr/sbin/smartd -q never"). ] [ Jun 9 13:54:26 Method "start" exited with status 10. ] |