Link to home
Start Free TrialLog in
Avatar of my3cents
my3cents

asked on

backing up and restoring a raid 10 drive.

Hi, I have a SQL Server running windows 2008 r2 server. The C drive is a raid 1 drive that contains the OS. The D drive (raid 10) contains the SQL application and data. And the e (raid 1) contains the sql log files. I need to rebuild the D drive (raid 10) and restore the data. My thought was to clone the D drive, rebuild the raid and restore the data. Anyone has any recommendation in terms of strategy, software to use, etc.. This is a production server so i can't mess this up.

Thanks.
Avatar of Chris H
Chris H
Flag of United States of America image

If you have the time and money, use R-Studio.  You can create individual drive images and goof around with the configuration and rebuild virtually, leaving your original copy untouched.  I want to say we spent about 100$ on it.  Worked like a champ.

http://www.r-tt.com/
Data is data is data.  Make a full backup using your "normal" backup environment.  Then, plus in an external USB drive, and make a second backup to that drive.  (If you're paranoid like me, do a third backup.)

Then, reboot the box and get into the RAID BIOS.  Do whatever you need there -- remember to triple-check BEFORE you do everything that you are working on the right volume.

Once done, reboot the box, then recreate drive D: on the empty drive subsystem, and finally restore the data from the external drive to the newly-created drive.
Safest and cheap way is to shut the system down, boot to LINUX on a USB stick, and then use some freebie linux-based partitioning/cloning software to move over data (to a virtual machine or another disk on another computer as a test)

Trick is you want to make 100% sure the backup is good, and you test a restore BEFORE you rebuild the source disk.  So free up disk space on another computer and use that for a dry run.

Make sure that the backup you create is protected on a RAID system, and not just copied to a single disk drive.  Murphy's laws, and all of that ..
Avatar of my3cents
my3cents

ASKER

Conceptually, i know what i need to do (backup, recreate and restore). I guess i'm looking for someone who has experienced with something similar to my situation. And i'm looking for more of a step by step guidance. I have cloned workstations but never servers. My main concern is that after the restore, the SQL server stops working. This is a production server and it can't be down for too long.  

Thanks.
I was wondering if it is even safe to do. I have the OS in the C drive. The SQL installation in the D drive and the SQL log files in the E drive.
Just shut the system down and boot to a different O/S, like LINUX, and you can backup, clone, whatever without any risk of hurting your original disks by just using any of the freebie partition cloning packages that you can download for free.

But if you want online backup (meaning windows-based that runs while the system is booted), you'll need to buy some commercial software.
if i want to do an online backup with symantec backup, is it best to shutdown sql services first?
ASKER CERTIFIED SOLUTION
Avatar of David
David
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial