Monday, September 20, 2010

Disaster Recovery Is Not Just a Technology Issue

A basic disaster recovery plan for small business (and some larger ones) consists basically of redundancy in the server (RAID, redundant power) and a nightly backup. The theory is that server redundancy protects you most of the time and if that happens to fail, then you get your data from backup. We recently had a server failure just like that but with a twist.

A RAID 5 array failed in a server and took out information that was business critical. The failure occured on an Thursday evening. Reviewing the backup log, the backup Thursday night appeared to complete successfully, but in fact it hadn't. The RAID 5 array failed partway through the backup. This leaves us restoring to Wednesday nights backup. All of Thursday's data changes were lost.

Here is where the twist comes in. This organization scans in historical documents and then shreds them afterwards. After the document has been shredded there is no backup copy except on the computer system. This is one of the databases that was lost.

Because the document is shredded before a backup is taken, there is small window where loss of data is an issue due to only a single failure. To protect that data, shredding needs to be delayed at least one day to ensure there is a good backup. And depending on how paranoid you are, maybe two.

In this case, no documents were processed in the lost window, but it could easily have happened.

2 comments:

  1. Hi Byron,

    please help me to recover mailbox database from NTbackup after disaster happen, i am recover server successfully using /M:RecoverServer.

    thanks for nice site

    ReplyDelete
  2. I'm not sure which version of Exchange you're using, but the process is approximately the same. After doing the recover server portion, you have an empty mail server that should have same database configuration. At this point, you need to restore the database files.

    Before restoring the database you need to mark it as restorable. The option in the graphical interface is something like "This database can be overwritten by a restore". Then you can restore the database and mount it.

    This site shows the specific steps: http://exchangeserverpro.com/exchange-2010-mailbox-database-backup-restore-windows-server-backup/

    ReplyDelete