ibm m1015 flashing

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

SINN78

Active Member
Apr 3, 2016
110
24
28
44
So i have 2 of these and 1 dell perc in my system anyway to safely flash the ibm's without having to have only 1 card in the system at a time?
 

mattr

Member
Aug 1, 2013
120
11
18
you can target each card by ID or target both cards at the same time. doing a megacli -AdpAllInfo -aAll -page 20 or sas2flsh -listall you can get the card ID number.

You can then target the individual cards like so..

Code:
megarec -writesbr 0 sbrempty.bin
megarec -cleanflash 0
sas2flsh -o -c 0 -sasadd 500xxxxxxxxxxxx
sas2flsh -o -c 0 -f 2118it.bin
In these commands the 0 (zero) represent the cards ID number. 0 (zero) will be the first card and 1 (one) will be the second and so-on.
 
  • Like
Reactions: SINN78

Terry Kennedy

Well-Known Member
Jun 25, 2015
1,142
594
113
New York City
www.glaver.org
you can target each card by ID or target both cards at the same time. doing a megacli -AdpAllInfo -aAll -page 20 or sas2flsh -listall you can get the card ID number.
One thing to be careful of is that not all of the LSI utilities see the same set of controllers at the same ID. megarec saw a Dell PERC H700 that sas2flsh didn't see. I accidentally erased the H700 because of that.