Opened 13 years ago

Closed 12 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 Changed 13 years ago by Gabriele Pohl

Keywords: smartd.conf added; solaris smartd removed

comment:2 Changed 13 years ago by Christian Franke

Keywords: solaris added; smartd.conf removed

comment:3 Changed 13 years ago by Christian Franke

Component: allsmartd

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

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 Changed 12 years ago by Christian Franke

Keywords: needinfo added

comment:6 Changed 12 years ago by Alex Samorukov

Resolution: wontfix
Status: newclosed

9 months without feedback, reported version is very old.

Note: See TracTickets for help on using tickets.