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

Size: px
Start display at page:

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

Transcription

1 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 data protection strategies; yet there has never been more confusion concerning the advantages and disadvantages of protecting various versions of Microsoft Windows Server, Microsoft SharePoint Server, Microsoft SQL Server, and Microsoft Exchange Server in both physical and virtual environments. Some of this uncertainty is due to the inherent complexity associated with these technologies; other confusion is a result of aggressive marketing by vendors each of whom has a particular axe to grind with respect to data protection methodology. Or to put it more simply - when you ve spent a lot of time and effort creating a data protection company that is in essence a hammer, all customers environments start to look like nails. The damage of trying to hammer a screw into a wall is pretty easy to understand; it s much more difficult to conceptualize the difficulty of applying certain types of backup techniques to distributed SharePoint farms. But what both situations have in common is that when you try to use the result of either - whether it s hanging a heavy mirror or recovering that distributed SharePoint environment - you end up with a mess. CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 1

2 In this white paper we ll explore the following with respect to data protection of Windows Server, Microsoft SharePoint, Microsoft SQL, and Microsoft Exchange environments: Backup Archiving Replication (private and public cloud-based data protection) Failover virtualization (also called instant recovery) TYPES OF BACKUP In order to make sure that you metaphorically don t try to hammer a screw or screw in a nail, you first have to understand what hammers, screwdrivers, nails, and screws are and what tasks they re best suited to perform. Likewise, in order to understand the best type of backup to use for Windows Server and the server-level Microsoft applications, you have to first understand native, HOS, and GOS block-based backup types. There are three basic types of Windows Server and Microsoft application backup that have evolved over time: native, HOS-based, and GOS-based block. The level at which these operate is depicted in the figure 1. Native and GOS-based block backup occur within the virtual machine - at the GOS level. HOS-based backup occurs at the physical host machine. All three of these backup types will be discussed briefly in the sections that follow. For much more detail on virtual (and physical) backup approaches, please see the white paper entitled Losing My Religion: Virtualization Backup Dogma, Faith, and Fact. Native Backup Microsoft uses a data protection architecture known as VSS (Volume Shadow Copy Service) to protect their operating systems, applications, and their virtualization. VSS at the operating system and application level is used not only by Microsoft, but by other virtualization vendors (for example, VMware) to make sure that the data being used by Microsoft operating systems and applications is in a consistent state so that recovery is insured (this is also called quiescing. ) However, Microsoft as a virtualization vendor also uses VSS at the HOS-level as well. Native backup may be used in physical environments as well as in virtual environments by protecting each VM (Virtual Machine) independently CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 2

3 through the direct use of VSS. HOS (Host Operating System) Backup HOS backup refers to protecting one or more VMs typically by using a set of programmatic interfaces provided by the virtualization vendor. These programmatic interfaces (which for VMware vsphere is known as VADP - vstorage API for Data Protection - and for Microsoft is VSS implemented at the host-level.) In the case of VMware vsphere and Microsoft, the HOSlevel programmatic interfaces indirectly call the lower-level VSS protection architecture. Note that VSS doesn t ensure maintenance and management operations such as the truncation of transaction logs associated with an application. It is assumed in this document that this is handled automatically via backup aware software infrastructure that can be pushed and pulled into and out of the virtual machine (the GOS) - however, you should make sure that your vendor supports this. CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 3

4 GOS (Guest Operating System) Block-Based Backup GOS block-based backup refers to data protection architectures that attempt to capture data changes below the file system level (hence, the term blockbased backup.) These architectures often use VSS in some form in order to force loose synchronization between the file system and the underlying blocks that form the file system. VSS: THE KEY TO MICROSOFT AND WINDOWS BACKUP Microsoft introduced a set of core data protection primitives called VSS (Volume Shadow Copy) with Windows Server 2003 upon which all modern Windows Server and Microsoft application protection is based. VSS is used to quiesce the appropriate applications, operating systems, and storage such that a consistent point-in-time snapshot (also called a shadow copy) can be created for the purpose of backup. The diagram (figure 2) below from Microsoft depicts the core VSS architecture. The VSS requestor (typically a data protection solution) requests from the VSS provider that a snapshot be created and the VSS provider in turn works with the VSS writers to create that snapshot. VSS writers are available for Windows Server operating systems (Windows Server 2003 and above) as well as the Microsoft applications SharePoint, SQL, CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 4

