Redefining Microsoft Exchange Data Management

Size: px
Start display at page:

Download "Redefining Microsoft Exchange Data Management"

Transcription

1 Redefining Microsoft Exchange Data Management FEBBRUARY, 2013 Actifio PAS Specification

2 Table of Contents Introduction Background Virtualizing Microsoft Exchange Data Management Virtualizing the Copy Operation Discovery... 4 Application Consistency... 4 Physical Servers... 4 Virtual Servers... 5 Virtualizing the Store Operation... 6 Globally Deduplicating and Compressing Changed Data... 6 Virtualizing the Storage Repository... 6 Virtualizing the Move Operation... 6 Traditional Primary Storage Replication... 6 Backup Replication... 6 Dedup-Async Replication... 7 Virtualizing the Restore / Recovery Operation Mount... 8 Clone... 9 Restore... 9 Object Restore... 9 About Actifio actifio.com Redefining Microsoft Exchange Data Management 2

3 Introduction Actifio copy data storage introduces data virtualization technology into the management of copy data in both physical and virtual environments, resulting in a single, radically simple solution that can dramatically reduce costs and efficiently manage all copies of production data for backup, disaster recovery, test, development or any other application that requires a copy of the data. Actifio provides a comprehensive and efficient solution for protecting Microsoft Exchange environments, with the benefits shown in Table 1. This paper describes how Actifio s patented Virtual Data Pipeline technology is applied in Microsoft Exchange environments to deliver these benefits. TABLE 1 ACTIFIO MICROSOFT EXCHANGE SOLUTIONS BENEFITS BENEFIT No Production Impact ACTIFIO DETAILS Using Actifio dedicated resources, storage of copy data and related processing for deduplication, compression, and replication is offloaded from the production Exchange servers Actifio s turnkey solution does not require any intrusive agents or other resources from the customer s environment Background Actifio pioneered the industry s first storage system optimized for managing virtual copies of production data, eliminating redundant silos of IT infrastructure and data management applications. While data storage technology is undergoing some fundamental shifts, such as production data storage moving from disk to SSD and copy data storage moving from tape to disk, very little has changed over the last two decades in the way data is managed. The common approach to data management has been to deploy complex, expensive infrastructure silos-- built with point tools for each of protection, disaster recovery, business continuity, test & development, analytics, compliance or other applications-- each making and managing redundant copies of data. Actifio copy data storage solutions introduce data management virtualization to deliver a SLA-driven solution that decouples the management of data from storage, network and server infrastructure. The result is a radically simple solution that can reduce costs by up to 90% and efficiently manage all copies of production data for backup, disaster recovery, test, development or any other application that requires a copy of production data. ACTIFIO MS EXCHANGE SUPPORT AT A GLANCE Exchange 2003, 2007, 2010 Database Availability Group (DAG) setups High Performance Update the T0 backup image with the changes from T1 to create a new full image with SCN of T1. Take incremental snapshot of the new image, capturing changed blocks in Snapshot Pool. SLA may also cause these blocks to move into DeDup Pool. Physical and Virtual Exchange servers Instant recovery of Exchange objects such as s, mailboxes, and calendar entries Granular Recovery Scalable Provides object level access and recovery of Exchange information including individual s, mailboxes, and calendar entries Efficient solution for both standalone and database availability group (DAG) environments Virtualizing Microsoft Exchange Data Management Actifio created the Virtual Data Pipeline (VDP) technology to virtualize production data copy management, eliminating redundancies and re-purposing the unique data for multiple data management applications. VDP efficiently captures a copy of changed data from the Microsoft Exchange servers allowing for direct access to the data from the Actifio solution, without any data movement. The Virtual Data Pipeline is a distributed object file system, virtualizing the core primitives of data management: copy, store, move and restore. This technology allows the instant creation of virtual copies of point-intime data from the collection of unique blocks of data. A single solution can now be deployed to replace one or more of backup software, disaster recovery, business continuity or test and development tools and actifio.com Redefining Microsoft Exchange Data Management 3

4 FIGURE 1: VIRTUAL DATA PIPELINE ARCHITECTURE 1. COPY: Most efficient and scalable data capture Block-level, incremental snapshot with change block tracking 2. STORE: Independent copy with multiple formats, any storage device Raw format for instant restore, optimized format for longer retention Storage virtualization for private, public or hybrid cloud storage 3. MOVE: Dedup Async TM to drive down network usage 4. RESTORE: App-aware instant mount to any host Maintains temporal and causal relationship between the objects can be used as a platform for search, compliance and analytics tools. The resulting simplicity of operations and reduction in infrastructure significantly drives down capital and operational costs. purposes such as ensuring application consistent backups and truncating logs. It is not involved in any Exchange backup data movement, therefore consumes virtually zero system resources. The following sections explain the details of virtualizing the copy, store, move and restore operations in this environment. Virtualizing the Copy Operation Discovery Actifio performs a deep discovery of the Exchange environment by querying the Actifio connector a lightweight software component that is installed on the Exchange servers. The connector will discover all the Exchange databases present on each server and the administrator can apply predefined SLA protection-templates to these databases. The lightweight Actifio Connector is used for discovery and for coordination Application Consistency Actifio leverages the Microsoft Volume Shadow Copy Service (VSS) to capture application-consistent snapshots of the Exchange databases in both physical and virtual server environments. VSS snapshots work against open Exchange databases and provide an efficient means to quiesce the database to capture an application consistent state. Microsoft has included VSS in all versions of Windows since Windows 2003 and it is readily available on Exchange servers by default. Physical Servers When Exchange is running on physical servers, Actifio can quickly capture views of the Exchange data by leveraging its built-in Copy On Write (COW) snapshot technology at the storage level. The Actifio Connector is installed on all Exchange servers, standalone or DAG, actifio.com Redefining Microsoft Exchange Data Management 4

