EMC Backup Storage Solutions: The Value of EMC Disk Library with TSM

Size: px
Start display at page:

Download "EMC Backup Storage Solutions: The Value of EMC Disk Library with TSM"

Transcription

1 A Detailed Review Abstract The white paper describes how the EMC Disk Library can enhance an IBM Tivoli Storage Manager (TSM) environment. It describes TSM features, the demands these features place on back-end disk and tape backup subsystems, and how the Disk Library meets those demands. February 2010

2 Copyright 2006, 2010 EMC Corporation. All rights reserved. EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. THE INFORMATION IN THIS PUBLICATION IS PROVIDED AS IS. EMC CORPORATION MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WITH RESPECT TO THE INFORMATION IN THIS PUBLICATION, AND SPECIFICALLY DISCLAIMS IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. For the most up-to-date listing of EMC product names, see EMC Corporation Trademarks on EMC.com All other trademarks used herein are the property of their respective owners. Part Number h A Detailed Review 2

3 Table of Contents Executive summary...4 Introduction...4 Audience... 4 TSM disk and tape resource design...4 Storage pools... 4 Copy storage pools... 4 Media independence... 5 Progressive incremental... 5 Backup and reclamation policies... 5 The value of the Disk Library to TSM environments...6 Daily schedule... 6 Backup and restore performance... 6 Migration... 7 Reclamation... 7 Copy storage pools... 7 Reliability... 7 Scalability... 8 Migrating to the Disk Library... 8 Conclusion...8 References...8 A Detailed Review 3

4 Executive summary EMC Disk Library can help any IBM Tivoli Storage Manager (TSM) customer in a number of ways, including: Reducing the valuable time and resources spent migrating from disk to tape Helping to complete the daily schedule of backups, migrations, and other operations Freeing up tape drives for a restore Reducing or eliminating tape handling and the inherent risks of sending tape cartridges offsite Introduction The purpose of this white paper is to describe how the EMC Disk Library enhances an IBM TSM environment. It describes some of the key features of TSM, and the demands those features place on backend disk and tape backup subsystems. In doing so, this paper explains how the EMC Disk Library can satisfy those demands, adding value to a comprehensive backup environment. Audience This paper is intended for technical field consultants, customer engineers, and customers experienced with TSM and Disk Library operations. TSM disk and tape resource design To understand the value of the Disk Library in a TSM environment, it is helpful to familiarize yourself with how TSM uses its disk and tape resources to manage backup and archive data. Storage pools TSM stores data in storage pools. A storage pool is a group of storage media of the same type on which backup and archive data can be stored. There are two types of storage pools: primary and copy. Primary storage pools receive backup and archive data written by the TSM server or client. Copy storage pools are created by copying data from a primary storage pool; they are used to create an extra copy of data. The typical application for this extra copy is offsite storage of data. Both primary storage pools and copy storage pools can be disk, tape, or optical media. Most TSM customers back up client data to a TSM disk storage pool first because TSM client data cannot be written directly from multiple clients to the same tape drive. The interleaving of data from multiple clients backing up simultaneously to the same tape drive (common in backup applications like Veritas NetBackup, EMC NetWorker, and others) does not exist in TSM. In other words, if a TSM client is backing up directly to tape, it has exclusive access to that tape drive for the duration of its backup. This is true whether the backup is LAN- or SAN-based. TSM permits multiple clients to simultaneously write to a disk storage pool, thus allowing far more clients to back up at once. In most cases, data in the disk storage pool is migrated using an automatic process to a primary tape storage pool. This migration process consumes a certain amount of the daily schedule and tape-drive resources. Copy storage pools Most customers make a redundant copy of their primary storage pool so the data can be sent offsite. TSM calls this redundant copy a copy storage pool. It is typically updated every day with all new backup data using the backup stgpool command. To update the copy storage pool, TSM looks in its internal database and compares the list of files in the primary and copy storage pools. TSM only copies the backup data from A Detailed Review 4

5 the primary storage pool that is not already in the copy storage pool. That is, TSM only copies the changes in the primary storage pool since the last time backup stgpool was run. If the source media for the copy storage pool is tape, the process used to create the copy storage pool tapes requires two tape drives per thread, as well as a significant amount of time in the daily schedule. Media independence Unlike other backup products (such as Veritas NetBackup), TSM has no restrictions on media types or size. The primary and copy storage pools can be any media type or size. For example, the primary could be disk, and the copy could be DLT tape. Or, the primary could be 9840 tape, and the copy could be LTO tape. Because backup and copy processes track the data by file and not just at the tape level, TSM is referred to as file-centric, as opposed to tape-centric. This file-centric view of data allows TSM to easily move data from one media type to another as circumstances demand. One of the problems backup administrators face is how to migrate from an old technology media to a new one, for example migrating from DLT7000 to LTO. In other backup products, it is necessary to keep old tape technology in place until all the backup media of that type has expired. This can require older tape drives to be retained for years past their usefulness, just in case a restore is required from the old tape media. With TSM, it is a straightforward process to install new tape technology and move the data from old tape media to the new, using the move data command. A user can even migrate from one TSM server to another. Depending on the number of tapes involved, this process can take considerable time; however, it can be started and stopped at will. Progressive incremental Traditional backup products use a scheme of full and incremental backups. A full backup is one that backs up all the files on a given client or file system. An incremental backup is one that backs up only those files that have changed since the last full or incremental backup. Traditional backup products usually employ a full backup once a week, with incremental backups on the remaining days of the week. TSM backups are usually incremental forever what TSM refers to as progressive incremental. The first time a given client or file system is backed up, all the data is backed up, resulting in a traditional full backup. Each subsequent backup is incremental. TSM does not need to take a full backup of files that have not changed. One reason most traditional backup products use regular full backups is because of the unreliable nature of tape media. The concern is that unless multiple full backups occur at regular intervals, the loss of a single backup tape would create an unrecoverable situation. TSM handles this concern using copy storage pools, which create an extra copy of the data (as described in Copy storage pools on page 7). This ensures that the loss of a tape cartridge will not mean the loss of the only backup copy. The second reason for the traditional backup and incremental scheme is to prevent the data needed to restore a whole client or file system from spanning too many tape cartridges, which would slow down restore performance. TSM handles this concern with a feature called collocation, which attempts to keep a given client s data on the minimum number of tapes. Backup and reclamation policies Backups in TSM are policy-based. Customers can establish policies that govern: Which files on a server will be backed up or archived To which media the files will be backed up or archived How many versions of various files will be retained How long the versions will be retained A Detailed Review 5

