SAS2008 not listing any disks

jeneeben

Cadet
Joined
Nov 29, 2020
Messages
5
Hi,

i just installed TrueNas on my ESXi Server. I have a SAS2008 HBA connected to the VM (passthrough) and it is listed in TrueNAS:

Code:
LSI Corporation SAS2 Flash Utility
Version 20.00.00.00 (2014.09.18)
Copyright (c) 2008-2014 LSI Corporation. All rights reserved


        Adapter Selected is a LSI SAS: SAS2008(B2)   


        Controller Number              : 0
        Controller                     : SAS2008(B2)   
        PCI Address                    : 00:03:00:00
        SAS Address                    : 500605b-0-0209-9060
        NVDATA Version (Default)       : 14.01.00.08
        NVDATA Version (Persistent)    : 14.01.00.08
        Firmware Product ID            : 0x2213 (IT)
        Firmware Version               : 20.00.07.00
        NVDATA Vendor                  : LSI
        NVDATA Product ID              : SAS9211-8i
        BIOS Version                   : 07.39.02.00
        UEFI BSD Version               : N/A
        FCODE Version                  : N/A
        Board Name                     : SAS9211-8i
        Board Assembly                 : N/A
        Board Tracer Number            : N/A


        Finished Processing Commands Successfully.
        Exiting SAS2Flash.


But no Disks are listed in TrueNAS..what can i do to make it work?

Regards,
Jeneeben
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
What's the output of:
  1. lsblk
  2. sas2ircu 0 display
 

jeneeben

Cadet
Joined
Nov 29, 2020
Messages
5
UPDATE: Ok..i am stupid...the HDD listed in TrueNAS is indeed the one connected to the HBA..and i was wondering why i am seeing the HDD connected to the Mainboard in Truenas..without passing it to it..


Hi,

here are the outputs:

1. lsblk

Code:
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
sda      8:0    0  7.3T  0 disk
├─sda1   8:1    0    1M  0 part
├─sda2   8:2    0   15M  0 part
└─sda3   8:3    0  7.3T  0 part
sdb      8:16   0   16G  0 disk
├─sdb1   8:17   0    1M  0 part
├─sdb2   8:18   0  512M  0 part
└─sdb3   8:19   0 15.5G  0 part
sdc      8:32   0   16G  0 disk
├─sdc1   8:33   0    1M  0 part
├─sdc2   8:34   0  512M  0 part
└─sdc3   8:35   0 15.5G  0 part
sr0     11:0    1  1.5G  0 rom



2. sas2ircu 0 display

Code:
LSI Corporation SAS2 IR Configuration Utility.
Version 20.00.00.00 (2014.09.18)
Copyright (c) 2008-2014 LSI Corporation. All rights reserved.


Read configuration has been initiated for controller 0
------------------------------------------------------------------------
Controller information
------------------------------------------------------------------------
  Controller type                         : SAS2008
  BIOS version                            : 7.39.02.00
  Firmware version                        : 20.00.07.00
  Channel description                     : 1 Serial Attached SCSI
  Initiator ID                            : 0
  Maximum physical devices                : 255
  Concurrent commands supported           : 3432
  Slot                                    : Unknown
  Segment                                 : 0
  Bus                                     : 3
  Device                                  : 0
  Function                                : 0
  RAID Support                            : No
------------------------------------------------------------------------
IR Volume information
------------------------------------------------------------------------
------------------------------------------------------------------------
Physical device information
------------------------------------------------------------------------
Initiator at ID #0


Device is a Hard disk
  Enclosure #                             : 1
  Slot #                                  : 2
  SAS Address                             : 4433221-1-0100-0000
  State                                   : Ready (RDY)
  Size (in MB)/(in sectors)               : 7630885/15628053167
  Manufacturer                            : ATA    
  Model Number                            : WDC WD8003FFBX-6
  Firmware Revision                       : 0A83
  Serial No                               : VYJPT96M
  GUID                                    : 5000cca0c6e61602
  Protocol                                : SATA
  Drive Type                              : SATA_HDD
------------------------------------------------------------------------
Enclosure information
------------------------------------------------------------------------
  Enclosure#                              : 1
  Logical ID                              : 500605b0:02099060
  Numslots                                : 8
  StartSlot                               : 0
------------------------------------------------------------------------
SAS2IRCU: Command DISPLAY Completed Successfully.
SAS2IRCU: Utility Completed Successfully.


Currently there is one 8TB HDD connected to the HBA and one to the mainboards sata connector (which is listed properly)

Regards,
Jeneeben
 
Last edited:

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Do you know that the controller is good, i.e. not defective? How exactly is the disk connected (did you perhaps accidentally buy a reverse breakout cable instead of a forward breakout cable)? What happens on bare metal? What about a different OS?
 

jeneeben

Cadet
Joined
Nov 29, 2020
Messages
5
My bad, i should have put my update below :)

but thanks for your help
UPDATE: Ok..i am stupid...the HDD listed in TrueNAS is indeed the one connected to the HBA..and i was wondering why i am seeing the HDD connected to the Mainboard in Truenas..without passing it to it..
 
Top