Opened 15 years ago
Closed 13 years ago
#76 closed defect (wontfix)
DEVICESCAN smartd not working on opensolaris snv_134
Reported by: | grooverdan | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | smartd | Version: | 5.39.1 |
Keywords: | solaris needinfo | Cc: |
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.
Change History (6)
comment:1 by , 14 years ago
Keywords: | smartd.conf added; solaris smartd removed |
---|
comment:2 by , 14 years ago
Keywords: | solaris added; smartd.conf removed |
---|
comment:3 by , 14 years ago
Component: | all → smartd |
---|
comment:4 by , 14 years ago
comment:5 by , 13 years ago
Keywords: | needinfo added |
---|
comment:6 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
9 months without feedback, reported version is very old.
Note:
See TracTickets
for help on using tickets.
Replying to grooverdan:
DEVICESCAN -d sat
is not implemented on Solaris.Man page info is not correct here. The function make_device_names() actually checks the device type of all
/dev/rdsk/*s0
Please retry
DEVICESCAN
with-d scsi
,-d ata
or without -d option.