6 These policies can be very simple, or they can be as complex and granular as the customer wants to make them. Because of the policy-based nature of TSM, the data on a tape cartridge does not expire all at once. As data on a tape cartridge expires, the cartridge becomes more and more logically empty. Eventually the amount of remaining data drops below a predefined threshold and needs to be reclaimed. This reclamation process mounts the tape to be reclaimed, and mounts another tape with free space, and copies all the remaining valid data from one tape to another. The tape cartridge that was the source for the reclamation is now empty, and can be reused as a scratch tape. Reclamation requires two tape drives. Because the valid data can be scattered over the whole tape cartridge, performance during reclamation tends to be quite poor because most tape technologies perform poorly when frequently stopping and starting. The value of the Disk Library to TSM environments Because of the performance and flexibility of the Disk Library, it can often replace both the primary disk and tape storage pools. Moreover, if an extended SAN is employed, the Disk Library can be used at a remote location to provide the additional redundancy of a copy storage pool. The following sections describe the benefits of using the Disk Library in a TSM environment. Daily schedule During a typical 24-hour TSM schedule, the TSM server must do the following: Perform backups and archives Perform migrations from disk to tape storage pools Update copy storage pools from primary storage pools Back up the TSM database to tape Check out offsite tapes and check in tapes returning from offsite Expire inventory (clean up expired records from the TSM database) Reclaim tape cartridges and return them to scratch status Each of these tasks (except for expiration) requires resources from the tape library and drives. TSM administrators with a large number of hosts, or a small tape library, must make difficult scheduling decisions to avoid overlapping these activities. Sometimes they are forced to back up hosts less often or back up only portions of the host data just to create additional time in the schedule. If one or more tape drives experience a hardware problem, the schedule can fall even further behind. This is a definite pain point for customers. When talking to a TSM customer, it is always to good idea to walk through a typical 24-hour schedule to determine how much time is spent performing each of these tasks. It is not unusual for a TSM administrator to frequently modify schedules to keep these competing activities from overlapping. If the TSM server s activities come close to filling the 24-hour schedule, the customer is a prime candidate for a Disk Library. The following sections explain why. Backup and restore performance Many customers use disk storage pools whose performance is much slower than the total bandwidth of the Disk Library. Many tape technologies are much slower when compared to virtual tape drive speeds especially where physical tape cannot be streamed effectively. In these cases, there can be a significant performance benefit using the Disk Library for backups. With TSM s progressive incremental scheme, disk-to-tape migration and reclamation spread backup client data over many tape cartridges. This can make a restore of a given backup client s data very timeconsuming. This can be minimized using collocation, but only to a certain extent. Using the Disk Library for restores is faster than traditional tape because much of the time spent restoring from tape is taken by mounting and positioning the tape to locate the restore data. The Disk Library removes all the delays that would occur because of tape movement. The actual transfer of the data from the Disk Library to the restore A Detailed Review 6

7 host is the only time-consuming task. Even in this regard, because of its high single-stream throughput, the Disk Library is an improvement over traditional tape. Migration Many TSM customers install far less disk than their primary storage pool requires and have only enough disk capacity to accommodate a few days of new backup data. To create room for new incoming data, they must migrate backup data frequently from the disk pool to tape (this can occur daily in some cases). Because the Disk Library permits the customer to create many more virtual tape drives than would typically be purchased in a real tape environment, a customer can direct far more backups directly to the Disk Library, reducing or eliminating the need to stage the client data to disk first, and migrate it to tape later. When the Disk Library replaces both the primary disk and tape storage pool, the entire daily migration process is eliminated; this frees time in the schedule, and reduces tape-drive resources. Reclamation TSM will need to reclaim tape cartridges, whether they are real tape cartridges or virtual tape cartridges in a Disk Library. However, the performance of reclamation in a Disk Library will be significantly faster than that which can be achieved with a conventional tape drive. The first reason is that the transfer speed of a virtual tape drive is several times faster than most physical tape drive technologies. The second reason is that, during reclamation of a real tape cartridge, a lot of time is expended stopping and starting the tape drive searching for the valid data among the empty spaces on the tape cartridge. These scans through the tape happen almost instantaneously with a virtual tape drive. Copy storage pools When a TSM server updates a copy storage pool, it requires an input and output tape drive for each copy stream. If a Disk Library s virtual tape drives are used as the input, more real tape drives are available for the output tape streams. Twice as many copy streams can be performed at once, cutting the time to complete the process in half. If a customer installs a Disk Library at a remote location and accesses it using an extended SAN, it is no longer necessary to remove physical tape cartridges from a tape library and send them offsite. This can dramatically improve (reduce) the time it takes to move data from one location to another. This also eliminates operator handling and shipping charges for the tapes, and removes the risk of data loss due to contamination or damage to the tape media. In the event of a data loss, the restores from a Disk Library at the remote site will be significantly faster than restoring from physical tape drives. Furthermore, in many remote site locations, cost constraints mean there are far fewer tape drives than exist in the production environment. With a Disk Library, customers can create as many virtual tape drives in their remote site as the production Disk Library, eliminating a potential bottleneck during recovery. Reliability The Disk Library uses an EMC storage system with its inherent high-availability features. This provides for a more reliable platform for the backup. Because of the many moving parts of a physical tape drive, it is demonstrably less reliable than the welldesigned, protected disk storage found in the Disk Library. The physical tape cartridges themselves are a single point of failure. Cartridges age and become less reliable after multiple uses and many customers do not have a formal process in place to replace cartridges over time. Cartridges are also subject to risk of damage or loss when they are removed from the tape library and shipped offsite. A Detailed Review 7

