|
We have a customer who for security purposes wants to set up a redundant
file storage solution
QUESTION:We have a customer who for security purposes wants to set up a redundant
file storage solution. At the same time they're looking to get rid of their
tape backup.
They are about 15 users and have <50 GB of data spread across file shares,
Exchange, SQL Server databases and SharePoint (SQL databases too I guess).
What we're thinking to implement is the following: * Full Windows Server 2003 environment * Two geographically separate sites, linked by xDSL * One shared DFS with FRS to replicate all data between both sites * Use Shadow copy for 'version backup' * Use NT Backup (or alternatively BackupExec) to perform 'periodic backups'
to disk at both locations (enough disk space at both ends to have something
like 1 three-month, 2 one-month, and 3 one-week backups (plus incremental
for the last week). Every few months the plan is to archive old data by
burning it to DVD's.
Questions are: * Is this scenario at all feasible? Are there any serious drawbacks to not
using a tape or similar device, as long as there is always an offiste copy? * How can we handle SQL Server and Exchange storage redundancy in this
scenario? I guess they can't be put on the DFS? * Is it practically feasible to run NT Backup (or BackupExec) over xDSL (1
or 2 Mbit SHDSL) to the other site? This is presuming DFS can't be used for
Exchange/SQL. * Is there a better way to do all this, and still lose the tape backup and
keep the redundancy?
ANSWER: I believe there are some significant limitations to this design as noted
below.
Responses are for Windows Server 2003 products.
NOTE: In all cases, we recommend that you test and verify ALL server
recovery scenarios in both sites to completely understand how to recover
file servers, exchange servers and SQL servers.
Q: We have a customer who for security purposes wants to set up a redundant
file storage solution. At the same time they're looking to get rid of
their tape backup. A: We would refer to this as a Disaster Recovery (DR) implementation
and you would like to replicate your data from one site to a second site.
Q: They are about 15 users and have <50 GB of data spread across file shares,
Exchange, SQL Server databases and SharePoint (SQL databases too I guess).
What we're thinking to implement is the following: * Full Windows Server 2003 environment * Two geographically separate sites, linked by xDSL A: DSL typically has assymetrical speeds. Download maybe 768K and
upload maybe only 128K. If this is correct for your intended configuration,
you will have a bottleneck trying to upload data from site 1 to site 2 and
the same from site 2 to site 1.
Q: * One shared DFS with FRS to replicate all data between both sites A: FRS only replicates files upon closure of files. SQL and Exchange
applications which run 24x7, so those products files are never closed. Also,
Exchange databases are specific to the Exchange server that they are created
on. You should review the Exchange recovery methods to understand how you
would be able to use backup or replicated files in your alternate location
in the event you have a site failure.
Q: * Use Shadow copy for 'version backup' A: Shadow Copies of Shared Folders remove the need to do single file restore
from tape for user mistakes. (User deletes or overwrites a file)
Q: * Use NT Backup (or alternatively BackupExec) to perform 'periodic backups'
to disk at both locations (enough disk space at both ends to have something
like 1 three-month, 2 one-month, and 3 one-week backups (plus incremental
for the last week). Every few months the plan is to archive old data by
burning it to DVD's. A: Alternatively, create your backup on local disk for local recovery of
machines and replicate the backup file(s) to the alternate site.
Q: Questions are: * Is this scenario at all feasible? Are there any serious drawbacks to not
using a tape or similar device, as long as there is always an offiste copy? A: You don't mention handling the DSL link failure between sites.
Have you considered that point-of-failure?
Q: * How can we handle SQL Server and Exchange storage redundancy in this
scenario? I guess they can't be put on the DFS? * Is it practically feasible to run NT Backup (or BackupExec) over xDSL (1
or 2 Mbit SHDSL) to the other site? This is presuming DFS can't be used for Exchange/SQL. Q: Upload transfer rate comment above applies to this question as well.
|
|
|
|