5 to provide tighter integration with Exchange and ensure applicationconsistent backups. It coordinates the Actifio storage-level snapshot with the Microsoft VSS snapshot on the server, and also facilitates log truncation as needed. Actifio can natively compare the current and the previous snapshots at the block level to determine which blocks differ and need to be processed for deduplication, compression, and replication. For example, if Actifio collects changes on an hourly basis then only the last hour of changed blocks would be stored in the Actifio system for that data capture operation. This optimizes the amount of storage consumed and reduces the overall load on the system, as data is only processed one time. In traditional backup environments, data is processed over and over again every time there is a full backup. The Actifio architecture combines the benefits of full system snapshots along with the benefits of block level, incremental forever data movement. Virtual Servers For Exchange running on virtual servers, Actifio uses VMware snapshot technology to quickly capture application-consistent views of the blocks on the virtual disks attached to Virtual Machines (VM). The Actifio Connector is only required in the VMs for log truncation, but can also facilitate deeper discovery of Exchange databases. Three VMware technologies aid in protecting Exchange on VM s: VMware Snapshots, VMware Tools, and Changed Block Tracking (CBT). Actifio is fully integrated with VMware vsphere (version 4.0 or higher). vcenter is queried to find the location of the VM to be managed and to initiate the VM snapshot. When Actifio triggers the VMware snapshot, the guest Windows operating system of the VM is alerted to the snapshot through the VMware Tools software that is installed on the guest OS. When copying the snapshot data, Actifio leverages a feature of the vstorage APIs for Data Protection called Changed Block Tracking (CBT) to capture changes from the production environment using a true incremental-forever architecture. Changed Block Tracking lets Actifio copy only the blocks that have changed since the last data collection. For example, if Actifio collects changes on an hourly basis then only the last hour of changed blocks would be copied from the production VM onto Actifio during any operation. Upon the first backup of a VM, a staging disk is created within Actifio for each virtual disk of the VM. Storage consumption for this staging disk is minimized by using thin provisioning as well as by using VMware Changed Block Tracking to retrieve only the non-empty blocks. Actifio supports two architectures for moving captured changed data blocks from the production VMs to Actifio PAS: Area Networks (SANs) to connect to their datastores, whether via iscsi or Fibre Channel. Actifio will copy the changed blocks directly from the datastore(s) over Fibre Channel, bypassing the ESX servers for the data movement and offloading this data movement from the customer s IP network. Moving data from one storage system directly to another one is the most efficient way to move data in the data center. In summary, Actifio uses the following workflow to copy data from the VMware environment: 1. Create a VMware snapshot of the VM through the vcenter API. Application consistency is achieved through VMware Tools. 2. Use VMware CBT to identify which blocks have changed since the last operation. 3. Copy only the changed blocks onto the Actifio system. 4. Delete the VMware snapshot through the vcenter API. This approach leverages VMware snapshots as an efficient way to achieve application-consistent points in time while effectively transferring them onto the Actifio system, using only incremental data movements. This design eliminates the performance issues that can be associated with large data transfers and with maintaining and deleting older VMware snapshots from ESX servers. Actifio copies data blocks incrementally to avoid a heavy load on the ESX environment and on the storage systems. In addition, Actifio only uses VMware snapshots for a very brief period of time; the snapshots are retained just long enough to copy the changed blocks and then they are deleted. This technique results in a minimal performance impact within VMware for snapshot deletion since very few changed blocks need to be merged back to the original volumes. BENEFITS OF ACTIFIO FOR EXCHANGE PROTECTION Minimal backup window data is captured using snapshots and not backups Incremental forever after the initial copy, all backups are incremental (no more fulls ) Store snapshots on any storage and reclaim expensive tier-1 production storage Provides object level access including s, mailboxes, and calendar entries. Incremental backups deduped and compressed to optimize long-term storage 1. Ethernet Network (IP): Actifio can copy the changed blocks directly through VMware API calls. Data moves directly between the ESX servers and Actifio using the customer s IP network. 2. Storage Area Network (Fibre Channel): Actifio can copy the changed blocks over the storage network for VMs that use Storage actifio.com Redefining Microsoft Exchange Data Management 5

6 Virtualizing the Store Operation Once application-consistent changed blocks are imported into Actifio, the next step is to globally deduplicate and compress the changes between the last two snapshots at a block level. Newly captured data is deduplicated across all physical and virtual servers managed by Actifio, and is then compressed prior to being written to disk. Global data deduplication and compression provide the benefits shown in Table 2. TABLE 2 DATA DEDUPLICATION AND COMPRESSION BENEFITS Virtualizing the Move Operation Data movement, especially replication, is the single biggest inhibitor to efficient data management in a geographically distributed environment. Actifio delivers robust, efficient and scalable data movement technology that not only drives down the overall network usage but also eliminates the need for a dedicated WAN accelerator/optimizer. In addition to offering traditional synchronous and asynchronous primary storage replication, Actifio leverages its global deduplication and compression to provide efficient data replication between sites. Actifio offers two types of deduplicated data replication: Backup Replication and Dedup-Async Storage Replication. BENEFIT ACTIFIO DETAILS Traditional Primary Storage Replication Storage Economics WAN Optimization Globally deduplicated and compressed data is economically stored on disk for longer retention Deduplication and compression optimizes the data set for transport between sites Globally Deduplicating and Compressing Changed Data Actifio s Virtual Data Pipeline (VDP) File System processes only the blocks that have changed between the last two snapshot-based data captures. This process executes within the Actifio system, offloading all data management processing from the user s production environment. VDP uses patented progressive data processing algorithms to perform this deduplication and optimize the use of storage capacity. Virtualizing the Storage Repository In addition to reducing the storage footprint, Actifio enables the use of any storage repository to store the reduced data footprint. Users can now have their SLA s dictate the type of storage they need to use, rather than be dictated by the vendor or the choice of production data storage device. Many users have re-purposed their existing storage for storing data copies or have opted for lower cost storage devices. This capability further lowers the overall storage costs. Actifio offers 2 types of traditional primary storage replication: synchronous and asynchronous. These replications are similar to the replication technologies typically offered by traditional storage arrays. Synchronous replication can be achieved up to a 300 Km distance and will guarantee that all data is synchronized between two sites. Asynchronous replication removes the distance limitation and will send data over the WAN as fast as the bandwidth allows. Both of these technologies are designed for real-time replication of data resulting in every write being replicated between sites. The advantages of using Actifio synchronous or asynchronous replication are: 1. Actifio replication does not require any storage array vendor licenses as data is sent from one Actifio system to another. 2. Actifio replication is heterogeneous from any supported array to any supported array. Tier 1 to Tier 2 and/or Vendor A to Vendor B. 3. Actifio replication preserves write-order, even across multiple LUNs in a consistency group. 4. Actifio replication is fully integrated with VMware Site Recovery Manager (SRM). Backup Replication The backup replication process begins after the deduplication process ingests and stores the unique data captured by the Copy and Store processes. This workflow minimizes the bandwidth required to move data between locations. A proprietary deduplication-aware replication protocol enables the transmission of only the globally unique blocks that are needed in the remote Actifio system, ensuring the most efficient movement possible. This architecture ensures maximum efficiency for WAN bandwidth utilization. For example, a 1 GB service pack that was applied to 10 Exchange servers would generate much less than 10 GB of replication traffic with Actifio technology. First, the 10 GB of changes would be single instanced down to the 1 GB of common new blocks that were written to each server. Next, a percentage of those blocks are probably already in the dedup repository from previous patches or from existing Windows binaries. actifio.com Redefining Microsoft Exchange Data Management 6

