Printer Friendly
The Free Library
14,506,428 articles and books
Member login
User name  
Password 
 
Join us Forgot password?

Are the days for traditional backup and recovery numbered? Changing the rules for backup and recovery.


Organizations require a business continuance The adjournment or postponement of an action pending in a court to a later date of the same or another session of the court, granted by a court in response to a motion made by a party to a lawsuit.  strategy that ensures valuable data is protected and applications can be recovered rapidly--if not instantaneously. A business continuance strategy is dependent on replicating any component of the data center that can fail. Self-healing systems may one day eliminate this requirement but the IT industry is still several years away from its arrival. Given the life-giving, highly visible role that IT provides to most businesses worldwide, the vast majority of data-related problems are discovered fairly quickly and, therefore, data-recovery operations occur within a short time after the failure occurred. On the average, approximately 90 percent of all data-recovery operations occur within 24 hours after the initial problem occurred. This means that the problem was detected within 24 hours and corrective actions A corrective action is a change implemented to address a weakness identified in a management system. Normally corrective actions are instigated in response to a customer complaint, abnormal levels if internal nonconformity, nonconformities identified during an internal audit or  have been taken. Nearly 95 percent of all data recoveries occur within one week after the problem occurred, and over 99 percent occur within a month after the problem occurred. The real questions are beginning to be asked however are "how long does the recovery action take?" and "how can the large amount of data being backed up be significantly reduced?" The need to reduce the lengthy recovery times from using traditional backup and recovery methods have never been greater.

[FIGURE 1 OMITTED]

Traditional backup and recovery

Backup and recovery were the very first data protection and storage management applications first surfacing in the mid 1950's when disk and tape appeared but their roles have become far more critical today. It is important to understand the RTO (Recovery Time Objective) The amount of time a computer system or application can stop functioning before it is considered intolerable to the enterprise. It can be computed to be from seconds to days, depending on how critical the application is to the organization.  (Recovery Time Objective), the RPO RPO Recruitment Process Outsourcing
RPO Recovery Point Objective (disaster recovery)
RPO Royal Philharmonic Orchestra
RPO Rochester Philharmonic Orchestra
RPO Representative Poetry Online
RPO Railway Post Office
 (Recovery Point Objective) and the DPW DPW n abbr (US) (= Department of Public Works) → ministerio de obras públicas  (Data Protection Window) or the maximum amount of time that a system can be paused for a recovery operation without impacting business operations Business operations are those activities involved in the running of a business for the purpose of producing value for the stakeholders. Compare business processes. The outcome of business operations is the harvesting of value from assets . These observations have enabled low-cost SATA (Serial ATA) A serial version of the ATA (IDE) interface, which has been the de facto standard hard disk interface for desktop PCs for more than two decades. The original Parallel ATA (PATA) interface was launched in 1986.  disk systems to address more of the backup and recovery requirements than in the past since most of the recoveries occur in a short period of time after the failure first occurred. In general, after a month, keeping backup data on disk is not economical and the decision point to delete the backup data, continue to back up the data on disk, or move it to archival status presents itself to the storage administrator. Determining the optimal data protection strategy for specific data classifications can be complicated and consume large amounts of storage resources.

Data protection has become a more complicated discipline but it is not impossible to comprehend. Mirroring is implemented as a block-for-block replica of a file, a logical unit, or a physical disk volume normally using disks for all copies. Once the mirrored data element is established by creating a copy of the original data element, the mirror is maintained by replicating all write operations in two (or more) places creating identical copies. Mirroring eliminates the backup window but doubles the amount of disk storage required adding expense. Storage administrators must choose to implement asynchronous Refers to events that are not synchronized, or coordinated, in time. The following are considered asynchronous operations. The interval between transmitting A and B is not the same as between B and C. The ability to initiate a transmission at either end.  or synchronous Refers to events that are synchronized, or coordinated, in time. For example, the interval between transmitting A and B is the same as between B and C, and completing the current operation before the next one is started are considered synchronous operations. Contrast with asynchronous.  mirroring as tradeoffs exist for each case and all increase the total storage requirements for the backup and recovery application.