8 Scalability Many customers are only able to buy just enough tape-drive bandwidth to meet their minimal requirements. When a customer runs out of tape-drive capacity, they are forced to purchase and install additional tape drives, and often upgrade or replace their tape library. With the Disk Library, it is a simple matter to create and define additional virtual tape drives. However, in this case, TSM licensing implications should be considered to ensure no additional cost burden is incurred. Migrating to the Disk Library Because of the media-independent nature of TSM, customers implementing a Disk Library will be able to emulate the same type of media they are currently using or choose a different one. If they would like to eliminate the old tape media they are currently using, it is a straightforward process to move the active TSM data from the old media to the Disk Library even if they want to change to different tape-drive emulation. They can also migrate large volumes of data from their current tape infrastructure to the Disk Library to free up tape resources for use as copy storage pools. Conclusion The Disk Library will be an attractive offering for any TSM customer who: Uses valuable time and resources migrating from disk to tape Is considering upgrading their tape library or adding drives because they are out of resources Has trouble completing the daily schedule of backups, migrations, copy storage pools, and so on Is forced to cancel backup processes in order to free up tape drives for a restore Backs up less often than desired, or performs incomplete backups, because they don t have enough tape resources to get the job done Is unable to complete nightly backups any time a single tape drive is offline for repair Wants to migrate away from outdated or unreliable tape technologies and reduce maintenance costs Wants to reduce or eliminate tape handling and the inherent risks of sending tape cartridges offsite Is not meeting their restore time objectives References The following white paper can be found on Powerlink and EMC.com: EMC Disk Library DL4106, DL4206, and DL4406 Version Best Practices Planning A Detailed Review 8

EMC Disk Library with EMC Data Domain Deployment Scenario

EMC Disk Library with EMC Data Domain Deployment Scenario EMC Disk Library with EMC Data Domain Deployment Scenario Best Practices Planning Abstract This white paper is an overview of the EMC Disk Library with EMC Data Domain deduplication storage system deployment

More information

Understanding Disk Storage in Tivoli Storage Manager

Understanding Disk Storage in Tivoli Storage Manager Understanding Disk Storage in Tivoli Storage Manager Dave Cannon Tivoli Storage Manager Architect Oxford University TSM Symposium September 2005 Disclaimer Unless otherwise noted, functions and behavior

More information

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE White Paper IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE Abstract This white paper focuses on recovery of an IBM Tivoli Storage Manager (TSM) server and explores

More information

Microsoft SQL Server 2005 on Windows Server 2003

Microsoft SQL Server 2005 on Windows Server 2003 EMC Backup and Recovery for SAP Microsoft SQL Server 2005 on Windows Server 2003 Enabled by EMC CLARiiON CX3, EMC Disk Library, EMC Replication Manager, EMC NetWorker, and Symantec Veritas NetBackup Reference

More information

Backup-to-Disk Building an Effective Long-Term Strategy

Backup-to-Disk Building an Effective Long-Term Strategy Backup-to-Disk Building an Effective Long-Term Strategy Technology Concepts and Business Considerations Abstract This white paper outlines benefits and options available to gain long-term business value

More information

Data Deduplication in Tivoli Storage Manager. Andrzej Bugowski 19-05-2011 Spała

Data Deduplication in Tivoli Storage Manager. Andrzej Bugowski 19-05-2011 Spała Data Deduplication in Tivoli Storage Manager Andrzej Bugowski 19-05-2011 Spała Agenda Tivoli Storage, IBM Software Group Deduplication concepts Data deduplication in TSM 6.1 Planning for data deduplication

More information

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage Applied Technology Abstract This white paper describes various backup and recovery solutions available for SQL

More information

How To Protect Data On Network Attached Storage (Nas) From Disaster

How To Protect Data On Network Attached Storage (Nas) From Disaster White Paper EMC FOR NETWORK ATTACHED STORAGE (NAS) BACKUP AND RECOVERY Abstract This white paper provides an overview of EMC s industry leading backup and recovery solutions for NAS systems. It also explains

More information

GIVE YOUR ORACLE DBAs THE BACKUPS THEY REALLY WANT

GIVE YOUR ORACLE DBAs THE BACKUPS THEY REALLY WANT Why Data Domain Series GIVE YOUR ORACLE DBAs THE BACKUPS THEY REALLY WANT Why you should take the time to read this paper Speed up backups (Up to 58.7 TB/hr, Data Domain systems are about 1.5 times faster

More information

Whitepaper - Disaster Recovery with StepWise

Whitepaper - Disaster Recovery with StepWise Whitepaper - Disaster Recovery with StepWise Copyright Invizion Pty Ltd. All rights reserved. First Published October, 2010 Invizion believes the information in this publication is accurate as of its publication

More information

IBM Tivoli Storage Manager

IBM Tivoli Storage Manager Help maintain business continuity through efficient and effective storage management IBM Tivoli Storage Manager Highlights Increase business continuity by shortening backup and recovery times and maximizing

More information

Symantec OpenStorage Date: February 2010 Author: Tony Palmer, Senior ESG Lab Engineer

Symantec OpenStorage Date: February 2010 Author: Tony Palmer, Senior ESG Lab Engineer ESG Lab Review Symantec OpenStorage Date: February 2010 Author: Tony Palmer, Senior ESG Lab Engineer Abstract: This ESG Lab review documents hands-on testing of consolidated management and automated data

More information

IBM Tivoli Storage Manager Version 7.1.4. Introduction to Data Protection Solutions IBM

IBM Tivoli Storage Manager Version 7.1.4. Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.4 Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.4 Introduction to Data Protection Solutions IBM Note: Before you use this

More information

EMC CLARiiON Backup Storage Solutions

EMC CLARiiON Backup Storage Solutions Engineering White Paper Backup-to-Disk: An Overview Abstract This white paper is an overview of disk-based backup methodologies. It compares disk and tape backup topologies and describes important considerations

More information

Maximizing Deduplication ROI in a NetBackup Environment

Maximizing Deduplication ROI in a NetBackup Environment Use Case Maximizing Deduplication ROI in a NetBackup Environment For many companies, backing up and restoring data is becoming a slow, complicated, expensive process. The volume of data to be protected

More information

Backup Solutions for the Celerra File Server

Backup Solutions for the Celerra File Server White Paper Backup Solutions for the Celerra File Server EMC Corporation 171 South Street, Hopkinton, MA 01748-9103 Corporate Headquarters: 508) 435-1000, (800) 424-EMC2 Fax: (508) 435-5374, Service: (800)