5 and Exchange. This is the core architecture used to natively protect Windows Server operating systems and Microsoft applications - which in the prior section we call Native Backup. This may also be part of the solution used by what we called GOS Block-Based Backup in the previous section - in essence VSS is typically used in these schemes in order to synchronize the blocks being captured with the operating system, applications, and storage. But what about virtualization-aware backup - what we called HOS Backup in the prior section? As you d suspect, it s a bit more complicated. The figure below (figure 3, from Microsoft) depicts an example of data protection in a virtualized environment. Now - this particular figure depicts Microsoft Hyper-V - but in general the same concepts apply. The hypervisor layer has its own set of data protection primitives - VSS in the case of Microsoft Hyper-V, VADP (vstorage API for Data Protection) in the case of VMware vsphere) - that in turn call the VSS services in each virtual machine. 2 I always wanted to see a backup vendor create a marketing campaign targeted to puppy lovers; to me, it makes as much sense as most advertising in our space. CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 5

6 ADVANTAGES AND DISADVANTAGES OF NATIVE, GOS BLOCK, AND HOS BACKUP TECHNIQUES Before we discuss the specifics of SharePoint, SQL, and Exchange, there are some general advantages and disadvantages we can explore with regard to the native, GOS block, and HOS backup techniques. These are depicted in the table that follows. Technique Level Advantages Disadvantages Native GOS Granularity Distributed Integrity RPO best RTO varies Passthrough storage GOS Block GOS RPO good RTO varies Passthrough storage TCO Load Granularity Distributed Integrity TCO Load HOS HOS TCO and simplicity Automation and inclusion vcenter/ha Performance RTO Granularity Distributed RPO Passthrough storage Native backup typically have the following advantages: Backup granularity for both what application data to protect as well as varying RPOs for that application data is better. Deeper integration may be achieved with clustered operating system and application clustering including failover location transparency. Better potential integrity with the use of native application techniques to check on the integrity of the backup. A better RPO can be gained by taking advantage of discrete transaction log capabilities of the application. The RTO varies on native backup; however, it typically takes longer than block- or image-based mounted recovery solutions for incremental data recovery. CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 6

7 This type of backup supports virtual environments in which data resides on guest-attached mounted storage. Passthrough disks configured using iscsi, physical RDM (VMware), and independent disks (VMware) are supported. Native backups typically have the following disadvantages: If you have large numbers of discrete application servers, then managing each one individually has a higher TCO than managing them collectively as part of a larger set of virtual machines. Additional potential load may be incurred, particularly if the RPO is set aggressively. Note that better RPOs may not be possible, however, with other techniques. GOS block backups typically have the following advantages: The RPO of a GOS block backup is not quite as good as what is possible with native backup but is potentially better than the RPO associated with HOS backup. The term potentially applies because it depends upon the general and application-specific configuration of the physical or virtual machine being protected. The RTO varies on GOS block backup; however, if mounting of the blockbased image is possible then this type of backup has a fast RTO for incremental data recovery. Passthrough disks configured using iscsi, physical RDM (VMware), and independent disks (VMware) are supported GOS block backups typically have the following disadvantages: Support for distributed systems can range from completely absent to absolutely minimal. Backup granularity for both what application data to protect as well as varying RPOs for that application data is typically unavailable. RPO can be poor since typically much more data is being protected; RPO can be poor due to the inability to roll changes up to a 1-minute level. GOS block backups do not handle distributed systems well. Additional potential load may be incurred, particularly if the RPO is set aggressively. The RPO can t be set on a granular basis which also incurs additional load. HOS backups typically have the following advantages: CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 7

8 HOS backups have potentially a lower TCO because backing up tens, hundreds, or even thousands of VMs in which the administrator is abstracted from what is in the VM is simpler and easier. It s easier to schedule dynamic server (VM) inclusion and to perform automatic tasks on those dynamically included VMs. Support for virtualization constructs like vcenter or HA are available. The performance of HOS-level backup within a specified window is typically superior - no semantic understanding of the data means that blocks are blocks and can be transferred more quickly. RTO is superior. HOS backups typically have the following disadvantages: Support for distributed systems can range from completely absent to absolutely minimal. You backup at the virtual machine level; thus backup granularity for both what application data to protect as well as varying RPOs for that application data is typically unavailable. RPO can be poor since typically much more data is being protected; RPO can be poor due to the inability to roll transaction logs up to a 1-minute level. Passthrough disks configured using iscsi, physical RDM (VMware), and independent disks (VMware) are not supported. SHAREPOINT BACKUP Microsoft has stated that SharePoint is one of the fastest growing applications in their history. SharePoint at the end of 2012 was reported by Microsoft to be generating $2 billion a year. By the beginning of 2012, Microsoft had 125 million SharePoint licenses, 65,000 customers of SharePoint, and 67% of those 65,000 customers reported SharePoint deployments across their entire organization. SharePoint relies on a lot of technologies. These typically include but aren t limited to Windows Server Microsoft SQL Server IIS (Internet Information Server) Active Directory DNS (Domain Name System) CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 8