7 FIGURE 2: DEDUP ASYNC REPLICATION ARCHITECTURE Because of this effect, the 1 GB of blocks from the service pack may deduplicate down to 600 MB since the other 400 MB of the blocks are already in the repository. Finally, the 600 MB of new blocks may compress down to 300 MB before being sent over the wire. In this case, 300 MB of data would be sent over the WAN instead of 10 GB of data due to Actifio s global deduplication technology. Furthermore, if the remote site is performing local data protection, it is possible that no data would be transmitted at all as the needed blocks may already exist in the deduplication pool at that site. Dedup-Async Replication The third type of primary storage replication is an industry first, uniquely delivered by Actifio, called Dedup-Async. This is the industry s most efficient way of moving data, driving down bandwidth requirements while allowing RTOs comparable to traditional synchronous and asynchronous methods. Dedup-Async replication provides asynchronous data replication but uses globally deduplicated and compressed data movement over the network. The Dedup-Async protocol uses the following workflow with an abbreviated cycle time: 1. Take a snapshot of the physical or virtual server 2. Deduplicate and compress only the incremental block-level changes since the last cycle 3. Replicate the new globally unique compressed blocks to the DR site 4. Rehydrate the new unique blocks to ready the entire dataset for a failover condition This approach has all of the benefits of asynchronous storage replication but only uses a fraction of the bandwidth required with traditional replication technologies. It also provides the ability to have applicationconsistent replicated copies at the DR site, shortening recovery time by avoiding the need for integrity checking that is typically performed with a crash-consistent copy. In addition, the backup replication and Dedup-Async replication services utilize the same bit stream for even more efficiencies. With traditional technologies, a customer will require bandwidth for primary storage replication as well as backup replication. With Actifio PAS, these two services share the same bandwidth. For example, when the primary storage blocks are replicated by Dedup-Async replication, those blocks do not need to be resent when backup replication starts some time later, since those blocks are already at the DR site. The end result is that both primary storage and backups can be replicated sharing the same globally deduplicated and compressed data stream. The Dedup-Async architecture also allows Actifio to create virtual copies of the data for DR and failover testing without interrupting the flow of data between sites. With Dedup-Async you can perform DR tests of your Exchange servers (virtual servers or physical servers) at any time with no interruption to data replication and with no additional capacity requirements. A virtual copy of the data is created at the DR site and is immediately available for testing or analysis. Dedup-Async also provides sophisticated incremental failback capabilities to make the restoration of service at the primary site very simple in the event of a failover condition to the DR site. actifio.com Redefining Microsoft Exchange Data Management 7

8 FIGURE 3: EXCHANGE OBJECT LEVEL RECOVERY Virtualizing the Restore/ Recovery Operation Actifio delivers the unique capability to enable applications to directly use point-in-time data without the need for a traditional restore operation. This is because Actifio is an intelligent copy data storage system that can instantly create a view of the application data from a past point in time, and allow applications to access it efficiently via Fibre Channel or iscsi, just as if accessing a traditional storage system. This unique technique of enabling applications to directly access historical data eliminates the traditional restore time and data movement and significantly increases application availability at much lower cost. Any application consistent data point stored in the system can be accessed on any system connected to the Actifio solution. Common use cases are to recover a VM after a software issue, to retrieve an or mailbox that was deleted accidentally, or to use a virtual copy of a production data set for test and development. There are three different methods than can be used to access the data stored on the Actifio: Mount, Clone and Restore. Mount The mount function is the most frequently used data access method as it directly leverages the virtual copies of data stored on Actifio. Since Actifio already has the data and can service I/O directly, there is no need to copy the data anywhere. Virtual copies of the data can be mounted instantly on any system in the environment using efficient block-level protocols including iscsi and Fibre Channel. actifio.com Redefining Microsoft Exchange Data Management 8

9 By eliminating the data movement from the process, data sets of any size can be accessed instantly on any server in the environment, virtual or physical. A 2 TB data set can be accessed in the same amount of time as a 2 GB data set, in seconds, since the data is mounted instead of copied. Virtual copies of any data set can be used for file/folder level recovery, for test and development, or for full VM instant recovery. Actifio can mount one or more of the virtual disks within a point-intime copy of an Exchange database to a physical host, to an existing VM, or as a new VM it creates on-the-fly. Actifio presents virtual copies of the desired data set to the chosen server via Fibre Channel or iscsi and makes the data accessible in the environment through the Actifio connector. When mounting virtual disks to an existing physical host or VM, the user chooses the desired host. For a VM, the new disks are added as Virtual or Physical Mode Raw Device Mappings (vrdms/prdms). For physical hosts, the connector will assign a drive letter to the volumes and make the volumes accessible within Windows. When creating a new VM, the user specifies a VM name, a vcenter server, and an ESX server, and a datastore. Actifio creates the VM using virtual copies of the point-in-time images presented as vrdms and marked as non-independent, so that this VM can be further protected using Actifio if desired. The VM is automatically registered with vcenter but the virtual network interfaces are unplugged in order to avoid network IP conflicts. The datastore specified is only used to host the VM configuration and vrdm mapping files, which consume almost no space in the datastore. Clone The clone function is used to create an independent copy of a data set for any number of reasons: test/development, audit, compliance, data warehousing, forensic analysis, e-discovery, user acceptance testing, etc. Virtual server or physical server data sets can be copied from any application-consistent point in the system to a separate storage location anywhere in the customer environment. For example, a VM running Exchange can be cloned to a new VM that appears exactly as it did 6 months ago for e-discovery. For VMs, creating a clone is similar to mounting to a new VM, except that the virtual disks are actually copied to newly created VMDK files in one or more of the ESX server s data stores, as specified by the user. For physical Exchange servers, the clone operation will create a bit for bit copy of the Exchange volume(s) on storage from an attached storage array. server, the underlying disk will be reverted to its state at the time of the original data capture. Microsoft generally does not recommend this storage level restore for Exchange environments. Rather, a new Exchange server is typically provisioned with Exchange installed in recovery mode and then the Exchange databases are presented to this server from the point-in-time backup by mounting the point-in-time copy directly to the new server (physical or virtual). Object Restore In addition to restoring information at volume level, Actifio allows users to recover individual Microsoft Exchange objects. Actifio provides the capability to open an Exchange database and copy objects from a backup image to PST files or back to the production Exchange instance. This capability is further enhanced by Actifio s ability to provide instant access to the entire Exchange database in just seconds. To recover an individual mailbox or , the user simply has to select the capture point that they are interested in, mount it to the server, and drag and drop the objects to the appropriate recovery destination. Conclusion Actifio copy data storage solution is based on patented Virtual Data Pipeline (VDP) technology, which provides the most efficient way to manage data growth while solving your biggest IT challenges around information protection and availability. Using Actifio to manage and protect MS Exchange data delivers significant benefits to IT, including: Near-zero backup window data is captured using snapshots and not backups Instant access mount and clone operations with no data movement required Incremental forever after the initial copy, all backups are incremental (no more fulls ) Extreme granularity provide object-level access including s, mailboxes, and calendar entries Storage and WAN optimized -- incremental backups deduped and compressed to optimize long-term storage and replication Reclaimed storage -- store snapshots on any storage and reclaim expensive tier-1 production storage Restore The restore function effectively reverts the production data to look exactly as it did at the time of the data collection point. When restoring a VM, Actifio powers down the production VM, deletes all the virtual disks (all data will be lost), and creates new virtual disks with the same data from the time of the restore point. When restoring a physical actifio.com Redefining Microsoft Exchange Data Management 9

