Hey all,
I'm in the process of swapping out a Dell R720 running our main TrueNAS system here with a Dell Compellent SC8000 where I'll have TrueNAS installed on an internal USB drive for boot instead of the hardware RAID boot pool it's using in the current system... I need to identify the actual SAS HBA card I'm using in the system so I can source a replacement and get that installed to send the system to get swapped, but as I don't have physical access I can't just shut down the system to open it up and check, and it doesn't show up in the iDRAC.
In the shell I've got:
Which seems to suggest that it's an LSI card, naturally my next command in the shell was sas2flash, etc...
So, now I'm stumped and hoping for some insights.
Cheers!
I'm in the process of swapping out a Dell R720 running our main TrueNAS system here with a Dell Compellent SC8000 where I'll have TrueNAS installed on an internal USB drive for boot instead of the hardware RAID boot pool it's using in the current system... I need to identify the actual SAS HBA card I'm using in the system so I can source a replacement and get that installed to send the system to get swapped, but as I don't have physical access I can't just shut down the system to open it up and check, and it doesn't show up in the iDRAC.
In the shell I've got:
Code:
root@TrueNAS[~]# lspci|grep SAS 03:00.0 RAID bus controller: Broadcom / LSI MegaRAID SAS-3 3108 [Invader] (rev 02) 06:00.0 Serial Attached SCSI controller: Adaptec Smart Storage PQI SAS (rev 01)
Which seems to suggest that it's an LSI card, naturally my next command in the shell was sas2flash, etc...
Code:
root@TrueNAS[~]# sas2flash -listall
LSI Corporation SAS2 Flash Utility
Version 20.00.00.00 (2014.09.18)
Copyright (c) 2008-2014 LSI Corporation. All rights reserved
No LSI SAS adapters found! Limited Command Set Available!
ERROR: Command Not allowed without an adapter!
ERROR: Couldn't Create Command -listall
Exiting Program.
root@TrueNAS[~]# sas3flash -listall
Avago Technologies SAS3 Flash Utility
Version 16.00.00.00 (2017.05.02)
Copyright 2008-2017 Avago Technologies. All rights reserved.
No Avago SAS adapters found! Limited Command Set Available!
ERROR: Command Not allowed without an adapter!
ERROR: Couldn't Create Command -listall
Exiting Program.
root@TrueNAS[~]# sas2ircu LIST
LSI Corporation SAS2 IR Configuration Utility.
Version 20.00.00.00 (2014.09.18)
Copyright (c) 2008-2014 LSI Corporation. All rights reserved.
SAS2IRCU: MPTLib2 Error 1
root@TrueNAS[~]# sas3ircu LIST
Avago Technologies SAS3 IR Configuration Utility.
Version 16.00.00.00 (2017.04.26)
Copyright (c) 2009-2017 Avago Technologies. All rights reserved.
SAS3IRCU: MPTLib2 Error 1
So, now I'm stumped and hoping for some insights.
Cheers!