9 Networking Exchange Server (Optional) In addition, SharePoint is often deployed on a SharePoint farm - a collection of SharePoint and SQL servers that work in concert to provide SharePoint services to support one (or more) SharePoint site. In essence, SharePoint has been designed by Microsoft to be scalable via distributed system semantics. The next series of figures depicts the basic functions associated with SharePoint backup from the perspective of the previously described VSS architecture (these illustrations were taken from Microsoft documentation.) The first function that must be performed is the creation of the inventory of all of the components within a SharePoint implementation. As noted previously, SharePoint may be both distributed and consists of a number of disparate technologies - so this is a critical step. The next step is the actual backup itself. The VSS architecture makes it relatively simple once an inventory has been created - a request is made and distributed to all components; all of those components are quiesced together and a synchronized snapshot created. CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 9

10 When a restore needs to occur, VSS is used to recover across the distributed SharePoint implementation as follows. While SharePoint is a successful and scalable application, the sheer number of technologies and its distributed nature make it a challenge to protect correctly. The nature of both GOS block backup and HOS-level backup make it difficult to synchronize among these different technologies on different systems; thus native backup tends to work best. SQL SERVER BACKUP Microsoft SQL Server is a relational database server that is used both as a fundamental building block of SharePoint as well as a directly as SQL-based database infrastructure. SQL Server may be implemented on a single server or in a distributed fashion for higher scalability across a number of servers. In the simplest cases, native backup, GOS block backup, and HOS backup work fine. However, across scalable, distributed SQL Server implementations native backup tends to be superior. In addition, native backup techniques tend to produce higher integrity backups. Why? SQL Server databases CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 10

11 are sensitive to multiple backup and maintenance requests operating on the same database. Typically native SQL backup uses LSNs (Log Sequence Numbers) to ensure that the transaction log chain is intact. If the LSNs are not in sequence the native SQL server backup can ensure resynchronization of that chain through the issuance of full backups before proceeding with differential and transaction log backups. In addition, with native backup, deeper integration with clustered SQL implementations are available which allow location transparency on failover by accessing SQL data through the clustered node. EXCHANGE SERVER BACKUP Microsoft Exchange Server is a mail server, calendaring software, and contact manager. Exchange Server is used directly by Microsoft client-side programs as well as being an optional component of SharePoint. Exchange Server may be implemented on a single server or in a distributed fashion for higher scalability across a number of servers. In the simplest cases, native backup, GOS block backup, and HOS backup are acceptable methods to use to protect Microsoft Exchange Server. The best method is native backup even in these simpler cases - the reason is that Exchange Server is built upon an older database technology and has a tendency under load to become corrupted - and a backup of a corrupted Exchange database can fail to restore. Some vendors have audited recovery techniques for this - but what is best is to do deep integrity checking of Exchange before, during and after the backup. Exchange is often integrated into many other Microsoft services - not only in products such as SharePoint but also in core services such as Active Directory. Make sure that your backup strategy is flexible enough to allow different modes of recovery - from a single Exchange Server to multiple Exchange Servers to a complete loss of all Windows and Microsoft application systems. Also, across scalable, distributed Exchange Server implementations native backup tends to be superior. The reason is synchronization across the multiple Exchange databases. Native Exchange backup also allows deeper integration into clustered Exchange Server implementations which provide location transparency on Exchange failover. For example, in the case of Exchange Server 2010 DAGs (Database Availability Groups), the backup can occur from either the active node or passive node. CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 11