10 About Actifio Actifio pioneered the industry s first storage system optimized for managing virtual copies of production data, eliminating redundant silos of IT infrastructure and data management applications. Actifio Protection and Availability Storage (PAS) platform is based on patented Virtual Data PipelineTM (VDP) technology, delivering dramatically enhanced business availability by eliminating backup and restore windows and the creation of virtual point-in-time copies of data on-demand, for use by any business application. Integrating data deduplication, network and processor utilization optimization, Actifio provides the most efficient way to manage data growth while solving your biggest IT challenges around information protection and availability. For more information on how Actifio can radically simplify your data management, visit Actifio at info@actifio.com, or call Actifio at actifio.com Redefining Microsoft Exchange Data Management 10

Redefining Microsoft SQL Server Data Management. PAS Specification

Redefining Microsoft SQL Server Data Management. PAS Specification Redefining Microsoft SQL Server Data Management APRIL Actifio 11, 2013 PAS Specification Table of Contents Introduction.... 3 Background.... 3 Virtualizing Microsoft SQL Server Data Management.... 4 Virtualizing

More information

Redefining Microsoft SQL Server Data Management

Redefining Microsoft SQL Server Data Management Redefining Microsoft SQL Server Data Management Contact Actifio Support As an Actifio customer, you can get support for all Actifio products through the Support Portal at http://support.actifio.com/. Copyright,

More information

Copy Data Management Solution

Copy Data Management Solution Copy Data Management Solution Actifio copy data storage platform lets businesses recover anything instantly, for up to 90% less. Actifio does this by eliminating siloed data protection applications, virtualizing

More information

Redefining Oracle Database Management

Redefining Oracle Database Management Redefining Oracle Database Management Actifio PAS Specification A Single Solution for Backup, Recovery, Disaster Recovery, Business Continuity and Rapid Application Development for Oracle. MAY, 2013 Contents

More information

Introduction...3. Virtualization The Foundation...3. The Current Data Management Approach...4. Copies of Production Data Drive Data Growth...

Introduction...3. Virtualization The Foundation...3. The Current Data Management Approach...4. Copies of Production Data Drive Data Growth... ACTIFIO COPY DATA VIRTUALIZATION How It Works An exploration of Actifio technology, purpose-built to combat the copy data problem found at the core of the enterprise storage explosion 140815 Table of Contents

More information

How It Works. Actifio PAS Specification. An exploration of our technology, purpose-built to combat the copy data management problem

How It Works. Actifio PAS Specification. An exploration of our technology, purpose-built to combat the copy data management problem ACTIFIO COPY DATA STORAGE How It Works An exploration of our technology, purpose-built to combat the copy data management problem Actifio PAS Specification at the core of the enterprise storage explosion.

More information

Next Generation Cloud Services. White Paper

Next Generation Cloud Services. White Paper Next Generation Cloud Services White Paper Ash Ashutosh, CEO, Actifio February 2012 Table of Contents Introduction... 3 Uncovering Opportunities in Copy Data... 4 The Impact of Margin, Quality of Service

More information

Actifio Big Data Director. Virtual Data Pipeline for Unstructured Data

Actifio Big Data Director. Virtual Data Pipeline for Unstructured Data Actifio Big Data Director Virtual Data Pipeline for Unstructured Data Contact Actifio Support As an Actifio customer, you can get support for all Actifio products through the Support Portal at http://support.actifio.com/.

More information

Using Live Sync to Support Disaster Recovery

Using Live Sync to Support Disaster Recovery Using Live Sync to Support Disaster Recovery SIMPANA VIRTUAL SERVER AGENT FOR VMWARE Live Sync uses backup data to create and maintain a warm disaster recovery site. With backup and replication from a

More information

Nutanix Tech Note. Data Protection and Disaster Recovery

Nutanix Tech Note. Data Protection and Disaster Recovery Nutanix Tech Note Data Protection and Disaster Recovery Nutanix Virtual Computing Platform is engineered from the ground-up to provide enterprise-grade availability for critical virtual machines and data.

More information

BDR TM for VMware. VMware BACKUP WITH VEMBU. VEMBU TECHNOLOGIES www.vembu.com TRUSTED BY OVER 25,000 BUSINESSES

BDR TM for VMware. VMware BACKUP WITH VEMBU. VEMBU TECHNOLOGIES www.vembu.com TRUSTED BY OVER 25,000 BUSINESSES BDR TM for VMware VMware BACKUP WITH VEMBU VEMBU TECHNOLOGIES www.vembu.com Copyright Information Information in this document is subject to change without notice. The entire risk of the use or the results

More information

VMware VDR and Cloud Storage: A Winning Backup/DR Combination

VMware VDR and Cloud Storage: A Winning Backup/DR Combination VMware VDR and Cloud Storage: A Winning Backup/DR Combination 7/29/2010 CloudArray, from TwinStrata, and VMware Data Recovery combine to provide simple, fast and secure backup: On-site and Off-site The

More information

Nutanix Solution Note

Nutanix Solution Note Nutanix Solution Note Version 1.0 April 2015 2 Copyright 2015 Nutanix, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. Nutanix is

More information

Is VMware Data Recovery the replacement for VMware Consolidated Backup (VCB)? VMware Data Recovery is not the replacement product for VCB.

Is VMware Data Recovery the replacement for VMware Consolidated Backup (VCB)? VMware Data Recovery is not the replacement product for VCB. VMware Data Recovery Frequently Asked Questions (FAQ), June 2010 Product Overview What is VMware Data Recovery? VMware Data Recovery is a backup and recovery product for VMware vsphere 4.x environments

More information

Continuous Data Protection for any Point-in-Time Recovery: Product Options for Protecting Virtual Machines or Storage Array LUNs

Continuous Data Protection for any Point-in-Time Recovery: Product Options for Protecting Virtual Machines or Storage Array LUNs EMC RECOVERPOINT FAMILY Continuous Data Protection for any Point-in-Time Recovery: Product Options for Protecting Virtual Machines or Storage Array LUNs ESSENTIALS EMC RecoverPoint Family Optimizes RPO

More information

TECHNICAL PAPER. Veeam Backup & Replication with Nimble Storage

TECHNICAL PAPER. Veeam Backup & Replication with Nimble Storage TECHNICAL PAPER Veeam Backup & Replication with Nimble Storage Document Revision Date Revision Description (author) 11/26/2014 1. 0 Draft release (Bill Roth) 12/23/2014 1.1 Draft update (Bill Roth) 2/20/2015

More information

Backup and Recovery Best Practices With Tintri VMstore

Backup and Recovery Best Practices With Tintri VMstore Backup and Recovery Best Practices With Tintri VMstore Backup and Recovery Best Practices with Tintri VMstore TECHNICAL BEST PRACTICES PAPER, Revision 1.0, April 10, 2014 Contents Contents Introduction

More information