More information

GNR TSM documentation Page 1of 10. TSM Documentation. Finn Henningsen - Sagitta Performance Systems Version 1.0 23 th April 2002

GNR TSM documentation Page 1of 10. TSM Documentation. Finn Henningsen - Sagitta Performance Systems Version 1.0 23 th April 2002 GNR TSM documentation Page 1of 10 Global.Name Registry TSM Documentation Finn Henningsen - Sagitta Performance Systems Version 1.0 23 th April 2002 GNR TSM documentation Page 2of 10 Review History Version

More information

Eliminating Backup System Bottlenecks: Taking Your Existing Backup System to the Next Level. Jacob Farmer, CTO, Cambridge Computer

Eliminating Backup System Bottlenecks: Taking Your Existing Backup System to the Next Level. Jacob Farmer, CTO, Cambridge Computer : Taking Your Existing Backup System to the Next Level Jacob Farmer, CTO, Cambridge Computer SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals

More information

WHITE PAPER: customize. Best Practice for NDMP Backup Veritas NetBackup. Paul Cummings. January 2009. Confidence in a connected world.

WHITE PAPER: customize. Best Practice for NDMP Backup Veritas NetBackup. Paul Cummings. January 2009. Confidence in a connected world. WHITE PAPER: customize DATA PROTECTION Confidence in a connected world. Best Practice for NDMP Backup Veritas NetBackup Paul Cummings January 2009 Best Practice for NDMP Backup Veritas NetBackup Contents

More information

Effective Planning and Use of TSM V6 Deduplication

Effective Planning and Use of TSM V6 Deduplication Effective Planning and Use of IBM Tivoli Storage Manager V6 Deduplication 08/17/12 1.0 Authors: Jason Basler Dan Wolfe Page 1 of 42 Document Location This is a snapshot of an on-line document. Paper copies

More information

The New Data Imperative

The New Data Imperative DISK-BASED DATA PROTECTION: The New Data Backup and Recovery Imperative DATA BACKUP HAS BEEN A CHALLENGE FOR DECADES: slow, costly, labor-intensive, and unreliable. The traditional medium of choice, tape,

More information

IBM TotalStorage IBM TotalStorage Virtual Tape Server

IBM TotalStorage IBM TotalStorage Virtual Tape Server IBM TotalStorage IBM TotalStorage Virtual Tape Server A powerful tape storage system that helps address the demanding storage requirements of e-business storag Storage for Improved How can you strategically

More information

Tivoli Storage Manager Scalability Enhancements

Tivoli Storage Manager Scalability Enhancements Tivoli Storage Manager Scalability Enhancements Dave Cannon Tivoli Storage Management Development Oxford University TSM Symposium September 2001 Agenda Recent enhancements Planned enhancements Potential

More information

Accelerating Backup/Restore with the Virtual Tape Library Configuration That Fits Your Environment

Accelerating Backup/Restore with the Virtual Tape Library Configuration That Fits Your Environment Accelerating Backup/Restore with the Virtual Tape Library Configuration That Fits Your Environment A WHITE PAPER Abstract: Since VTL uses disk to back up data, it eliminates the media and mechanical errors

More information

Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup

Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup Technical white paper Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup Table of contents Executive summary... 2 Introduction... 2 What is NDMP?... 2 Technology overview... 3 HP

More information

IBM Tivoli Storage Manager

IBM Tivoli Storage Manager IBM Storage Manager Leverage next-generation data storage and unified recovery management capabilities Highlights Help simplify the protection and management of your data, even as it continues to grow

More information

Reference Architecture. EMC Global Solutions. 42 South Street Hopkinton MA 01748-9103 1.508.435.1000 www.emc.com

Reference Architecture. EMC Global Solutions. 42 South Street Hopkinton MA 01748-9103 1.508.435.1000 www.emc.com EMC Backup and Recovery for SAP with IBM DB2 on IBM AIX Enabled by EMC Symmetrix DMX-4, EMC CLARiiON CX3, EMC Replication Manager, IBM Tivoli Storage Manager, and EMC NetWorker Reference Architecture EMC

More information

EMC Replication Manager and Kroll Ontrack PowerControls for Granular Recovery of SharePoint Items

EMC Replication Manager and Kroll Ontrack PowerControls for Granular Recovery of SharePoint Items EMC Replication Manager and Kroll Ontrack PowerControls for Granular Recovery of SharePoint Items Applied Technology Abstract This white paper discusses how Kroll Ontrack PowerControls integrates with

More information

A Brief Introduction to IBM Tivoli Storage Manager Disaster Recovery Manager A Plain Language Guide to What You Need To Know To Get Started

A Brief Introduction to IBM Tivoli Storage Manager Disaster Recovery Manager A Plain Language Guide to What You Need To Know To Get Started A Brief Introduction to IBM Tivoli Storage Manager Disaster Recovery Manager A Plain Language Guide to What You Need To Know To Get Started By Sean O Sperry Version 2.00 Copyright Notice Copyright IBM

More information

Protect Microsoft Exchange databases, achieve long-term data retention

Protect Microsoft Exchange databases, achieve long-term data retention Technical white paper Protect Microsoft Exchange databases, achieve long-term data retention HP StoreOnce Backup systems, HP StoreOnce Catalyst, and Symantec NetBackup OpenStorage Table of contents Introduction...

More information

Keys to Successfully Architecting your DSI9000 Virtual Tape Library. By Chris Johnson Dynamic Solutions International

Keys to Successfully Architecting your DSI9000 Virtual Tape Library. By Chris Johnson Dynamic Solutions International Keys to Successfully Architecting your DSI9000 Virtual Tape Library By Chris Johnson Dynamic Solutions International July 2009 Section 1 Executive Summary Over the last twenty years the problem of data

More information

Using Virtual Tape Libraries with Veritas NetBackup Software

Using Virtual Tape Libraries with Veritas NetBackup Software WHITE PAPER: TECHNICAL Using Virtual Tape Libraries with Veritas NetBackup Software Don Peterson, Principal Product Manager April 2009 1 Table of Contents What is a Virtual Tape Library? 3 How Is a VTL