12 ARCHIVING Archiving in the context of this document refers to tertiary backup. Some systems support not only D2D (Disk-to-Disk) backup but also D2D2x (Diskto-Disk-to-Any) data protection. That x can refer to a removable disk, removable tape, fixed NAS, fixed SAN, or even cloud gateways such as that offered by Twinstrata or AWS (Amazon Web Servers.) The hallmark of archiving is that the target and source are typically located at the same premise - thus higher performance interconnects can be used for faster data transfer. These higher performance interconnects can range from USB to esata to various LAN-based Ethernet implementations. Archiving is also called nearline retention - which distingishes it from the online retention of the primary backup storage. If archiving is performed correctly, it also serves as a disaster recovery method that may be used individually or together with replication (see the next chapter on replication.) So what does archiving have to do with the backup of SharePoint, SQL, or Exchange? Primarily it s granularity. Native application backup tends to be more granular (as discussed above) in terms of not only application data but in terms of retention as well as RPO and RTO. HOS backup and GOS block backup can be post-indexed to pull data specifically, but it s not only timeconsuming it also wastes a great deal of resources. In choosing the type of backup to use with your particular Microsoft application implementation, make sure that your current and future nearline retention needs are well understood as well as your disaster recovery strategy and that you have the granularity and flexibility you require. REPLICATION Replication refers to the electronic copying of data - typically from a device in one location to a device in another location over WAN (Wide Area Network.) Because replication typically takes place over a WAN and WAN bandwidth is precious, a key component of replication is not just synchronization of data but also the reduction of the amount of data that has to be sent over the WAN. Replication is thus the key enabling technology for cloud-based disaster recovery. Replication is used in both private and public cloud implementations as well as single- and multi-tenant cloud solutions. There are two basic types of replication: primary and secondary. Primary CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 12

13 replication occurs on the primary (active) data; secondary replication occurs on a secondary copy of that data. In the case of backup solutions, replication before or during the backup is typically primary replication while replication after the backup is typically secondary replication. For SharePoint, SQL, Exchange, and for that matter Windows Server or other environments, secondary replication has less potential performance impact on the application or operating system. Note that the typical trade-off in replication is compute time to reduce the amount of data (typically using techniques such as compression and source-level deduplication) versus the time it takes to transfer over the WAN. Since these types of data reduction techniques can be quite intensive, you want to make sure your replication is not only efficient in terms of WAN bandwidth but that it doesn t add unnecessary load on your application server. Because of the bandwidth limitations of the WAN, granularity with respect to SharePoint, SQL, and Exchange is even more important with respect to replication than it is with archiving. Thus you want to make sure that the type of backup you choose has the most granularity possible if you plan to replicate - particularly if your WAN bandwidth is limited. Native backup tends to offer the greatest degree of granularity. FAILOVER VIRTUALIZATION Compared to backup, archiving, and replication, failover virtualization is a much more recent technology. (Note: This doesn t mean all, or even most, backup vendors have integrated backup, archiving, and replication - most do not - it simply means that as a technology failover virtualization is the most recent.) Failover virtualization, which is often termed instant recovery or live recovery, simply means that a copy of the backup can be in just a few minutes used to create a virtual machine that is a copy of the original physical or virtual machine that was being protected. There are two primary types of failover virtualization: one in which the virtual machine that is created requires additional resources to operate and the other in which the virtual machine that is created operates more or less in a standalone mode. As an example, it is possible to do an HOS backup of a VMware vsphere VM and then present that backup as a VMDK block image on the backup device itself so that a secondary VMware vsphere ESX or ESXi host server can use it with a hosted VM. This is depicted in the figure that follows. CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 13

14 As another example, it is possible to do a native backup of Windows Server and then use that native backup to create a standalone virtual machine that contains not only Windows Server but also SharePoint, SQL, and/or Exchange. This is depicted in the figure that follows Failover virtualization is a valuable tool. But it isn t a substitute for deep integrity checking before or during a backup. And it should be used very CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 14

15 carefully with respect to distributed systems, i.e., distributed SharePoint farms and multi-server implementations of SQL and Exchange. CONCLUSION Using a hammer to install a screw doesn t make a lot of sense. As noted in the introduction, Enterprise Windows demands enterprise-class data protection strategies. And yet far too many data protection vendors are promoting a one size fits all strategy that are focused on what one particular technology rather than being focused on their customer s needs - both now and in the future. It s critical that your data protection vendor has flexible strategies and can adapt to your environment - after all, in IT you re continuously being asked to adapt to better service your customers. Make sure that you re data protection vendor flexible and adaptable enough to enable you to build an agile IT infrastructure that handles not only your needs today - but your needs tomorrow as well InNet innetworktech.com CTO Series: SharePoint, SQL, and Exchange Backup in Virtual and Physical Environments PAGE 15

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

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

Unitrends Integrated Backup and Recovery of Microsoft SQL Server Environments

Unitrends Integrated Backup and Recovery of Microsoft SQL Server Environments Solution Brief Unitrends Integrated Backup and Recovery of Microsoft SQL Server Environments Summary Your business infrastructure relies on your Microsoft SQL Servers. Your business no matter the size

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

