Data Safety
Online storage is in constant use in the data center performing real-time data transactions for server applications. Online data storage protection consists of disk drive-based storage, sanpshot and replication
A disk subsystem that is used to increase performance or provide fault tolerance or both. RAID uses two or more ordinary hard disks and a RAID disk controller. In the past, RAID has also been implemented via software only.
Various configurations of RAID levels are available i.e. RAID 0, 1, 2, 3, 4, 5, 6, 0+1, 5+6, 10.
Taking a “snapshot” backup of your data is the easiest way to
perform a remote replication. After a snapshot is taken, the incremental changes
are sent to the remote site. There is a tradeoff between frequency and
bandwidth. Data rewritten multiple times between snapshots is transmitted only
once with the final data. Typically snapshots are taken several times per day.
Databases need to be quiesced momentarily during the snapshot and special
database agents are provided for applications like Oracle and Microsoft
Exchange. This solution is best for recovering from a local disaster with loss
of only a fraction of a day’s work.
The
replication strategy depends on the data to be backed up. The more valuable the
data and the more irreplaceable, the more frequent the replication. There are
two types of replication synchronous and asynchronous. Synchronous replication
over IP networks would entail unacceptable delays in the execution of the
primary application and is limited to networks with private leased lines and
large financial transactions. Asynchronous replication queues up the data and
transmits it, as bandwidth is available. It is by far the most practical for the
vast majority of applications. There are two popular types of backups that are
replicated via asynchronous replication below.
|
Offline Data Protection
Offline storage is commonly referred to as “archive” or “back up”
storage and is typically a tape drive or low-end disk drive (virtual tape).
Offline storage is used to back up the data stored on both the online and
nearline storage devices and is designed for storage of data for long periods of
time. Because data is archived, offline storage appliances focus on data
accuracy, protection, and security.
Data Protection Highlights
In a recent survey with our end users, We found the
following:
- 75% of IT professionals believe that email is their most critical
application
- 27% of IT professionals believe that their most critical
application cannot be unavailable for more than four hours
- 32% of IT
professionals believe that their data is at risk or exposed
- 40% of IT
professionals will be increasing their incremental back-up frequency to more
than once per day
|