You will need to know all this information if you are planning to recover a WD Sentinel DX4000 or build one from scratch. Only, these details are either not in the documentation, or hidden in various corners where they don’t become significant until you are trying to solve a failure. Here are the items that, had I known, would have foreshortened the recovery process for me by three days. NOTE: You still need to follow the recovery process on the WD Support pages (WD Sentinel DX4000 or RX4100: Reset to Detault (Recovery)). These notes merely augment that process.
- ISO IMAGE AND VIRTUAL DRIVE: You will need a valid image (ISO). You can download the image from WD Sentinel DX4000 or RX4100: Reset to Detault (Recovery) , selecting your own region (mine was PAN/AM). If you don’t have a blueray DVD burner and dual layer DVDs, then you will need to find and load virtual disk software. I used Gizmo and mounted the ISO as a virtual drive. There are a number of free ones out there. The RECREATE MY STORAGE and RECOVERY applications are on the virtual drive. Navigate to the drive and double click on SETUP.EXE to start the process.
As for the image itself, there are those who urge you to check the hash code. Personally, if the download was clean, then the Hash is almost always fine. And that is usually not the problem. - CLEAN the disks. If your disks are new or you don’t care about your data, you will need to CLEAN the drives (i.e. wipe the disk configuration information). . To do this, connect each disk to a worker PC (both the power and SATA cables). Then, in the command line on Windows, run diskpart (the disk partitioner). Use these commands:
diskpart
list disk (find out which disk is the new one you just attached)
select disk n (where n is the disk number. It is usually disk 1)
clean (It is nearly instantaneous)
exit
- USB THUMB DRIVE: Regardless of what the documentation says, you can only use a 16 Gb or 32 Gb drive. Nothing else will work. (I lost a day because I didn’t know this). You will be creating, first, a RECREATE MY STORAGE thumb drive and, when that is completed, a RECOVERY thumb drive. These processes go pretty quickly. You can use the same thumb drive for both, if you don’t mind regenerating the drive. If you don’t use a 16 or 32 Gb thumb, the recovery process will hang at “INITIALIZING OK STARTING RECOVERY”. If you do everything correctly, the whole storage creation process takes about 5 minutes. If you go any longer, your process is hung. Stop it, find and correct your error and start over. I lost a day on this one waiting for STARTING RECOVERY to complete.
- WHITELISTS: On each thumb drive, in the WDRECOVERY directory are two whitelists: WHITELISTK.XML and WHITELISTS.XML. Make sure the drives you have are listed in here. The likelihood is, if you are using new disks, they will not match the whitelist. Your storage recreation will fail unless you edit BOTH whitelists on BOTH the RECREATE MY STORAGE thumb drive and the RECOVERY thumb drive. My drives were WD2002FYPS-01U1B1. That isn’t in the whitelist. Edit the whitelists (I use notepad) and add a line using the format of one of the other lines to include your drive type in the list. If you don’t, you will get an INVALID CONFIG error.
- If you have RECREATED STORAGE successfully, and then start to run the RECOVERY process, you should know that it takes a long time to format the drives. Just to format two 2Tb drives took eight hours, setting up as RAID 1. Setting up a RAID 5 box with four 4 Tb drives will take several days.
- LEAVE THE worker PC ON. You should be following the Recovery process on your PC where you have the ISO image virtually mounted and where you created the thumb drives. A dislog box will open on the PC, find your DX4000 and connect to it. You will follow along with the drive format, copying software and setup. When the process completes, you will go to a website (actually a webpage from your new server), which will guide you through additional setup, like server name, password, and other details. The URL is something like http:// where server ip is the IP address of your new server, which should be visible on the blue display on the DX face. Don’t skip this step.
- Also, you should know that you can log in to your new server using RDC (Remote Desktop Connection) to either the server name or the IP address and …
Username: Administrator
Password: .
These DX4000 are pretty finicky and “brittle” as we used to call it in software development. There is little or no leeway for error and little error handling. But, if you do it exactly right, it will work.