Losing My Religion - A Case Study on Data Protection

Losing My Religion - A Case Study on Data Protection LOSING MY RELIGION: VIRTUALIZATION BACKUP DOGMA, FAITH, AND FACT CTO Series: Dr. Mark Campbell, Chief Strategy/Technology Officer, Unitrends INTRODUCTION Losing my religion is an expression from the southern

More information

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

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

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

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

Protecting Microsoft Hyper-V 3.0 Environments with CA ARCserve

Protecting Microsoft Hyper-V 3.0 Environments with CA ARCserve Solution Brief: CA ARCserve R16.5 Complexity ate my budget Protecting Microsoft Hyper-V 3.0 Environments with CA ARCserve Customer Challenges Today, you face demanding service level agreements (SLAs) while

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

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

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

Redefining Microsoft Exchange Data Management

Redefining Microsoft Exchange Data Management Redefining Microsoft Exchange Data Management FEBBRUARY, 2013 Actifio PAS Specification Table of Contents Introduction.... 3 Background.... 3 Virtualizing Microsoft Exchange Data Management.... 3 Virtualizing

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

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

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

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

Symantec Backup Exec 2014

Symantec Backup Exec 2014 Symantec Backup Exec 2014 Maxim Tsvetaev Principal Systems Engineer Backup Exec 2014 1 Today s Top Backup and Recovery Challenges Reducing Costs and Complexity Protecting Virtual Machines Meeting Backup

More information

Insanely Great Backup & Recovery. Physical or Virtual Appliance + Cloud DR No per agent, client, OS or anything fee Amazing support

Insanely Great Backup & Recovery. Physical or Virtual Appliance + Cloud DR No per agent, client, OS or anything fee Amazing support ALL-IN-ONE # 1 BACKUP SOLUTION Insanely Great Backup & Recovery Physical or Virtual Appliance + Cloud DR No per agent, client, OS or anything fee Amazing support Everything your customers need, from 539/month

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

Top 10 Best Practices of Backup and Replication for VMware and Hyper-V

Top 10 Best Practices of Backup and Replication for VMware and Hyper-V WHITE PAPER Top 10 Best Practices of Backup and Replication for VMware and Hyper-V By David Davis, VMware vexpert Virtualization changes everything for IT infrastructure administration and management.

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

Product Brief. it s Backed Up

Product Brief. it s Backed Up Product Brief it s Backed Up IT Authorities, Inc. 1/11/2010 Table of Contents Contents Table of Contents... 2 it s Backed Up... 3 Backup... 3 Backup, Continued... 4 Backup, Continued... 5 Application Aware

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

ESCAPE ALL LIMITATIONS. Protecting Windows Microsoft. Growth in data for Microsoft Exchange is expanding at. Exchange Server

ESCAPE ALL LIMITATIONS. Protecting Windows Microsoft. Growth in data for Microsoft Exchange is expanding at. Exchange Server Strong Data Protection Protecting for Microsoft Windows Server Microsoft 2012: Unitrends Enterprise Exchange Backup Server ESCAPE ALL LIMITATIONS Protecting Windows Microsoft Growth in data for Microsoft

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

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

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

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

Insanely Great Backup & Recovery. Physical or Virtual Appliance + Cloud DR No per agent, client, OS or anything fee Amazing support

Insanely Great Backup & Recovery. Physical or Virtual Appliance + Cloud DR No per agent, client, OS or anything fee Amazing support # 1 ALL-IN-ONE BACKUP SOLUTION Insanely Great Backup & Recovery Physical or Virtual Appliance + Cloud DR No per agent, client, OS or anything fee Amazing support Everything you need, from 269/month RRP

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

Virtual Server System and Data Protection, Recovery and Availability with CA ARCserve r16

Virtual Server System and Data Protection, Recovery and Availability with CA ARCserve r16 Virtual Server System and Data Protection, Recovery and Availability with CA ARCserve r16 1 Table of Contents Introduction... 3 Key challenges for protecting virtual servers... 3 Backup and recovery...

More information

VMware System, Application and Data Availability With CA ARCserve High Availability

VMware System, Application and Data Availability With CA ARCserve High Availability Solution Brief: CA ARCserve R16.5 Complexity ate my budget VMware System, Application and Data Availability With CA ARCserve High Availability Adding value to your VMware environment Overview Today, performing

More information

VMware vsphere Data Protection