Drobo How-To Guide. Use a Drobo iscsi Array as a Target for Veeam Backups

Drobo How-To Guide. Use a Drobo iscsi Array as a Target for Veeam Backups This document shows you how to use a Drobo iscsi SAN Storage array with Veeam Backup & Replication version 5 in a VMware environment. Veeam provides fast disk-based backup and recovery of virtual machines

More information

Symantec NetBackup 7.1 What s New and Version Comparison Matrix

Symantec NetBackup 7.1 What s New and Version Comparison Matrix Symantec 7.1 What s New and Version Comparison Matrix Symantec 7 allows customers to standardize backup and recovery operations across physical and virtual environments with fewer resources and less risk

More information

Turbo Charge Your Data Protection Strategy

Turbo Charge Your Data Protection Strategy Turbo Charge Your Data Protection Strategy Data protection for the hybrid cloud 1 WAVES OF CHANGE! Data GROWTH User EXPECTATIONS Do It YOURSELF Can t Keep Up Reliability and Visibility New Choices and

More information

Backup Exec 15: Protecting Microsoft Hyper-V

Backup Exec 15: Protecting Microsoft Hyper-V TECHNICAL BRIEF: BACKUP EXEC 15: PROTECTING MICROSOFT HYPER-V........................................ Backup Exec 15: Protecting Microsoft Hyper-V Who should read this paper Technical White Papers are

More information

NetBackup for VMware Data Recovery Services to End the Dark Ages of Virtualization

NetBackup for VMware Data Recovery Services to End the Dark Ages of Virtualization NetBackup for VMware Data Recovery Services to End the Dark Ages of Virtualization VADP vstorage APIs for Data Protection Centralized Efficient Off-host LAN free Challenges Dynamic Environment Performance

More information

VMware vsphere Data Protection 6.0

VMware vsphere Data Protection 6.0 VMware vsphere Data Protection 6.0 TECHNICAL OVERVIEW REVISED FEBRUARY 2015 Table of Contents Introduction.... 3 Architectural Overview... 4 Deployment and Configuration.... 5 Backup.... 6 Application

More information

Backup and Recovery Best Practices With CommVault Simpana Software

Backup and Recovery Best Practices With CommVault Simpana Software TECHNICAL WHITE PAPER Backup and Recovery Best Practices With CommVault Simpana Software www.tintri.com Contents Intended Audience....1 Introduction....1 Consolidated list of practices...............................

More information

Technology Insight Series

Technology Insight Series Advancing VMware-based Data Resilience John Webster August, 2011 Technology Insight Series Evaluator Group Advancing VMware-based Data Resilience Copyright 2011 Evaluator Group, Inc. All rights reserved.

More information

Symantec Backup Exec 2014 Agents and Options

Symantec Backup Exec 2014 Agents and Options Symantec Backup Exec 2014 Agents and Options Data Sheet: Data Protection Overview enhance and extend Backup Exec features, capabilities, and platform support. Whether you need to protect VMware vsphere,

More information

VMware vsphere Data Protection 6.1

VMware vsphere Data Protection 6.1 VMware vsphere Data Protection 6.1 Technical Overview Revised August 10, 2015 Contents Introduction... 3 Architecture... 3 Deployment and Configuration... 5 Backup... 6 Application Backup... 6 Backup Data

More information

Recent Advancements in Disaster Recovery as a Service

Recent Advancements in Disaster Recovery as a Service Recent Advancements in Disaster Recovery as a Service WHITE PAPER November 2014 WHITE PAPER Recent Advancements in Disaster Recovery as a Service The Traditional Problem with DRaaS In the case of a hardware

More information

BEST PRACTICES GUIDE: VMware on Nimble Storage

BEST PRACTICES GUIDE: VMware on Nimble Storage BEST PRACTICES GUIDE: VMware on Nimble Storage Summary Nimble Storage iscsi arrays provide a complete application-aware data storage solution that includes primary storage, intelligent caching, instant

More information

Virtual Server Agent v9 with VMware. March 2011

Virtual Server Agent v9 with VMware. March 2011 Virtual Server Agent v9 with VMware March 2011 Contents Summary... 3 Backup Transport Methods... 3 Deployment Scenarios... 3 VSA Installation Requirements... 4 VSA Patch Requirements... 4 VDDK Installation...

More information

VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014

VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014 VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014 Table of Contents Introduction.... 3 Features and Benefits of vsphere Data Protection... 3 Additional Features and Benefits of

More information

Backup Software Is Dead. VIRTUAL DATA MANAGEMENT. How Organisations Are Realising The Benefits. Long Live Data Management!

Backup Software Is Dead. VIRTUAL DATA MANAGEMENT. How Organisations Are Realising The Benefits. Long Live Data Management! VIRTUAL DATA MANAGEMENT How Organisations Are Realising The Benefits Software Is Dead. Long Live Data Management! BACKUP SOTFWARE IS BORN software as we know it first emerged in the 1970s, with the advent

More information

What s New with VMware Virtual Infrastructure

What s New with VMware Virtual Infrastructure What s New with VMware Virtual Infrastructure Virtualization: Industry-Standard Way of Computing Early Adoption Mainstreaming Standardization Test & Development Server Consolidation Infrastructure Management

More information

Windows Server 2008 Hyper-V Backup and Replication on EMC CLARiiON Storage. Applied Technology

Windows Server 2008 Hyper-V Backup and Replication on EMC CLARiiON Storage. Applied Technology Windows Server 2008 Hyper-V Backup and Replication on EMC CLARiiON Storage Applied Technology Abstract This white paper provides an overview of the technologies that are used to perform backup and replication

More information

Introduction. Setup of Exchange in a VM. VMware Infrastructure

Introduction. Setup of Exchange in a VM. VMware Infrastructure Introduction VMware Infrastructure is deployed in data centers for deploying mission critical applications. Deployment of Microsoft Exchange is a very important task for the IT staff. Email system is an

More information

New Generation of IT self service vcloud Automation Center

New Generation of IT self service vcloud Automation Center New Generation of IT self service vcloud Automation Center Maciej Kot, Senior SE Warszawa 2014 VMware Delivers: The Foundation for the Software-Defined Enterprise End User Computing Desktop Virtual Workspace

More information

Protecting Miscrosoft Hyper-V Environments

Protecting Miscrosoft Hyper-V Environments Protecting Miscrosoft Hyper-V Environments Who should read this paper Technical White Papers are designed to introduce Veritas partners and end users to key technologies and technical concepts that are

More information

Backup Exec 15 Agents and Options

Backup Exec 15 Agents and Options DATA PROTECTION Backup Exec 15 Agents and Options Enhance and extend Backup Exec features, capabilities, and platform support Overview enhance and extend Backup Exec features, capabilities, and platform

More information

Our Cloud Backup Solution Provides Comprehensive Virtual Machine Data Protection Including Replication

