Проект

Общее

Профиль

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

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

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