More information

WHITE PAPER BRENT WELCH NOVEMBER

WHITE PAPER BRENT WELCH NOVEMBER BACKUP WHITE PAPER BRENT WELCH NOVEMBER 2006 WHITE PAPER: BACKUP TABLE OF CONTENTS Backup Overview 3 Background on Backup Applications 3 Backup Illustration 4 Media Agents & Keeping Tape Drives Busy 5

More information

Rapid Data Backup and Restore Using NFS on IBM ProtecTIER TS7620 Deduplication Appliance Express IBM Redbooks Solution Guide

Rapid Data Backup and Restore Using NFS on IBM ProtecTIER TS7620 Deduplication Appliance Express IBM Redbooks Solution Guide Rapid Data Backup and Restore Using NFS on IBM ProtecTIER TS7620 Deduplication Appliance Express IBM Redbooks Solution Guide This IBM Redbooks Solution Guide provides an overview of how data backup and

More information

Considerations when Choosing a Backup System for AFS

Considerations when Choosing a Backup System for AFS Considerations when Choosing a Backup System for AFS By Kristen J. Webb President and CTO Teradactyl LLC. October 21, 2005 The Andrew File System has a proven track record as a scalable and secure network

More information

Backup & Recovery for VMware Environments with Avamar 6.0

Backup & Recovery for VMware Environments with Avamar 6.0 White Paper Backup & Recovery for VMware Environments with Avamar 6.0 A Detailed Review Abstract With the ever increasing pace of virtual environments deployed in the enterprise cloud, the requirements

More information

Backup and Recovery for SAP Environments using EMC Avamar 7

Backup and Recovery for SAP Environments using EMC Avamar 7 White Paper Backup and Recovery for SAP Environments using EMC Avamar 7 Abstract This white paper highlights how IT environments deploying SAP can benefit from efficient backup with an EMC Avamar solution.

More information

Energy Efficient Storage - Multi- Tier Strategies For Retaining Data

Energy Efficient Storage - Multi- Tier Strategies For Retaining Data Energy and Space Efficient Storage: Multi-tier Strategies for Protecting and Retaining Data NOTICE This White Paper may contain proprietary information protected by copyright. Information in this White

More information

Backup and Disaster Recovery in Schools

Backup and Disaster Recovery in Schools Backup and Disaster Recovery in Schools White Paper Backup and data recovery within schools is changing due to an ever-expanding amount of data. Coupled with this, schools are moving towards a model of

More information

Total Cost of Ownership Analysis

Total Cost of Ownership Analysis Total Cost of Ownership Analysis Abstract A total cost of ownership (TCO) analysis can measure the cost of acquiring and operating a new technology solution against a current installation. In the late

More information

Continuous Data Protection. PowerVault DL Backup to Disk Appliance

Continuous Data Protection. PowerVault DL Backup to Disk Appliance Continuous Data Protection PowerVault DL Backup to Disk Appliance Continuous Data Protection Current Situation The PowerVault DL Backup to Disk Appliance Powered by Symantec Backup Exec offers the industry

More information

EMC PERSPECTIVE. An EMC Perspective on Data De-Duplication for Backup

EMC PERSPECTIVE. An EMC Perspective on Data De-Duplication for Backup EMC PERSPECTIVE An EMC Perspective on Data De-Duplication for Backup Abstract This paper explores the factors that are driving the need for de-duplication and the benefits of data de-duplication as a feature

More information

EMC DOCUMENTUM xplore 1.1 DISASTER RECOVERY USING EMC NETWORKER

EMC DOCUMENTUM xplore 1.1 DISASTER RECOVERY USING EMC NETWORKER White Paper EMC DOCUMENTUM xplore 1.1 DISASTER RECOVERY USING EMC NETWORKER Abstract The objective of this white paper is to describe the architecture of and procedure for configuring EMC Documentum xplore

More information

Symantec NetBackup OpenStorage Solutions Guide for Disk

Symantec NetBackup OpenStorage Solutions Guide for Disk Symantec NetBackup OpenStorage Solutions Guide for Disk UNIX, Windows, Linux Release 7.6 Symantec NetBackup OpenStorage Solutions Guide for Disk The software described in this book is furnished under a

More information

Affordable Remote Data Replication

Affordable Remote Data Replication SANmelody Application Affordable Remote Data Replication Your Data is as Valuable as Anyone s You know very well how critical your data is to your organization and how much your business would be impacted

More information

Distributed Backup with the NetVault Plug-in for VMware for Scale and Performance

Distributed Backup with the NetVault Plug-in for VMware for Scale and Performance Distributed Backup with the NetVault Plug-in for VMware for Scale and Performance Table of contents Introduction...3 Background...3 Problem...4 Solution...4 NetVault VMware Plug-in Configuration...5 NetVault

More information

Using Data De-duplication to Drastically Cut Costs

Using Data De-duplication to Drastically Cut Costs Using Data De-duplication to Drastically Cut Costs May 2008 Victor Nemechek, Product Marketing Manager, Hitachi Data Systems What most Backup Administrators feel like! Data Growth is the Fundamental Problem!

More information

Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication Software

Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication Software Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication September 2002 IBM Storage Products Division Raleigh, NC http://www.storage.ibm.com Table of contents Introduction... 3 Key

More information

Introduction. Silverton Consulting, Inc. StorInt Briefing

Introduction. Silverton Consulting, Inc. StorInt Briefing Introduction Silverton Consulting, Inc. StorInt Briefing All too often in today s SMB data centers the overall backup and recovery process, including both its software and hardware components, is given

More information

VERITAS Business Solutions. for DB2

VERITAS Business Solutions. for DB2 VERITAS Business Solutions for DB2 V E R I T A S W H I T E P A P E R Table of Contents............................................................. 1 VERITAS Database Edition for DB2............................................................

More information

EMC Data Domain Boost for Oracle Recovery Manager (RMAN)

EMC Data Domain Boost for Oracle Recovery Manager (RMAN) White Paper EMC Data Domain Boost for Oracle Recovery Manager (RMAN) Abstract EMC delivers Database Administrators (DBAs) complete control of Oracle backup, recovery, and offsite disaster recovery with