Our Cloud Backup Solution Provides Comprehensive Virtual Machine Data Protection Including Replication Datasheet Our Cloud Backup Solution Provides Comprehensive Virtual Machine Data Protection Including Replication Virtual Machines (VMs) have become a staple of the modern enterprise data center, but as

More information

How To Backup A Virtualized Environment

How To Backup A Virtualized Environment Disk-based Backup for Virtualized Environment via Infortrend EonStor DS, ESVA, EonNAS 3000 / 5000 and Veeam Backup and Replication Application Note Abstract The document describes, as an example the usage

More information

Nimble Storage Best Practices for Microsoft Exchange

Nimble Storage Best Practices for Microsoft Exchange BEST PRACTICES GUIDE: Nimble Storage Best Practices for Microsoft Exchange Table of Contents NIMBLE STORAGE OVERVIEW... 3 EXCHANGE STORAGE REFERENCE ARCHITECTURE... 3 Store Database and Transaction Log

More information

Vodacom Managed Hosted Backups

Vodacom Managed Hosted Backups Vodacom Managed Hosted Backups Robust Data Protection for your Business Critical Data Enterprise class Backup and Recovery and Data Management on Diverse Platforms Vodacom s Managed Hosted Backup offers

More information

Asigra Cloud Backup V13.0 Provides Comprehensive Virtual Machine Data Protection Including Replication

Asigra Cloud Backup V13.0 Provides Comprehensive Virtual Machine Data Protection Including Replication Datasheet Asigra Cloud Backup V.0 Provides Comprehensive Virtual Machine Data Protection Including Replication Virtual Machines (VMs) have become a staple of the modern enterprise data center, but as the

More information

Backup Exec 2012 Agent for VMware and Hyper-V

Backup Exec 2012 Agent for VMware and Hyper-V Backup Exec 2012 Agent for VMware and Hyper-V Technical Feature Brief change without notice. Copyright 2011 Symantec Corporation. All rights reserved. Symantec, the Symantec logo and Backup Exec are trademarks

More information

EMC Business Continuity for Microsoft SQL Server 2008

EMC Business Continuity for Microsoft SQL Server 2008 EMC Business Continuity for Microsoft SQL Server 2008 Enabled by EMC Celerra Fibre Channel, EMC MirrorView, VMware Site Recovery Manager, and VMware vsphere 4 Reference Architecture Copyright 2009, 2010

More information

vsphere Data Protection 6.0 VDP 6.0

vsphere Data Protection 6.0 VDP 6.0 vsphere Data Protection 6.0 VDP 6.0 How to backup VMware environments? Daniel Olkowski EMC Data Protection and Availability Division Europe EAST 1 Goal of the meeting Where to use new vsphere Data Protection

More information

SHAREPOINT, SQL, AND EXCHANGE BACKUP IN VIRTUAL AND PHYSICAL ENVIRONMENTS

SHAREPOINT, SQL, AND EXCHANGE BACKUP IN VIRTUAL AND PHYSICAL ENVIRONMENTS SHAREPOINT, SQL, AND EXCHANGE BACKUP IN VIRTUAL AND PHYSICAL ENVIRONMENTS CTO Series: Dr. Mark Campbell, Chief Strategy/Technology Officer, Unitrends INTRODUCTION Enterprise Windows demands enterprise-class

More information

Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments

Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments Table of Contents Introduction.......................................3 Benefits of VDI.....................................4

More information

Backup Exec 15: Protecting VMware

Backup Exec 15: Protecting VMware TECHNICAL BRIEF: BACKUP EXEC 15: PROTECTING VMWARE........................................ Backup Exec 15: Protecting VMware Who should read this paper Technical White Papers are designed to introduce

More information

HP + Veeam: Fast VMware Recovery from SAN Snapshots

HP + Veeam: Fast VMware Recovery from SAN Snapshots HP + Veeam: Fast VMware Recovery from SAN Snapshots Luca Dell Oca This tech brief was compiled from a series of articles written by virtualization consultant and architect Luca Dell Oca, a specialist in

More information

Granular recovery from SAN Snapshots

Granular recovery from SAN Snapshots Granular recovery from SAN Snapshots with Veeam Backup & Replication 6.5 Luca Dell'Oca This white paper was compiled from an article series written by virtualization consultant and architect Luca Dell

More information

Optimize VMware and Hyper-V Protection with HP and Veeam

Optimize VMware and Hyper-V Protection with HP and Veeam Optimize VMware and Hyper-V Protection with HP and Veeam John DeFrees, Global Alliance Solution Architect, Veeam Markus Berber, HP LeftHand P4000 Product Marketing Manager, HP Key takeaways from today

More information

Microsoft SMB File Sharing Best Practices Guide

Microsoft SMB File Sharing Best Practices Guide Technical White Paper Microsoft SMB File Sharing Best Practices Guide Tintri VMstore, Microsoft SMB 3.0 Protocol, and VMware 6.x Author: Neil Glick Version 1.0 06/15/2016 @tintri www.tintri.com Contents

More information

How to Effectively Protect Data in Virtualized Environments. By Hitachi Data Systems

How to Effectively Protect Data in Virtualized Environments. By Hitachi Data Systems W H I T E P A P E R How to Effectively Protect Data in Virtualized Environments By Hitachi Data Systems February 2012 2 Table of Contents Executive Summary 3 Challenges 4 Comprehensive Data Protection

More information

How To Get A Storage And Data Protection Solution For Virtualization

How To Get A Storage And Data Protection Solution For Virtualization Smart Storage and Modern Data Protection Built for Virtualization Dot Hill Storage Arrays and Veeam Backup & Replication Software offer the winning combination. Veeam and Dot Hill Solutions Introduction

More information

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper Deep Dive on SimpliVity s OmniStack A Technical Whitepaper By Hans De Leenheer and Stephen Foskett August 2013 1 Introduction This paper is an in-depth look at OmniStack, the technology that powers SimpliVity

More information

How to Manage Critical Data Stored in Microsoft Exchange Server 2010. By Hitachi Data Systems

How to Manage Critical Data Stored in Microsoft Exchange Server 2010. By Hitachi Data Systems W H I T E P A P E R How to Manage Critical Data Stored in Microsoft Exchange Server 2010 By Hitachi Data Systems April 2012 2 Table of Contents Executive Summary and Introduction 3 Mission-critical Microsoft

More information

NetBackup 7.6 Best Practices: Protecting Virtual Environments Suwat Saelim

NetBackup 7.6 Best Practices: Protecting Virtual Environments Suwat Saelim NetBackup 7.6 Best Practices: Protecting Virtual Environments Suwat Saelim Sr. Technical Consultant Virtualization Environments 2 General Concepts for Better Virtualization Backups Understand virtualization

More information

Introducing: Infrascale VMware Backup

Introducing: Infrascale VMware Backup Introducing: Infrascale VMware Backup Agenda 1 2 Infrascale Overview: Our Platform, technology and solutions What Infrascale VMware Backup can do for you 3 How Infrascale stacks up: Competitive Pricing

More information

EMC RECOVERPOINT FAMILY

