Y
Y
Yuri Shmakov2016-02-26 10:59:49
Debian
Yuri Shmakov, 2016-02-26 10:59:49

Adaptec 3405 SMART how?

Good afternoon.
There is a server running Debian 6.0 and an Adaptec 3405 controller, as well as a stack of SAS disks that need to be checked.
After connecting the disk as Simple_volume, it appears in the system as /dev/sdf
How to see it SMART?

smartctl -a -d scsi /dev/sdf
smartctl 5.40 2010-07-12 r3124 [x86_64-unknown-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

Device: Adaptec  CLEAN            Version: V1.0
scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0
>> Terminate command early due to bad response to IEC mode page
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.

As advised on the Internet: Using the sg module, you can directly access the hard drives on the controller. For example, for the first hard disk:
smartctl -d scsi -a /dev/sg1
There are no sg devices in the system
ls /dev/sg*
ls: cannot access /dev/sg*: No such file or directory

How to get to smart?
just in case conclusion
arcconf GETCONFIG 1
Controllers found: 1
----------------------------------------------------------------------
Controller information
----------------------------------------------------------------------
   Controller Status                        : Optimal
   Channel description                      : SAS/SATA
   Controller Model                         : Adaptec 3405
   Controller Serial Number                 : 9C411137CBC
   Temperature                              : 49 C/ 120 F (Normal)
   Installed memory                         : 128 MB
   Copyback                                 : Disabled
   Background consistency check             : Enabled
   Automatic Failover                       : Enabled
   Global task priority                     : Medium
   Stayawake period                         : Disabled
   Spinup limit internal drives             : 0
   Spinup limit external drives             : 0
   Defunct disk drive count                 : 0
   Logical devices/Failed/Degraded          : 1/0/0
   --------------------------------------------------------
   Controller Version Information
   --------------------------------------------------------
   BIOS                                     : 5.2-0 (15728)
   Firmware                                 : 5.2-0 (15728)
   Driver                                   : 1.2-0 (28900)
   Boot Flash                               : 5.2-0 (15728)
   --------------------------------------------------------
   Controller Battery Information
   --------------------------------------------------------
   Status                                   : Not Installed

----------------------------------------------------------------------
Logical device information
----------------------------------------------------------------------
Logical device number 0
   Logical device name                      : CLEAN
   RAID level                               : Simple_volume
   Status of logical device                 : Optimal
   Size                                     : 571382 MB
   Read-cache mode                          : Enabled
   Write-cache mode                         : Disabled (write-through)
   Write-cache setting                      : Enabled (write-back) when protected by battery/ZMM
   Partitioned                              : No
   Protected by Hot-Spare                   : No
   Bootable                                 : Yes
   Failed stripes                           : No
   Power settings                           : Disabled
   --------------------------------------------------------
   Logical device segment information
   --------------------------------------------------------
   Segment 0                                : Present (Controller:1,Connector:0,Device:2) 


----------------------------------------------------------------------
Physical Device information
----------------------------------------------------------------------
      Device #0
         Device is a Hard drive
         State                              : Online
         Supported                          : Yes
         Transfer Speed                     : SAS 3.0 Gb/s
         Reported Channel,Device(T:L)       : 0,2(2:0)
         Reported Location                  : Connector 0, Device 2
         Vendor                             : HITACHI
         Model                              : HUS156060VLS600
         Firmware                           : A5D0
         World-wide name                    : 5000CCA02ACE2053
         Size                               : 572325 MB
         Write Cache                        : Enabled (write-back)
         FRU                                : None
         S.M.A.R.T.                         : No
         S.M.A.R.T. warnings                : 0


Command completed successfully.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Gem, 2016-02-26
@Gem

# sg_scan -i
create /dev/sgX included in sg3-utils
alternative
https://www.smartmontools.org/wiki/Supported_RAID-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question