More information

Real-time Compression: Achieving storage efficiency throughout the data lifecycle

Real-time Compression: Achieving storage efficiency throughout the data lifecycle Real-time Compression: Achieving storage efficiency throughout the data lifecycle By Deni Connor, founding analyst Patrick Corrigan, senior analyst July 2011 F or many companies the growth in the volume

More information

Efficient Backup with Data Deduplication Which Strategy is Right for You?

Efficient Backup with Data Deduplication Which Strategy is Right for You? Efficient Backup with Data Deduplication Which Strategy is Right for You? Rob Emsley Senior Director, Product Marketing CPU Utilization CPU Utilization Exabytes Why So Much Interest in Data Deduplication?

More information

DeltaStor Data Deduplication: A Technical Review

DeltaStor Data Deduplication: A Technical Review White Paper DeltaStor Data Deduplication: A Technical Review DeltaStor software is a next-generation data deduplication application for the SEPATON S2100 -ES2 virtual tape library that enables enterprises

More information

EMC Data Domain Boost for Symantec NetBackup OpenStorage

EMC Data Domain Boost for Symantec NetBackup OpenStorage EMC Data Domain Boost for Symantec NetBackup OpenStorage Best Practices Planning Abstract Conceptually understanding EMC Data Domain Boost for Symantec NetBackup provides a clear view of the business value

More information

Oracle Database Backup Service. Secure Backup in the Oracle Cloud

Oracle Database Backup Service. Secure Backup in the Oracle Cloud Oracle Database Backup Service Secure Backup in the Oracle Cloud Today s organizations are increasingly adopting cloud-based IT solutions and migrating on-premises workloads to public clouds. The motivation

More information

TSM (Tivoli Storage Manager) Backup and Recovery. Richard Whybrow Hertz Australia System Network Administrator

TSM (Tivoli Storage Manager) Backup and Recovery. Richard Whybrow Hertz Australia System Network Administrator TSM (Tivoli Storage Manager) Backup and Recovery Richard Whybrow Hertz Australia System Network Administrator 2 Preparation meets success 3 Hertz Service Delivery Hertz has over 220 car hire locations

More information

Comparison of Cloud vs. Tape Backup Performance and Costs with Oracle Database

Comparison of Cloud vs. Tape Backup Performance and Costs with Oracle Database JIOS, VOL. 35, NO. 1 (2011) SUBMITTED 02/11; ACCEPTED 06/11 UDC 004.75 Comparison of Cloud vs. Tape Backup Performance and Costs with Oracle Database University of Ljubljana Faculty of Computer and Information

More information

Backup and Recovery 1

Backup and Recovery 1 Backup and Recovery What is a Backup? Backup is an additional copy of data that can be used for restore and recovery purposes. The Backup copy is used when the primary copy is lost or corrupted. This Backup

More information

Release Notes P/N 300-012-130 Rev A01

Release Notes P/N 300-012-130 Rev A01 EMC HomeBase Version 6.5 Release Notes P/N 300-012-130 Rev A01 March 17, 2011 These release notes contain supplemental information about EMC HomeBase Server and Agent Release 6.5. Topics include: Revision

More information

A COMPARISON OF TAPE POOLING TECHNOLOGIES

A COMPARISON OF TAPE POOLING TECHNOLOGIES WHITE PAPER STORAGETEK VIRTUAL TRANSPORT MANAGER (VTM) SOFTWARE WITH THE STORAGETEK STORAGENET 6000 STORAGE DOMAIN MANAGER AND CONVENTIONAL SOFTWARE-BASED TAPE POOLING TABLE OF CONTENTS 1 INTRODUCTION................................................................

More information

Virtually Effortless Backup for VMware Environments

Virtually Effortless Backup for VMware Environments A White Paper ly Effortless for Environments Abstract: and disaster recovery (DR) strategies protect data from corruption and failures and ensure that if these types of events occur, companies aren t forced

More information

State of Tennessee. Enterprise Storage, Backup / Recovery, and Tape Virtualization. Category: Business Continuity and Disaster Recovery

State of Tennessee. Enterprise Storage, Backup / Recovery, and Tape Virtualization. Category: Business Continuity and Disaster Recovery State of Tennessee Enterprise Storage, Backup / Recovery, and Tape Virtualization Category: Business Continuity and Disaster Recovery 2009 NASCIO Recognition Award Nomination Section B: Executive Summary

More information

Increasing Recoverability of Critical Data with EMC Data Protection Advisor and Replication Analysis

Increasing Recoverability of Critical Data with EMC Data Protection Advisor and Replication Analysis Increasing Recoverability of Critical Data with EMC Data Protection Advisor and Replication Analysis A Detailed Review Abstract EMC Data Protection Advisor (DPA) provides a comprehensive set of features

More information

EMC Backup and Recovery for SAP Oracle with SAP BR*Tools Enabled by EMC Symmetrix DMX-3, EMC Replication Manager, EMC Disk Library, and EMC NetWorker

EMC Backup and Recovery for SAP Oracle with SAP BR*Tools Enabled by EMC Symmetrix DMX-3, EMC Replication Manager, EMC Disk Library, and EMC NetWorker EMC Backup and Recovery for SAP Oracle with SAP BR*Tools Enabled by EMC Symmetrix DMX-3, EMC Replication Manager, EMC Disk Library, and EMC NetWorker Reference Architecture EMC Global Solutions Operations

More information

EMC NETWORKER SNAPSHOT MANAGEMENT

EMC NETWORKER SNAPSHOT MANAGEMENT White Paper Abstract This white paper describes the benefits of NetWorker Snapshot Management for EMC Arrays. It also explains the value of using EMC NetWorker for snapshots and backup. June 2013 Copyright

More information

WHITE PAPER THE BENEFITS OF CONTINUOUS DATA PROTECTION. SYMANTEC Backup Exec 10d Continuous Protection Server

WHITE PAPER THE BENEFITS OF CONTINUOUS DATA PROTECTION. SYMANTEC Backup Exec 10d Continuous Protection Server WHITE PAPER THE BENEFITS OF CONTINUOUS DATA PROTECTION SYMANTEC Backup Exec 10d Continuous Protection Server 1 TABLE OF CONTENTS EXECUTIVE SUMMARY...3 Current Situation...3 The New Opportunity...3 The