EMC RECOVERPOINT FAMILY EMC RECOVERPOINT FAMILY Cost-effective local and remote data protection and disaster recovery solution ESSENTIALS Maximize application data protection and disaster recovery Protect business applications

More information

Data Protection. the data. short retention. event of a disaster. - Different mechanisms, products for backup and restore based on retention and age of

Data Protection. the data. short retention. event of a disaster. - Different mechanisms, products for backup and restore based on retention and age of s t o r s i m p l e D a t a s h e e t Data Protection I/T organizations struggle with the complexity associated with defining an end-to-end architecture and processes for data protection and disaster recovery.

More information

VMware vsphere Data Protection

VMware vsphere Data Protection FREQUENTLY ASKED QUESTIONS VMware vsphere Data Protection vsphere Data Protection Advanced Overview Q. What is VMware vsphere Data Protection Advanced? A. VMware vsphere Data Protection Advanced is a backup

More information

VMware Data Recovery. Product Overview

VMware Data Recovery. Product Overview VMware Data Recovery Frequently Asked Questions (FAQ), April 2009 Product Overview What is VMware Data Recovery? VMware Data Recovery is a new backup and recovery product for VMware vsphere users that

More information

Lab Validation Report

Lab Validation Report Lab Validation Report Catalogic DPX Copy Data Services Designed for Intelligent Data Protection and Access By Vinny Choinski, Senior Lab Analyst ant Tony Palmer, Senior Lab Analyst September 2014 Lab Validation:

More information

Protecting Windows Microsoft Exchange Server Data Protection

Protecting Windows Microsoft Exchange Server Data Protection Solution Brief Protecting Microsoft Exchange Server Growth in data for Microsoft Exchange is expanding at a rapid growth rate. Mailbox sizes are increasing due to multimedia file, documentation collaboration

More information

BDR TM V3.0 DEPLOYMENT AND FEATURES

BDR TM V3.0 DEPLOYMENT AND FEATURES BDR TM V3.0 DEPLOYMENT AND FEATURES VEMBU TECHNOLOGIES www.vembu.com Copyright Information Information in this document is subject to change without notice. The entire risk of the use or the results of

More information

The Importance of Copy Data Management

The Importance of Copy Data Management infrastructure datacentre communications SOLUTION OVERVIEW: VIRTUAL DATA MANAGEMENT In a content and data-rich world, IT departments are under an enormous pressure to continually extend storage capacity

More information

The Extraordinary Cloud Services Catalog

The Extraordinary Cloud Services Catalog ACTIFIO COPY DATA VIRTUALIZATION The Extraordinary Cloud Services Catalog Service Providers transform with Actifio-Powered Data Virtualization Services 151111 The Extraordinary Cloud Services Catalog Service

More information

The Power of Deduplication-Enabled Per-VM Data Protection SimpliVity s OmniCube Aligns VM and Data Management

The Power of Deduplication-Enabled Per-VM Data Protection SimpliVity s OmniCube Aligns VM and Data Management The Power of Deduplication-Enabled Per-VM Data Protection SimpliVity s OmniCube Aligns VM and Data Management Prepared for SimpliVity Contents The Bottom Line 1 Introduction 2 Per LUN Problems 2 Can t

More information

Sharepoint, SQL, And Exchange Backup In Virtual And Physical Environments

Sharepoint, SQL, And Exchange Backup In Virtual And Physical Environments Whitepaper Sharepoint, SQL, And Exchange Backup In Virtual And Physical Environments CTO Series: Dr. Mark Campbell, Chief Strategy/Technology Officer, Unitrends 2 Introduction Enterprise Windows demands

More information

CA ARCserve Family r15

CA ARCserve Family r15 CA ARCserve Family r15 Rami Nasser EMEA Principal Consultant, Technical Sales Rami.Nasser@ca.com The ARCserve Family More than Backup The only solution that: Gives customers control over their changing

More information

Veeam Backup & Replication

Veeam Backup & Replication Veeam Backup & Replication Version 7.0 Evaluator s Guide Hyper-V Environments August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part

More information

VMware Backup, Archive, and Disaster Recovery: Next Generation VMware Data Protection. 7 Technology Circle Suite 100 Columbia, SC 29203

VMware Backup, Archive, and Disaster Recovery: Next Generation VMware Data Protection. 7 Technology Circle Suite 100 Columbia, SC 29203 VMware Backup, Archive, and Disaster Recovery: Next Generation VMware Data Protection 7 Technology Circle Suite 100 Columbia, SC 29203 Phone: 866.359.5411 E-Mail: sales@unitrends.com URL: www.unitrends.com

More information

Dell PowerVault DL2200 & BE 2010 Power Suite. Owen Que. Channel Systems Consultant Dell

Dell PowerVault DL2200 & BE 2010 Power Suite. Owen Que. Channel Systems Consultant Dell Dell PowerVault DL2200 & BE 2010 Power Suite Owen Que Channel Systems Consultant Dell Dell PowerVault DL2200 powered by Symantec Backup Exec 2010 1 Replace Tape with Deduplication Customer Storage Challenge

More information

A New Strategy for Data Management in a Time of Hyper Change

A New Strategy for Data Management in a Time of Hyper Change 1 A New Strategy for Data Management in a Time of Hyper Change 2 Everyone Claims to Do Data Protection How Do Enterprises Protect Data Today? In Medium to Large Enterprises, traditional backup is today

More information

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015 VMware vsphere Data Protection REVISED APRIL 2015 Table of Contents Introduction.... 3 Features and Benefits of vsphere Data Protection... 3 Requirements.... 4 Evaluation Workflow... 5 Overview.... 5 Evaluation

More information

Availability for your modern datacenter

Availability for your modern datacenter Availability for your modern datacenter - Agentless backup and replication for VMware and Hyper-V - Scalable, powerful, easy-to-use, affordable Veeam Availability protection for the Always-On Business

More information

Barracuda Backup Deduplication. White Paper

Barracuda Backup Deduplication. White Paper Barracuda Backup Deduplication White Paper Abstract Data protection technologies play a critical role in organizations of all sizes, but they present a number of challenges in optimizing their operation.

More information

VMware Site Recovery Manager and Nimble Storage

VMware Site Recovery Manager and Nimble Storage BEST PRACTICES GUIDE VMware Site Recovery Manager and Nimble Storage Wen Yu, Nimble Storage Ken Werneburg, VMware N I M B L E T E C H N I C A L R E P O R T : V M W A R E S I T E R E C O V E R Y M A N A

More information

Symantec Backup Exec 2010 Agent for VMware Virtual Infrastructure FAQ

Symantec Backup Exec 2010 Agent for VMware Virtual Infrastructure FAQ Symantec Backup Exec 2010 Agent for VMware Virtual Infrastructure FAQ Updated May 10, 2010 Contents Overview... 1 Virtual Machine Backup... 4 VMware vstorage API for Data Protection Support... 6 VMware

More information

Expert. Briefing. \\\\ Best Practices for Managing Storage with Hyper-V

