Is it possible to use non-certified hard drives in a Dell MD3220 storage array? I ended up getting 3 new drives that were the EXACT same model number as the existing ones. Then I bought the drive caddies to go with them.
The drives I'm working with:
Manufacturer: TOSHIBA
Product ID: AL13SEB600
Serial number: (varies)
Speed: 10,500 RPM
Current data rate: 6 Gbps
Logical sector size: 512 bytes
Physical sector size: 512 bytes
Physical Disk firmware version: (varies)
Date of manufacture: Not Available
Once the new drives arrived I mounted them on the caddies and inserted them into my storage array to see an Incompatible
status. They have all the same specs. The only difference is the firmware. Still oblivious as to what was going on I started the standard process of upgrading the firmware. The firmware on the drives I received was 1701
and all my other existing drives were DE09
.
During the Upgrade Physical Disk Firmware
process...
I end up getting this error...
After looking into it on the web it seems that it's a common practice for vendors like Dell to lock down their software to only support DELL BRANDED hardware! Even though the drives are the exact same drive (same model and everything both made by Toshiba).
Now I'm stuck with these three drives that I only bought because Dell wouldn't sell them to me (I guess they no longer make them). Not to mention the caddies I bought elsewhere. My question is, is it possible to somehow flash the firmware on these drives so that Dell's software/hardware will accept them?
UPDATE 2019.01.24
Just to add if it helps others, I wanted to post where I was able to find the firmware for my drives. Dell does not make it easy to get to. I had to check each version release of the firmware packs to find the firmware I needed for my drive. Suggestion, don't download each one, use the README (they include for each firmware pack) to search for the firmware you are looking for then download the large pack of firmware. Mine happen to be A19 that contained the DE09
firmware I was looking for.
Go to (this page) and note the red boxes...
After clicking on older versions
it opens another window showing you the following...
You will need to look at each one to determine what package (in my case A19) that you need to download.
UPDATE 2019.01.29
Well it has been a few days now and my struggle continues. Even with the help of @Freddy's answer I'm still trying to make this a reality.
I have managed to get over a few hurtles but now I'm not able to move forward. I have edited the firmware (DE09.fwh) enough so that it does two important things...
- It gets past the device ID check to green light my disk. Before, the firmware would check for id 29747 (AL13SEB300) or id 29748 (AL13SEB600) or id 29749 (AL13SEB900). My drive was showing up as id 00000 (AL13SEB600). So I edited the FW to account for the 00000 id. This worked great!
- It bypasses the minimum required firmware version (because my new drives have version 1701 on them) before it tries to update. So now instead of looking at drives with firmware DE01 and above, it looks for drives with 1701 and above (because version 1701 is lower than DE01).
So after trying many different approaches. I have found that there are really three tools to use to flash the drive's firmware...
- SASDUPIE.exe
- The Dell Powervault Modular Disk Storage Manager
- The Dell SAS Hard Drive Firmware Utility
SASDUPIE.exe
When trying to use SASDUPIE.exe
on (*.fwh) files such as DE09.fwh
, I get a new error (since I have hacked the firmware) when trying to flash...
The operation failed due to an invalid image file.
and
Error Code: "WriteBuffer: Return code from ProcessLibCommand = 2d."
Dell Powervault Modular Disk Storage Manager
This is the normal way that Dell wants you to update the firmware. It takes firmware packages (*.df) such as Toshiba_AL13SEB600_DE09.df
. I thought that I could try to just hack the firmware and use this tool to update the drives. But with this tool it first reads the drives and determines that are in Bypassed or Offline status and make the drives inaccessible. This happens before you can even get to the Download Physical Disk Firmware
window. So unfortunately this was a bust.
Dell SAS Hard Drive Firmware Utility
This is a tool that can be downloaded from here. It allows you to create a bootable CD or USB thumb drive. You can then boot the CD/USB up to upgrade the drives in a non windows environment. Unfortunately this would not work for me either. When I booted up my R630 Dell server which has a boot drive that's mirrored (2 x 600GB drives), and a data drive (not currently used) that is running a raid 5 array from 4 drives, and has connections to my MD3220 storage unit of course. That makes a total of 6 drives mounted into the R630 server and then I have one I inserted (then set as a NON-RAID drive) to flash the firmware on. When booting up this utility it seems to only show me 4 drives, and two of those drives are the same drives just from different controllers. I have no clue why it's not showing me all the drives. But this does not seem to be working for me at all.