VMware vsphere Data Protection VMware vsphere Data Protection Replication Target TECHNICAL WHITEPAPER 1 Table of Contents Executive Summary... 3 VDP Identities... 3 vsphere Data Protection Replication Target Identity (VDP-RT)... 3 Replication

More information

Overview of System Center 2012 Data Protection Manager

Overview of System Center 2012 Data Protection Manager Overview of System Center 2012 Data Protection Manager J IM R AT SCH S R. PFE II J R AT SCH@MICROSOFT.COM DMVMUG User Conference 2013 Reston, VA Agenda What is System Center Data Protection Manager 2012?

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

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

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

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

Veeam Backup & Replication Modern Data Protection HP Storage & Veeam Software complete VM data protection Business & technical challenges Video demonstration What s more with Veeam Backup & Replication

More information

Virtual Server System and Data Protection, Recovery and Availability

Virtual Server System and Data Protection, Recovery and Availability Solution Brief: CA ARCserve R16.5 Complexity ate my budget Virtual Server System and Data Protection, Recovery and Availability Although server virtualization helps reduce IT infrastructure costs, it also

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

VMware and Microsoft VSS: What You Need to Know

VMware and Microsoft VSS: What You Need to Know Commissioned by VMware and Microsoft VSS: What You Need to Know A Concentrated Technology SolutionSpace Analysis Greg Shields white paper / page 1 Introduction When it comes to Microsoft VSS, there s more

More information

Virtual Server System and Data Protection, Recovery and Availability

Virtual Server System and Data Protection, Recovery and Availability Virtual Server System and Data Protection, Recovery and Availability Although server virtualization helps reduce IT infrastructure costs, it also adds complexity to protecting the wide range of applications

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

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

HP Integration with Veeam Backup and Replication. Mark Hambelton Veeam EMEA Alliances SE

HP Integration with Veeam Backup and Replication. Mark Hambelton Veeam EMEA Alliances SE HP Integration with Veeam Backup and Replication Mark Hambelton Veeam EMEA Alliances SE Agenda Overview of Veeam Backup and Replication v8 Veeam Explorer for Storage Snapshots Veeam Backup off Storage

More information

CA arcserve Unified Data Protection virtualization solution Brief

CA arcserve Unified Data Protection virtualization solution Brief CA arcserve Unified Data Protection virtualization solution Brief Server and desktop virtualization have become very pervasive in most organizations, and not just in the enterprise. Everybody agrees that

More information

Six Fairy Tales of VMware and Hyper-V Backup. 7 Technology Circle Suite 100 Columbia, SC 29203

Six Fairy Tales of VMware and Hyper-V Backup. 7 Technology Circle Suite 100 Columbia, SC 29203 Six Fairy Tales of VMware and Hyper-V Backup 7 Technology Circle Suite 100 Columbia, SC 29203 Phone: 866.359.5411 E-Mail: sales@unitrends.com URL: www.unitrends.com 1 Introduction Cinderella. Snow White.

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

Symantec NetBackup 7.5 Technical Brief

Symantec NetBackup 7.5 Technical Brief TECHNICAL BRIEF: SYMANTEC NETBACKUP 7.5 TECHNICAL BRIEF........................................ Symantec NetBackup 7.5 Technical Brief Who should read this paper This document is intended for backup administrators

More information

ACCELERATING YOUR IT TRANSFORMATION WITH EMC NEXT-GENERATION UNIFIED STORAGE AND BACKUP

ACCELERATING YOUR IT TRANSFORMATION WITH EMC NEXT-GENERATION UNIFIED STORAGE AND BACKUP ACCELERATING YOUR IT TRANSFORMATION WITH EMC NEXT-GENERATION UNIFIED STORAGE AND BACKUP Virtualization, in particular VMware, has changed the way companies look at how they deploy not only their servers,

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

Protecting Citrix XenServer Environments with CA ARCserve

Protecting Citrix XenServer Environments with CA ARCserve Solution Brief: CA ARCserve R16.5 Complexity ate my budget Protecting Citrix XenServer Environments with CA ARCserve Customer Challenges Today, you face demanding service level agreements (SLAs) while

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 Archiving Explained. White Paper

Backup and Archiving Explained. White Paper Backup and Archiving Explained White Paper Backup vs. Archiving The terms backup and archiving are often referenced together and sometimes incorrectly used interchangeably. While both technologies are

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

BackupAssist v5 vs. v6

BackupAssist v5 vs. v6 COMPARISON www.backupassist.com 2 What s new in BackupAssist version 6? There are three main reasons why you should upgrade to BackupAssist v6: 1. To keep up with the latest best practice backup standards

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

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