Mirroring

In synchronous mirroring, both the source and the target devices must acknowledge the write is completed before the next write can occur. This degrades application performance but keeps the mirrored elements synchronized syn·chro·nize  
v. syn·chro·nized, syn·chro·niz·ing, syn·chro·niz·es

v.intr.
1. To occur at the same time; be simultaneous.

2. To operate in unison.

v.tr.
1.
 as true mirror images of each other. For asynchronous mirroring, the source and target devices do not have to synchronize See synchronization.  their writes and the second and subsequent writes occur independently. Therefore, asynchronous mirroring is faster than synchronous mirroring but the secondary copies are slightly out-of-synch with the primary copy. This is sometimes to as a fuzzy fuzz·y  
adj. fuzz·i·er, fuzz·i·est
1. Covered with fuzz.

2. Of or resembling fuzz.

3. Not clear; indistinct: a fuzzy recollection of past events.

4.
 copy. Asynchronous mirroring is often used with an IP storage protocol to replicate data to locations hundreds of miles away. In reality, the secondary data element is usually no more than one minute behind or out-of-synch with the primary copy. This can be a significant exposure for write-intensive applications.

Mirroring is used for many mission critical applications and it is the fastest way to recover data from a hardware device or subsystem failure since restore operations can occur in no more than a few seconds by switching to a mirrored copy. Mirroring does not help protect against a data corruption Data corruption refers to errors in computer data that occur during transmission or retrieval, introducing unintended changes to the original data. Computer storage and transmission systems use a number of measures to provide data integrity, the lack of errors.  problem (hacker A person who writes programs in assembly language or in system-level languages, such as C. The term often refers to any programmer, but its true meaning is someone with a strong technical background who is "hacking away" at the bits and bytes. , worm, virus, human or software error) as it produces two or more copies of corrupted data. For best practices, mirroring should always be accompanied by point-in-time executable copies for data that can permit a near instantaneous recovery to occur from clean data that existed before the corruption occurred. Mirroring is defined and also commonly referred to as RAID 1 which (at a minimum) doubles the amount of disk storage required.

PIT (Point-In-Time) Copy

PIT provides an executable image of data meaning that no recovery action is needed at all. Like a series of still images, PIT copies are complete data images that are taken at specified points in time defined by the RPO (Recovery Point Objective). PIT copies enable an administrator to go back in time to access data from a non-corrupted state prior to when the corruption or other disruption occurred. This represents the most complete method to protect from human errors, software problems, hardware problems, viruses, intrusion and should accompany any mirroring implementation. Again, tradeoffs exist. The more frequent the PIT copy is taken, the more storage is required and the more time it takes to determine which copy is the correct one to reinstate To restore to a condition that has terminated or been lost; to reestablish.

To reinstate a case, for example, means to restore it to the same position it had before dismissal.
.

Snapshot Copy

Snapshot copy presents a consistent point-in-time view of changing data and is gaining popularity. There are many variations of snapshot copy. When using snapshot copy and write operations occur, the changed areas (writes) are saved in a separate area or partition on disk of disk storage specifically reserved for snapshot activity. Here the old value of the affected area or block can be saved in case the new block(s) are corrupted or to permit a fuzzy data image that can be used for a non-disruptive backup. Storage administrators must manage the number and currency of snapshots. Snapshots provide data protection from intrusion and data corruption but not from a failure on the device containing the source data copy.

CDP CDP (cytidine diphosphate): see cytosine.


(1) (Certificate in Data Processing) An earlier award for the successful completion of an examination in hardware, software, systems analysis, programming, management and accounting,
 (Continuous Data Protection)

CDP or Journaling is another method to enable quick data recovery where every write and update operation is continuously written to another device that may or may not be the same as the primary device. With CDP, the secondary copy is a time-stamped continuum of data points providing an infinitely granular granular /gran·u·lar/ (gran´u-lar) made up of or marked by presence of granules or grains.

gran·u·lar
adj.
1. Composed or appearing to be composed of granules or grains.