Expert. Briefing. \\\\ Best Practices for Managing Storage with Hyper-V \\\\ Best Practices for Managing Storage with Hyper-V Learn how storage functionality changes with the newest Hyper-V release and how it differs from VMware. Get details on specific Hyper-V features including

More information

Building the Private cloud

Building the Private cloud Building the Private cloud Yiannis Psichas Senior Technology Consultant Psichas_yiannis@emc.com 1 IT Infrastructure Needs to Change 77% keeping the lights on 23% delivering new capabilities Too much complexity.

More information

Business Continuity with the. Concerto 7000 All Flash Array. Layers of Protection for Here, Near and Anywhere Data Availability

Business Continuity with the. Concerto 7000 All Flash Array. Layers of Protection for Here, Near and Anywhere Data Availability Business Continuity with the Concerto 7000 All Flash Array Layers of Protection for Here, Near and Anywhere Data Availability Version 1.0 Abstract Concerto 7000 All Flash Array s Continuous Data Protection

More information

DESIGN AND IMPLEMENTATION GUIDE EMC DATA PROTECTION OPTION NS FOR VSPEXX PRIVATE CLOUD EMC VSPEX December 2014

DESIGN AND IMPLEMENTATION GUIDE EMC DATA PROTECTION OPTION NS FOR VSPEXX PRIVATE CLOUD EMC VSPEX December 2014 DESIGN AND IMPLEMENTATION GUIDE EMC DATA PROTECTION OPTIONS FOR VSPEX PRIVATE CLOUD EMC VSPEX December 2014 Copyright 2013-2014 EMC Corporation. All rights reserved. Published in USA. Published December,

More information

EMC RecoverPoint Continuous Data Protection and Replication Solution

EMC RecoverPoint Continuous Data Protection and Replication Solution EMC RecoverPoint Continuous Data Protection and Replication Solution Simple. Efficient. Consistent Dejan Živanović EMC Technology Solutions Group SEE Presales Manager Dejan.Zivanovic@emc.com 1 Real Time

More information

Data center virtualization

Data center virtualization Data center virtualization A Dell Technical White Paper August 2011 Lay the foundation for impressive disk utilization and unmatched data center flexibility Executive summary Many enterprise IT departments

More information

CommVault Simpana 10 Best Practices

CommVault Simpana 10 Best Practices CommVault Simpana 10 Best Practices for the Dell Compellent Storage Center Andrew Smith, Data Protection Product Specialist Kris Piepho, Microsoft Product Specialist July, 2013 Revisions Date Description

More information

Backup and recovery as agile as the virtual machines being protected

Backup and recovery as agile as the virtual machines being protected hosted by Mario Blandini @ Drobo Backup and recovery as agile as the virtual machines being protected Approaches and architectures for protecting VMware virtual machines using image-based backup Special

More information

How To Protect Your Data From Being Damaged On Vsphere Vdp Vdpa Vdpo Vdprod (Vmware) Vsphera Vdpower Vdpl (Vmos) Vdper (Vmom

How To Protect Your Data From Being Damaged On Vsphere Vdp Vdpa Vdpo Vdprod (Vmware) Vsphera Vdpower Vdpl (Vmos) Vdper (Vmom VMware vsphere Data Protection 6.0 Maciej Kot Senior Systems Engineer VMware Overview vsphere Data Protection Overview Data protection for VMs and applications Agent-less VM backup and restore Agents for

More information

Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011

Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Executive Summary Large enterprise Hyper-V deployments with a large number

More information

Configuration Guide: Best Practices with HP Storage and Veeam

Configuration Guide: Best Practices with HP Storage and Veeam Configuration Guide: Best Practices with HP Storage and Veeam Modern Data Protection Built for Virtualization November, 2013 Contents Intended audience....3 Veeam Backup & Replication overview.... 3 Veeam

More information

Veeam Backup & Replication

Veeam Backup & Replication Veeam Backup & Replication Version 6.5 User Guide for Hyper-V Environments December, 2012 2012 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of

More information

Backing Up the CTERA Portal Using Veeam Backup & Replication. CTERA Portal Datacenter Edition. May 2014 Version 4.0

Backing Up the CTERA Portal Using Veeam Backup & Replication. CTERA Portal Datacenter Edition. May 2014 Version 4.0 Backing Up the CTERA Portal Using Veeam Backup & Replication CTERA Portal Datacenter Edition May 2014 Version 4.0 Copyright 2009-2014 CTERA Networks Ltd. All rights reserved. No part of this document may

More information

Introduction to VMware vsphere Data Protection TECHNICAL WHITE PAPER

Introduction to VMware vsphere Data Protection TECHNICAL WHITE PAPER Introduction to VMware vsphere Data Protection TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Architectural Overview... 3 Deployment and Configuration.... 5 Administration.... 5 Backup....

More information

Solution brief: Modernized data protection with Veeam and HP Storage

Solution brief: Modernized data protection with Veeam and HP Storage Solution brief: Modernized data protection with Veeam and HP Storage Modern Data Protection Built for Virtualization November, 2013 Contents Executive summary....3 Key points...3 Virtual machine data protection

More information

How To Create A Hypervisor Based Replication In Zerto

How To Create A Hypervisor Based Replication In Zerto Technology Comparison February 2012 A Comparison of Hypervisor-based vs. Current and Legacy BC/DR Technologies Hypervisor-based Technology Comparison A Comparison of Hypervisor-based vs. Current and Legacy

More information

Protezione dei dati. Luca Bin. EMEA Sales Engineer Lbin@Barracuda.com. Version 6.1 July 2015

Protezione dei dati. Luca Bin. EMEA Sales Engineer Lbin@Barracuda.com. Version 6.1 July 2015 Protezione dei dati Luca Bin EMEA Sales Engineer Lbin@Barracuda.com Version 6.1 July 2015 Barracuda Backup Easy Cloud-Connected Backup Version 6.1 July 2015 Traditional Backup is Complicated Highly diverse

More information

Evaluation of Enterprise Data Protection using SEP Software

Evaluation of Enterprise Data Protection using SEP Software Test Validation Test Validation - SEP sesam Enterprise Backup Software Evaluation of Enterprise Data Protection using SEP Software Author:... Enabling you to make the best technology decisions Backup &

More information

VMware@SoftLayer Cookbook Disaster Recovery (DR)

VMware@SoftLayer Cookbook Disaster Recovery (DR) VMware@SoftLayer Cookbook Disaster Recovery (DR) IBM Global Technology Services: Khoa Huynh (khoa@us.ibm.com) Daniel De Araujo (ddearaujo@us.ibm.com) Bob Kellenberger (kellenbe@us.ibm.com) VMware: Merlin

More information

Replication Overview

Replication Overview W H I T E P A P E R b y F r a n k M u s a c c h i a Taking control of your finances. PHD Virtual & Replication: Replication Overview Unmatched Value for Your Virtual World WWW.PHDVIRTUAL.COM PHD Virtual

More information