Five Fundamentals for Modern Data Center Availability

Five Fundamentals for Modern Data Center Availability Five Fundamentals for Modern Data Center Availability David Davis VMware vexpert Kirsten Stoner Product Strategy Coordinator Contents Introduction...3 Use an availability solution built for modern data

More information

SOLUTION BRIEF: CA ARCserve R16. Virtual Server System and Data Protection, Recovery and Availability

SOLUTION BRIEF: CA ARCserve R16. Virtual Server System and Data Protection, Recovery and Availability Virtual Server System and Data Protection, Recovery and Availability Page 2 Although server virtualization helps reduce IT infrastructure costs, it also adds complexity to protecting the wide range of

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

Configuration Guide: Protecting Virtual Machines with HP Storage and Veeam

Configuration Guide: Protecting Virtual Machines with HP Storage and Veeam Technical white paper Configuration Guide: Protecting Virtual Machines with HP Storage and Veeam Table of contents Intended Audience 3 Executive Summary 3 Introduction 3 Data Protection Trade-offs 4 Instant

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

Veeam Backup & Replication Enterprise Plus Powered by Cisco UCS: Reliable Data Protection Designed for Virtualized Environments

Veeam Backup & Replication Enterprise Plus Powered by Cisco UCS: Reliable Data Protection Designed for Virtualized Environments Plus Powered by : Reliable Data Protection Designed for Virtualized Environments Solution Brief April 2015 Solution Highlights Extend backup for current Cisco, VMware, and Microsoft Hyper-V virtual machine

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

SOLUTION BRIEF: CA ARCserve R16. Leveraging the Cloud for Business Continuity and Disaster Recovery

SOLUTION BRIEF: CA ARCserve R16. Leveraging the Cloud for Business Continuity and Disaster Recovery Leveraging the Cloud for Business Continuity and Disaster Recovery There are many reasons why businesses today find high value in a cloud service, whether it s a private cloud offered by a Managed Services

More information

Hyper-V Protection. User guide

Hyper-V Protection. User guide Hyper-V Protection User guide Contents 1. Hyper-V overview... 2 Documentation... 2 Licensing... 2 Hyper-V requirements... 2 2. Hyper-V protection features... 3 Windows 2012 R1/R2 Hyper-V support... 3 Custom

More information

Rethinking Backup in a Virtualized World

Rethinking Backup in a Virtualized World Rethinking Backup in a Virtualized World 800-283-6387 Greg Church, Systems Consultant Server, Storage and Backup gchurch@datanetworks.com The Public Sector Experts o Enterprise solutions exclusively for

More information

Hyper-V Cloud Practice Builder. Disaster Recovery Using DPM 2010

Hyper-V Cloud Practice Builder. Disaster Recovery Using DPM 2010 Hyper-V Cloud Practice Builder Disaster Recovery Using DPM 2010 The Hyper-V Cloud Practice Builder from Microsoft Enterprise Services can help Microsoft partners by: Accelerating practice development by

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

Data Centre Enterprise Computing Solutions BeLux

Data Centre Enterprise Computing Solutions BeLux Data Centre Enterprise Computing Solutions BeLux NetApp and Veeam Product Bundles arrow.com The Challenge The Solution With data growing at astounding rates, IT managers are depending more and more on

More information

Zerto Virtual Manager Administration Guide

Zerto Virtual Manager Administration Guide Zerto Virtual Manager Administration Guide AWS Environment ZVR-ADVA-4.0U2-01-23-07-15 Copyright 2015, Zerto Ltd. All rights reserved. Information in this document is subject to change without notice and

More information

This presentation contains some information about future Veeam product releases, the timing and content of which are subject to change without

This presentation contains some information about future Veeam product releases, the timing and content of which are subject to change without This presentation contains some information about future Veeam product releases, the timing and content of which are subject to change without notice. Storage Trends in SMB Optimizing Data Footprint

More information

Dell Data Protection Point of View: Recover Everything. Every time. On time.

Dell Data Protection Point of View: Recover Everything. Every time. On time. Dell Data Protection Point of View: Recover Everything. Every time. On time. Dell Data Protection White Paper May 2013 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Acronis Backup Product Line

Acronis Backup Product Line New Generation Data Protection Powered by Acronis AnyData Technology Acronis Backup Product Line Speaker name Introducing Acronis Backup Acronis Backup Target: Smaller environments, home office, remote

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

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

NetApp Replication-based Backup