More information

IMPLEMENTING A FIBRE CHANNEL STRATEGY FOR TAPE BACKUP SYSTEMS. ATTO Technology, Inc. The Power Behind The Storage

IMPLEMENTING A FIBRE CHANNEL STRATEGY FOR TAPE BACKUP SYSTEMS. ATTO Technology, Inc. The Power Behind The Storage IMPLEMENTING A FIBRE CHANNEL STRATEGY FOR TAPE BACKUP SYSTEMS ATTO Technology, Inc. The Power Behind The Storage COPYRIGHT ATTO TECHNOLOGY, INC. 1999 INTRODUCTION The basic architecture for tape backup

More information

Best Practices for Using BMC Recovery Manager to Meet Data Retention Regulations

Best Practices for Using BMC Recovery Manager to Meet Data Retention Regulations best practices WHITE PAPER Best Practices for Using BMC Recovery Manager to Meet Data Retention Regulations Table of Contents Introduction...1 Challenges in Retaining Data...1 Addressing the Challenges...1

More information

Tivoli Storage Manager Explained

Tivoli Storage Manager Explained IBM Software Group Dave Cannon IBM Tivoli Storage Management Development Oxford University TSM Symposium 2003 Presentation Objectives Explain TSM behavior for selected operations Describe design goals

More information

HP StorageWorks Data Protector Express versus Symantec Backup Exec white paper

HP StorageWorks Data Protector Express versus Symantec Backup Exec white paper HP StorageWorks Data Protector Express versus Symantec Backup Exec white paper A high-level comparison of features and functionality Introduction... 2 Overview... 3 Installation... 4 What is installed?...

More information

Solution Overview VMWARE PROTECTION WITH EMC NETWORKER 8.2. White Paper

Solution Overview VMWARE PROTECTION WITH EMC NETWORKER 8.2. White Paper White Paper VMWARE PROTECTION WITH EMC NETWORKER 8.2 Solution Overview Abstract This white paper describes the integration of EMC NetWorker with VMware vcenter. It also includes details on the NetWorker

More information

Archive Data Retention & Compliance. Solutions Integrated Storage Appliances. Management Optimized Storage & Migration

Archive Data Retention & Compliance. Solutions Integrated Storage Appliances. Management Optimized Storage & Migration Solutions Integrated Storage Appliances Management Optimized Storage & Migration Archive Data Retention & Compliance Services Global Installation & Support SECURING THE FUTURE OF YOUR DATA w w w.q sta

More information

IBM Tivoli Storage Manager for Virtual Environments

IBM Tivoli Storage Manager for Virtual Environments IBM Storage Manager for Virtual Environments Non-disruptive backup and instant recovery: Simplified and streamlined Highlights Simplify management of the backup and restore process for virtual machines

More information

Solution Brief: Creating Avid Project Archives

Solution Brief: Creating Avid Project Archives Solution Brief: Creating Avid Project Archives Marquis Project Parking running on a XenData Archive Server provides Fast and Reliable Archiving to LTO or Sony Optical Disc Archive Cartridges Summary Avid

More information

WHY DO I NEED FALCONSTOR OPTIMIZED BACKUP & DEDUPLICATION?

WHY DO I NEED FALCONSTOR OPTIMIZED BACKUP & DEDUPLICATION? WHAT IS FALCONSTOR? FalconStor Optimized Backup and Deduplication is the industry s market-leading virtual tape and LAN-based deduplication solution, unmatched in performance and scalability. With virtual

More information

Integration Guide. EMC Data Domain and Silver Peak VXOA 4.4.10 Integration Guide

Integration Guide. EMC Data Domain and Silver Peak VXOA 4.4.10 Integration Guide Integration Guide EMC Data Domain and Silver Peak VXOA 4.4.10 Integration Guide August 2013 Copyright 2013 EMC Corporation. All Rights Reserved. EMC believes the information in this publication is accurate

More information

Archiving, Backup, and Recovery for Complete the Promise of Virtualization

Archiving, Backup, and Recovery for Complete the Promise of Virtualization Archiving, Backup, and Recovery for Complete the Promise of Virtualization Unified information management for enterprise Windows environments The explosion of unstructured information It is estimated that

More information

EMC RECOVERPOINT: BUSINESS CONTINUITY FOR SAP ENVIRONMENTS ACROSS DISTANCE

EMC RECOVERPOINT: BUSINESS CONTINUITY FOR SAP ENVIRONMENTS ACROSS DISTANCE White Paper EMC RECOVERPOINT: BUSINESS CONTINUITY FOR SAP ENVIRONMENTS ACROSS DISTANCE Applied Technology Abstract Business continuity is a critical component of any enterprise data protection strategy

More information

Backup and Disaster Recovery Planning On a Budget. Presented by: Najam Saeed Lisa Ulrich

Backup and Disaster Recovery Planning On a Budget. Presented by: Najam Saeed Lisa Ulrich Backup and Disaster Recovery Planning On a Budget Presented by: Najam Saeed Lisa Ulrich Aging Backup System Symantec Backup Exec 11 Hardware Dell PowerEdge2950 Overland REO9000 7.4TB Overland REO4000 4TB

More information

Greenplum Database (software-only environments): Greenplum Database (4.0 and higher supported, 4.2.1 or higher recommended)

Greenplum Database (software-only environments): Greenplum Database (4.0 and higher supported, 4.2.1 or higher recommended) P/N: 300-014-087 Rev: A01 Updated: April 3, 2012 Welcome to Command Center Command Center is a management tool for the Big Data Platform. Command Center monitors system performance metrics, system health,

More information

VERITAS NetBackup 6.0 Enterprise Server INNOVATIVE DATA PROTECTION DATASHEET. Product Highlights

VERITAS NetBackup 6.0 Enterprise Server INNOVATIVE DATA PROTECTION DATASHEET. Product Highlights VERITAS NetBackup 6.0 Enterprise Server INNOVATIVE DATA PROTECTION As the recognized leader for enterprise-class backup and recovery, VERITAS NetBackup Enterprise Server software is designed to help provide

