If you're able to get the DOM to boot again, you're halfway home.For anyone else interested, the following is what I have learnt through various sites about the reset button:
1. Pressing the reset button while holding the power button (from OFF) until the power button flashes orange (about 2 seconds) and then releasing both causes the ss4200 to boot from IDE (or USB if you don't have a dom plugged in)
2. Pressing the reset button while holding the power button (from OFF) until all buttons flash 3 times causes the ss4200 to return to factory defaults - including the firmware that was originally on it.
3. Pressing the reset button while holding the power button (from ON) for a few seconds causes the ss4200 to return to factory defaults but with the firmware unchanged.
Well, you've come at the right time since I dug deep into this system last weekend. 🙂
So, the good news first--your data should all still be intact, and Intel released a technical paper and how to retrieve the data using unix. It's not for the faint of heart as it's quite technical, but it can be done.
So now onto the potentially bad news. Power supply failures can be catastrophic and damage the motherboard or other components, which might have happened. 🙁 But it could also just be the dom not booting, which is easier to fix.
I'd remove your drives and try the reset a couple of times to see if you can get the dom to boot again. The types of presses also do different things per the ss4200 wiki here:
http://ss4200.pbworks.com/w/page/5122739/Boot Issues - Power light flashes continuously
If you're able to get the DOM to boot again, you're halfway home.
If not, you can remove the dom and put it in another system and then re-image the dom as it might be corrupted. I think technically you could even put the image on an ide hard drive or compact flash with a flash adapter, but I'd try the original dom first.
Once you have the system booting again (even if it is in pieces), you can put your drives back in it and there's a process to make it use those drives without formatting them. There's some instructions I've saved from somewhere that told me how to properly do this, but I can't recall atm. BE CAREFUL HERE BECAUSE IT WILL WANT TO YOU REFORMAT THEM, AND YOU DON'T WANT TO DO THAT OR YOU WILL LOSE THE DATA.
Let me know what happens and I'll do my best to help. 🙂
Well, you've come at the right time since I dug deep into this system last weekend. 🙂
So, the good news first--your data should all still be intact, and Intel released a technical paper and how to retrieve the data using unix. It's not for the faint of heart as it's quite technical, but it can be done.
So now onto the potentially bad news. Power supply failures can be catastrophic and damage the motherboard or other components, which might have happened. 🙁 But it could also just be the dom not booting, which is easier to fix.
I'd remove your drives and try the reset a couple of times to see if you can get the dom to boot again. The types of presses also do different things per the ss4200 wiki here:
http://ss4200.pbworks.com/w/page/5122739/Boot Issues - Power light flashes continuously
If you're able to get the DOM to boot again, you're halfway home.
If not, you can remove the dom and put it in another system and then re-image the dom as it might be corrupted. I think technically you could even put the image on an ide hard drive or compact flash with a flash adapter, but I'd try the original dom first.
Once you have the system booting again (even if it is in pieces), you can put your drives back in it and there's a process to make it use those drives without formatting them. There's some instructions I've saved from somewhere that told me how to properly do this, but I can't recall atm. BE CAREFUL HERE BECAUSE IT WILL WANT TO YOU REFORMAT THEM, AND YOU DON'T WANT TO DO THAT OR YOU WILL LOSE THE DATA.
Let me know what happens and I'll do my best to help. 🙂
I wouldn't bother with trying the rs232--just take the dom out and see if it shows up in another computer. Then that will eliminate the dom as the issue as it could still be something with the motherboard. Remember though that a corrupt dom may not boot even if the drive shows up--and there's a fix for this by just reimaging the dom.Thank you!! I actually think you are right also and think the DOM isn't booting.. I checked the two little pins to make sure power was getting to it and 5w was going to the DOM.. I'm going to try to connect via the RS232 header but I think I need to find/order a converter/adapter to go form the header to the cable since I just checked and a standard cable wouldn't fit it lol. Any recommendations for this part?
That's pretty much what can be done except there's a specific procedure to it since the box is a bit proprietary.I'm confused - if the box is running linux with some standard raid software like mdadm; can't the disks be moved to a modern linux system and the raid set should be found ?
I'm confused - if the box is running linux with some standard raid software like mdadm; can't the disks be moved to a modern linux system and the raid set should be found ?
But wondering.. do all 4 disk need to be connected at the same time to the computer in order for this to work? Or can each be connected one at a time?
I looked at the Intel data recovery pdf and it only talks about doing it from the console via ssh or rs232:
https://www.intel.com/content/dam/s...server/ss4200-e/sb/ss4200edatarecovery_12.pdf
There are two versions, but if it is booting from the dom and was 'stock' (user didn't install an os), then it is the ss4200-e and not the ss4200-ehw, which could have windows installed.From that thread the mdadm commands i suggested would probably work IFF the version of the 4200 was running linux. There appears to be a window version and no clue what it uses for raid.
There are two versions, but if it is booting from the dom and was 'stock' (user didn't install an os), then it is the ss4200-e and not the ss4200-ehw, which could have windows installed.
I think between the instructions you've posted and those that Intel gave the user in the thread I posted, there's a solid shot of getting the data back if something hasn't altered the state of the drives by now.
IFF=If and only if? I haven't seen that since my C days. 😀
I didn't know much of C either except when I saw your IFF. 😀 I think that's one of the few things I remember besides arrays and pointers.C - i don't know C these days; just gnu C... but once a long time ago i knew K+R C; but that was a long time ago in a computer room far away.
Great news! I took a old hard drive and loaded fedora to it.. mounted all 4 disk and fedora saw the RAID! Nothing had to be done.. I copied all my data, took 20hrs but man I'm a happy camper! thanks everyone!!
So great to hear!! So what version did you use? Could this be done as simple as loading up a live cd and moving the drives to the same system? I'd love to know for future reference. 😎Great news! I took a old hard drive and loaded fedora to it.. mounted all 4 disk and fedora saw the RAID! Nothing had to be done.. I copied all my data, took 20hrs but man I'm a happy camper! thanks everyone!!
Boy I'm glad things are easier for now. One of the reasons I liked these units was because they were pretty linux partitions and raid so recovery was easier. But if it's this easy, that's a serious bonus.10 years ago it would still have been recoverable but a lot more painful; they've added a lot of conveniences over the years. Btw why copy the data? I mean you can use the disk in your linux box (if you have a box running linux 😉 though in all honesty i would use zfs over mdadm for numerous reasons. One of these days brtfs will rule the day but that day hasn't quite arrived as of yet.
Boy I'm glad things are easier for now. One of the reasons I liked these units was because they were pretty linux partitions and raid so recovery was easier. But if it's this easy, that's a serious bonus.
I've worked with raid systems since the early late 1990s having a full external scsi-scsi raid controller on my desktop system (mylex dac960sui) for several years, and I think the biggest problem is that most people dont understand that a raid doesnt automatically protect the data. It can, depending on the implementation, but even then still has limits.
I stopped using raids and moved to manual triple-set mirroring before the days of zfs because bit rot has become a reality with today's densities. I still don't use raid today except on the intel units (because you have to), as I'm still not convinced that the extra overhead of zfs will still be enough to deal with bit-rot.
In terms of raid, raid0+1 is what I would probably implement with zfs with multiple parity. This would be relatively safe and also detect bit rot, but it still subject to catestrophic failure.
I'm using the intel nas as just a online backup, so if it fails, it's just one in a series of backups. But recovering if necessary is also something to consider, so I did like the very standard and simple setup of the units. And hearing that
Intel_SS4200 was able to recover the volume so easily, makes this even a better unit imo.
Yep, they are two different issues. That's the thing about being informed if it can be recovered--my current system of triple mirrors pretty much guarantees a recovery unless there are 2 failures in the same file across two disks--highly unlikely.
I agree that the 'recovery' was nothing magical, but for those of us that don't know unix, simply mounting the drives again and seeing the data will seem like a miracle. I'm still wondering exactly how it was done so I can have that in my toolbox.