NetApp Replication-based Backup NetApp Replication-based Backup Backup & Recovery Solutions Marketing July 12, 2010 Data Protection Requirements Solid reliability Backup in minutes Recover in minutes Simple to deploy and manage 2010

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

Comparison: Abaxio s Nimbus Appliances vs. Veeam

Comparison: Abaxio s Nimbus Appliances vs. Veeam Comparison: s Nimbus s vs. Primary Advantages of : focuses only on protecting the VMware virtual environment and offers supplementary tools and utilities to manage the virtual environment. Primary Disadvantages

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

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

The Future of Backup. The Ghosts of Backup Past, Present, and Future. 7 Technology Circle Suite 100 Columbia, SC 29203

The Future of Backup. The Ghosts of Backup Past, Present, and Future. 7 Technology Circle Suite 100 Columbia, SC 29203 The Ghosts of Backup Past, Present, and Future 7 Technology Circle Suite 100 Columbia, SC 29203 Phone: 866.359.5411 E-Mail: sales@unitrends.com URL: www.unitrends.com 1 Introduction When Yogi Berra said

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

System Protection for Hyper-V Whitepaper

System Protection for Hyper-V Whitepaper Whitepaper Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Hyper-V requirements... 2 Definitions... 3 Considerations... 3 2. About the BackupAssist Hyper-V solution... 4 Advantages... 4

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

Veeam Backup and Replication Architecture and Deployment. Nelson Simao Systems Engineer

Veeam Backup and Replication Architecture and Deployment. Nelson Simao Systems Engineer Veeam Backup and Replication Architecture and Deployment Nelson Simao Systems Engineer Agenda Veeam Backup Server / Proxy Architecture Veeam Backup Server / Backup Proxy Backup Transport Modes Physical

More information

Backup Exec 12.5 Agent for Microsoft Virtual Servers FAQ

Backup Exec 12.5 Agent for Microsoft Virtual Servers FAQ Backup Exec 12.5 Agent for Microsoft Virtual Servers FAQ Contents Overview... 1 Supported Configurations... 3 Backup... 5 Database and Application Protection... 7 Virtual Machine Recovery... 8 Licensing...

More information

Backup and Recovery for Microsoft Hyper-V Using Best Practices Planning. Brien M. Posey

Backup and Recovery for Microsoft Hyper-V Using Best Practices Planning. Brien M. Posey Backup and Recovery for Microsoft Hyper-V Using Best Practices Planning Brien M. Posey Introduction There usually isn t anything overly complicated about backing up a physical datacenter. While it s true

More information

7 Myths about Backup & DR in Virtual Environments

7 Myths about Backup & DR in Virtual Environments NEW White Paper 7 Myths about Backup & DR in Virtual Environments by Eric Siebert, VMware vexpert Eric Siebert VMware vexpert Eric Siebert is an IT industry veteran, speaker, author and blogger with more

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

Solution Overview. Jesper Schneider Nordic Distribution Manager. 14 th May 2014. Copyright 2014 CA. All rights reserved.

Solution Overview. Jesper Schneider Nordic Distribution Manager. 14 th May 2014. Copyright 2014 CA. All rights reserved. Solution Overview Jesper Schneider Nordic Distribution Manager 14 th May 2014 Copyright 2014 CA. All rights reserved. Are you in control? Backup Backup Backup Recovery point objectives Recovery time objectives

More information

The Benefits of Virtualization for Your DR Plan

The Benefits of Virtualization for Your DR Plan E-Guide The Benefits of Virtualization for Your DR Plan Server virtualization is making a positive impact in the area of disaster recovery. Through virtualization, organizations can save money, as well

More information

CA arcserve r16.5 Hybrid data protection

CA arcserve r16.5 Hybrid data protection CA arcserve r16.5 Hybrid data protection Whether you re protecting the data center, remote offices or desktop resources, you need a solution that helps you meet today s demanding service-level agreements

More information

Backup Exec 2010 Deduplication Protect More, Store Less, Save More

Backup Exec 2010 Deduplication Protect More, Store Less, Save More Backup Exec 2010 Deduplication Protect More, Store Less, Save More Lim Andre Xavier Regional Product Manager Asia Pacific & Japan Information Management Group - SMB 2 3 Symantec Backup Exec 2010 Agenda

More information

How To Protect Your Virtual Environment With Backupexec 15 And Backupexec.15

How To Protect Your Virtual Environment With Backupexec 15 And Backupexec.15 Protecting VMware 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 associated

More information

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware

More information