LSI HBA Serial Number / Board Tracer Number

Status
Not open for further replies.

EponymousOne

Dabbler
Joined
Jan 9, 2017
Messages
15
Hi,

I'm trying to find a way to get the serial number that's printed on the sticker on the board using a tool like sas2flash.

For some reason, when I tried the sas2flash program (in DOS - probably archaic) it just says "N/A" next to the Board Tracer Number which is where I understand the serial of the board should be printed.

Does anyone know anything else I can try short of taking out the device from the server again? Does anyone know why it says "N/A"?

Thanks.
 

ethereal

Guru
Joined
Sep 10, 2012
Messages
762
try an efi boot disk also FreeNAS has sas2flash built in.
 
Last edited by a moderator:

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
The easier way is to use either sas2flash or sas2ircu (or mpsutil or whatever it's called), which are included in FreeNAS. IIRC, sas2flash -listall is what you need.
 

BigDave

FreeNAS Enthusiast
Joined
Oct 6, 2013
Messages
2,479
The easier way is to use either sas2flash or sas2ircu (or mpsutil or whatever it's called), which are included in FreeNAS. IIRC, sas2flash -listall is what you need.
It's actually just sas2flash -list

The output with my 9207 8i card listed the Board Tracer Number (the bios were not erased)

Code:
LSI Corporation SAS2 Flash Utility
Version 16.00.00.00 (2013.03.01)
Copyright (c) 2008-2013 LSI Corporation. All rights reserved

		Adapter Selected is a LSI SAS: SAS2308_2(D1)

		Controller Number			  : 0
		Controller					 : SAS2308_2(D1)
		PCI Address					: 00:02:00:00
		SAS Address					: removed
		NVDATA Version (Default)	   : 14.01.00.06
		NVDATA Version (Persistent)	: 14.01.00.06
		Firmware Product ID			: 0x2214 (IT)
		Firmware Version			   : 20.00.07.00
		NVDATA Vendor				  : LSI
		NVDATA Product ID			  : SAS9207-8i
		BIOS Version				   : 07.39.00.00
		UEFI BSD Version			   : 07.27.01.00
		FCODE Version				  : N/A
		Board Name					 : SAS9207-8i
		Board Assembly				 : removed
		Board Tracer Number			: removed

		Finished Processing Commands Successfully.
		Exiting SAS2Flash.


My M1015 card however, doesn't list this number (the bios was erased from this card)

Code:
root@freenas:~ # sas2flash -list
LSI Corporation SAS2 Flash Utility
Version 16.00.00.00 (2013.03.01)
Copyright (c) 2008-2013 LSI Corporation. All rights reserved

		Adapter Selected is a LSI SAS: SAS2008(B1)

		Controller Number			  : 0
		Controller					 : SAS2008(B1)
		PCI Address					: 00:01:00:00
		SAS Address					: removed
		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.11.00.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.
 
Status
Not open for further replies.
Top