Проект

Общее

Профиль

LSI-Logic MPT-Fusion » История » Версия 4

Андрей Волков, 2015-03-13 13:10

1 1 Андрей Волков
h1. LSI-Logic MPT-Fusion
2
3 4 Андрей Волков
h1. LSI-Logic-SAS1064E-B3-SAS3042E
4
5
h2. Сбор данных
6
7
h3. Прошивка для SAS контроллера от производителя
8
9
HP ProLiant DL160 G5 Server
10
http://h20565.www2.hp.com/portal/site/hpsc/public/psi/home/?sp4ts.oid=3580694
11
12
Контроллер LSI SAS 1064E(B3)
13
http://h20564.www2.hp.com/hpsc/swd/public/detail?swItemId=MTX_80c445b9f94b4564a18dc2d165
14
Firmware and BIOS for HP SAS/SATA HBA with RAID
15
Firmware - Storage Controller
16
Version: 06.18.07.00 (1.23.46.00)(11 Dec 2012)
17
SP45154.exe (2.1 MB)
18
http://ftp.hp.com/pub/softlib2/software1/pubsw-windows/p1285397499/v83083/SP45154.exe
19
20
h3. Прошивальщик под linux
21
22
Статья
23
http://bugsplatter.id.au/sasflash/#using-sasflash
24
25
Прошивальщик
26
http://www.lsi.com/downloads/Public/Host%20Bus%20Adapters/Host%20Bus%20Adapters%20Common%20Files/SAS_SATA_3G_P21/Installer_P21_for_Linux.zip
27 1 Андрей Волков
28 2 Андрей Волков
h3. Смотрим
29
30 1 Андрей Волков
*./sasflash -listall*
31
32
<pre>
33
 ****************************************************************************
34
    LSI Corporation SAS FLASH Utility.
35
36
    SASFlash Version 1.30.00.00 (2011.08.24) 
37
38
    Copyright (c) 2006-2011 LSI Corporation. All rights reserved.
39
 ****************************************************************************
40
41
	Adapter Selected is a LSI SAS 1064E(B3):
42
43
 Num   Ctlr      FW Ver     NVDATA   x86-BIOS     EFI-BSD    PCI Addr
44
-----------------------------------------------------------------------
45
46
1   1064E(B3)  01.23.39.00  2b.86  06.18.05.00    No Image   00:09:00:00
47
48
49
Finished Processing Commands Successfully.
50
	Exiting SASFlash.
51
52
</pre>
53
54
*lsiutil -p 1 -i -s*
55
56
<pre>
57
LSI Logic MPT Configuration Utility, Version 1.62, January 14, 2009
58
59
1 MPT Port found
60
61
==============================================================================
62
63
/proc/mpt/ioc0    LSI Logic SAS1064E B3    MPT 105   Firmware 01172700   IOC 0
64
65
Seg/Bus/Dev/Fun    Board Name       Board Assembly   Board Tracer
66
 0   9   0   0     SAS3042E         L3-25006-02C     P62200BGKW540H  
67
68
Current Port State
69
------------------
70
SAS1064E's links are 1.5 G, 1.5 G, down, down
71
72
Software Version Information
73
----------------------------
74
Current active firmware version is 01172700 (1.23.39)
75
Firmware image's version is MPTFW-01.23.39.00-IE
76
  LSI Logic
77
x86 BIOS image's version is MPTBIOS-6.18.05.00 (2008.05.14)
78
79
Firmware Settings
80
-----------------
81
SAS WWID:                       500605b000144f2c
82
Multi-pathing:                  Disabled
83
SATA Native Command Queuing:    Disabled
84
SATA Write Caching:             Disabled
85
SATA Maximum Queue Depth:       1
86
Device Missing Report Delay:    3 seconds
87
Device Missing I/O Delay:       3 seconds
88
Phy Parameters for Phynum:      0    1    2    3    
89
  Link Enabled:                 Yes  Yes  Yes  Yes  
90
  Link Min Rate:                1.5  1.5  1.5  1.5  
91
  Link Max Rate:                3.0  3.0  3.0  3.0  
92
  SSP Initiator Enabled:        Yes  Yes  Yes  Yes  
93
  SSP Target Enabled:           No   No   No   No   
94
  Port Configuration:           Auto Auto Auto Auto 
95
Target IDs per enclosure:       1
96
Persistent mapping:             Enabled
97
Physical mapping type:          Enclosure/Slot
98
Target ID 0 reserved for boot:  Yes
99
Starting slot (direct attach):  1
100
Target IDs (physical mapping):  8
101
Interrupt Coalescing:           Enabled, timeout is 16 us, depth is 4
102
103
Persistent Mappings
104
-------------------
105
No persistent entries found
106
107
 B___T___L  Type       Vendor   Product          Rev      SASAddress     PhyNum
108
 0   1   0  Disk       ATA      OCZ-AGILITY3     2.25  1221000000000000     0
109
 0   2   0  Disk       ATA      OCZ-AGILITY3     2.25  1221000001000000     1
110 2 Андрей Волков
</pre>
111
112
h3. Перепрошиваем Firmware
113
114
*./sasflash -fwall 6ei_r_ld.fw*
115
116
<pre>
117
 ****************************************************************************
118
    LSI Corporation SAS FLASH Utility.
119
120
    SASFlash Version 1.30.00.00 (2011.08.24) 
121
122
    Copyright (c) 2006-2011 LSI Corporation. All rights reserved.
123
 ****************************************************************************
124
125
	Ignoring All other commands except for output flags
126
127
	Attempting to flash firmware to LSI SAS 1064E(B3):
128
129
	Executing Operation: Flash Firmware Image
130
131
		Checksum Passed: 00000000
132
133
		Verifying NVDATA Compatibility. . .
134
		NVDATA Versions Compatible
135
136
		Product ID and Vendor ID match verified.
137
138
		Valid BootLoader Image verified.
139
140
		Beginning Firmware Download
141
		Firmware Download: SUCCESSFUL!
142
143
		Verifying the image flashed correctly. . . 
144
145
		Firmware Flash: SUCCESSFUL!
146
147
		Resetting Adapter:
148
		Adapter Successfully reset.
149
150
		Updating VPD data!
151
		VPD update not needed
152
153
 
154
Finished Processing Commands Successfully.
155
	Exiting SASFlash.
156
</pre>
157
158
h3. Смотрим
159
160 3 Андрей Волков
*./sasflash -listall*
161 1 Андрей Волков
162 3 Андрей Волков
<pre>
163
<code class="diff">
164
  ****************************************************************************
165
     LSI Corporation SAS FLASH Utility.
166
 
167
     SASFlash Version 1.30.00.00 (2011.08.24) 
168
 
169
     Copyright (c) 2006-2011 LSI Corporation. All rights reserved.
170
  ****************************************************************************
171
 
172
 	Adapter Selected is a LSI SAS 1064E(B3):
173
 
174
  Num   Ctlr      FW Ver     NVDATA   x86-BIOS     EFI-BSD    PCI Addr
175
 -----------------------------------------------------------------------
176
 
177
-1   1064E(B3)  01.23.39.00  2b.86  06.18.05.00    No Image   00:09:00:00
178
+1   1064E(B3)  01.23.46.00  2b.90  06.18.05.00    No Image   00:09:00:00
179
 
180
 
181
 Finished Processing Commands Successfully.
182
 	Exiting SASFlash.
183
</code>
184 2 Андрей Волков
</pre>
185
186
h3. Перепрошиваем BIOS
187
188
<pre>
189
190 1 Андрей Волков
</pre>