More information

Business-Centric Storage FUJITSU Storage ETERNUS CS800 Data Protection Appliance

Business-Centric Storage FUJITSU Storage ETERNUS CS800 Data Protection Appliance Intel Xeon processor Business-Centric Storage FUJITSU Storage ETERNUS CS800 Data Protection Appliance The easy solution for backup to disk with deduplication Intel Inside. Powerful Solution Outside. If

More information

AUTOMATED DATA RETENTION WITH EMC ISILON SMARTLOCK

AUTOMATED DATA RETENTION WITH EMC ISILON SMARTLOCK White Paper AUTOMATED DATA RETENTION WITH EMC ISILON SMARTLOCK Abstract EMC Isilon SmartLock protects critical data against accidental, malicious or premature deletion or alteration. Whether you need to

More information

CommVault Backup Appliance with NetApp

CommVault Backup Appliance with NetApp CommVault Backup Appliance with NetApp Powerful scalability. Broad flexibility. Comprehensive management. Presenter Name Today s data protection challenges Explosive data growth Shrinking backup windows

More information

WHITE PAPER: DATA PROTECTION. Veritas NetBackup for Microsoft Exchange Server Solution Guide. Bill Roth January 2008

WHITE PAPER: DATA PROTECTION. Veritas NetBackup for Microsoft Exchange Server Solution Guide. Bill Roth January 2008 WHITE PAPER: DATA PROTECTION Veritas NetBackup for Microsoft Exchange Server Solution Guide Bill Roth January 2008 White Paper: Veritas NetBackup for Microsoft Exchange Server Solution Guide Content 1.

More information

Using EMC Data Protection Advisor with EMC Data Domain Deduplication Storage Systems

Using EMC Data Protection Advisor with EMC Data Domain Deduplication Storage Systems Using EMC Data Protection Advisor with EMC Data Domain Deduplication Storage Systems Applied Technology Abstract EMC Data Protection Advisor (DPA) provides a comprehensive set of features to analyze data

More information

Configuring Celerra for Security Information Management with Network Intelligence s envision

Configuring Celerra for Security Information Management with Network Intelligence s envision Configuring Celerra for Security Information Management with Best Practices Planning Abstract appliance is used to monitor log information from any device on the network to determine how that device is

More information

EMC Data Domain Boost and Dynamic Interface Groups

EMC Data Domain Boost and Dynamic Interface Groups EMC Data Domain Boost and Dynamic Interface Groups Maximize the Efficiency of Multiple Network Interfaces ABSTRACT EMC delivers dynamic interface groups to simplify the use of multiple network interfaces

More information

Maximizing Business Continuity and Minimizing Recovery Time Objectives in Windows Server Environments

Maximizing Business Continuity and Minimizing Recovery Time Objectives in Windows Server Environments Maximizing Business Continuity and Minimizing Recovery Time Objectives in Windows Server Environments StorageCraft Technology Corporation Backup Fast, Recover Faster 2010 StorageCraft Technology Corporation.

More information

Using HP StoreOnce Backup systems for Oracle database backups

Using HP StoreOnce Backup systems for Oracle database backups Technical white paper Using HP StoreOnce Backup systems for Oracle database backups Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key features and benefits 2 HP StoreOnce

More information

SCALABILITY AND AVAILABILITY

SCALABILITY AND AVAILABILITY SCALABILITY AND AVAILABILITY Real Systems must be Scalable fast enough to handle the expected load and grow easily when the load grows Available available enough of the time Scalable Scale-up increase

More information

Reducing Backups with Data Deduplication

Reducing Backups with Data Deduplication The Essentials Series: New Techniques for Creating Better Backups Reducing Backups with Data Deduplication sponsored by by Eric Beehler Reducing Backups with Data Deduplication... 1 Explaining Data Deduplication...

More information

IBM Tivoli Storage Manager 6

IBM Tivoli Storage Manager 6 Leverage next-generation data storage and recovery management capabilities IBM Tivoli Storage Manager 6 IBM Tivoli Storage Manager is the core component of an enterprise-wide data protection and recovery

More information

Extended Data Life Management:

Extended Data Life Management: TECHNOLOGY BRIEF Extended Data Life Management: Protecting Data Over Long Periods of Time NOTICE This Technology Brief may contain proprietary information protected by copyright. Information in this Technology

More information

Protecting Microsoft SQL Server with an Integrated Dell / CommVault Solution. Database Solutions Engineering

Protecting Microsoft SQL Server with an Integrated Dell / CommVault Solution. Database Solutions Engineering Protecting Microsoft SQL Server with an Integrated Dell / CommVault Solution Database Solutions Engineering By Subhashini Prem and Leena Kushwaha Dell Product Group March 2009 THIS WHITE PAPER IS FOR INFORMATIONAL

More information

Considerations when Choosing a Backup System for AFS

Considerations when Choosing a Backup System for AFS Considerations when Choosing a Backup System for AFS By Kristen J. Webb President and CTO Teradactyl LLC. June 18, 2005 The Andrew File System has a proven track record as a scalable and secure network

More information

IBM TSM Backup with EMC Data Domain Deduplication Storage

IBM TSM Backup with EMC Data Domain Deduplication Storage IBM TSM Backup with EMC Data Domain Deduplication Storage Best Practices Planning Abstract This white paper provides configuration and best practices recommendations for EMC Data Domain deduplication storage

More information

EMC DATA DOMAIN EXTENDED RETENTION SOFTWARE: MEETING NEEDS FOR LONG-TERM RETENTION OF BACKUP DATA ON EMC DATA DOMAIN SYSTEMS

EMC DATA DOMAIN EXTENDED RETENTION SOFTWARE: MEETING NEEDS FOR LONG-TERM RETENTION OF BACKUP DATA ON EMC DATA DOMAIN SYSTEMS SOLUTION PROFILE EMC DATA DOMAIN EXTENDED RETENTION SOFTWARE: MEETING NEEDS FOR LONG-TERM RETENTION OF BACKUP DATA ON EMC DATA DOMAIN SYSTEMS MAY 2012 Backups are essential for short-term data recovery

More information

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 All trademark names are the property of their respective companies. This publication contains opinions of

More information