2.
 sequential history of write events. All write operations are queued to the secondary device, or the journal device, which may be disk or tape. Journals are typically kept as a continuous history for a few days covering the period of maximum likelihood for a data recovery action to occur. Journals are often used for databases and are especially good for protecting from intrusion and data corruption enabling restores to go back in time to a point precisely before the corruption occurred.

Commonality com·mon·al·i·ty  
n. pl. com·mon·al·i·ties
1.
a. The possession, along with another or others, of a certain attribute or set of attributes: a political movement's commonality of purpose.
 Factoring

The newest emerging approach available for backup and recovery uses a patented technology called commonality factoring which greatly reduces the amount of data being backed up and therefore reduces the recovery time. Commonality factoring looks at changed data, similar to differential backup See backup types.

(operating system) differential backup - A kind of backup that copies all files that have changed since the last full backup. Each differential backup will include all files in previous differential backups since the full backup so to restore a version of
, but only sends the changed sub-file content rather than the entire file. Backup and recovery consumes memory, bandwidth and storage. Commonality factoring reduces all three and early estimates for certain applications indicate the savings could be as high as 90% reduction in the amount of data moved. Commonality factoring has the potential to fundamentally change the rules of the game for backup and recovery.

Conclusion

Data protection has become a critical IT discipline and businesses often choose the simplest approach after sustaining three years of downsizing (1) Converting mainframe and mini-based systems to client/server LANs.

(2) To reduce equipment and associated costs by switching to a less-expensive system.

(jargon) downsizing
 and cutbacks. However the simplest approach may not provide the highest availability and severe business impact or loss may occur if recovery times are long. Today's IT environments are demanding a more comprehensive strategy for data protection, security and high-availability than ever before. The data protection solutions are improving and becoming available to deliver ultra-high availability thus increasing the probability for a business to survive most types of outages. This is critical since most businesses will not survive for long without IT. Businesses are trying to become resilient to machine and human imperfections such as intrusions, mistakes, accidents and cyber-terrorism as the price to pay for not implementing data protection can be fatal. There are many options, and all are better than no recovery strategy. The rules for backup and recovery are changing, are you prepared?

Fred Moore

For other people named Fred Moore, see Fred Moore (disambiguation).


Fred Moore (born September 7, 1911 in Los Angeles, California, USA; died November 23, 1952 in Burbank, California, USA in a road accident), was an American character
 is President of Horison, Inc. (Boulder, CO).

www.horison.com
COPYRIGHT 2005 West World Productions, Inc.
No portion of this article can be reproduced without the express written permission from the copyright holder.
Copyright 2005, Gale Group. All rights reserved. Gale Group is a Thomson Corporation Company.

 Reader Opinion

Title:

Comment:



 

Article Details
Printer friendly Cite/link Email Feedback
Title Annotation:Disaster Recovery & Backup/Restore
Author:Moore, Fred
Publication:Computer Technology Review
Geographic Code:1USA
Date:Oct 1, 2005
Words:1425
Previous Article:PCI Express switching and Remote I/O in the data center.(Disaster Recovery & Backup/Restore)(Peripheral Component Interconnect)
Next Article:Interface considerations for tiered storage.
Topics:



Related Articles
Simplifying storage: how companies benefit with a backup appliance approach. (SAN).
Data grid disaster puts SMBs at most risk.(Disaster Recovery)(small to medium size enterprises)
Is regular backup enough? Join the continuous backup revolution.(Backup/Restore)
Rapid restores from data disasters.(Disaster Recovery)(Zetta Server)
Plan for the worst, hope for the best: backup and disaster recovery.(Disaster Recovery & Backup/Restore)
Intelligent ATA arrives to meet backup and recovery SLAs.(Storage Networking)(service level agreements)
Overcoming recovery barriers: rapid and reliable system and data recovery.(Data Protection)
USAF looks beyond backup to data recovery.(Case Studies)(United States. Air Force)
Pain point of time.(Disaster Recovery & Backup/Restore)
Personal disaster recovery software: an essential part of business disaster recovery plans.(Special Section)

Terms of use | Copyright © 2009 Farlex, Inc. | Feedback | For webmasters | Submit articles