Opened 14 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 Gabriele Pohl, 14 years ago

Keywords: smartd.conf added; solaris smartd removed

comment:2 by Christian Franke, 14 years ago

Keywords: solaris added; smartd.conf removed

comment:3 by Christian Franke, 13 years ago

Component: allsmartd

in reply to:  description comment:4 by Christian Franke, 13 years ago

Replying to grooverdan:

$ cat smartd.conf
DEFAULTSCAN -a -d sat,12 -m root

DEVICESCAN -d sat is not implemented on Solaris.

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.

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.

comment:5 by Christian Franke, 13 years ago

Keywords: needinfo added

comment:6 by Alex Samorukov, 13 years ago

Resolution: wontfix
Status: newclosed

9 months without feedback, reported version is very old.

Note: See TracTickets for help on using tickets.