Optimizing Data Protection Operations in VMware Environments
|
|
- Daniela Fowler
- 5 years ago
- Views:
Transcription
1 Optimizing Data Protection Operations in VMware Environments March 2009 Data protection is critical for small and medium business (SMB) customers. Evolving business and regulatory mandates are driving ever more stringent requirements in the areas of backup window, recovery point objectives (RPO), recovery time objectives (RTO), and recovery reliability. Conventional data protection infrastructures in the SMB are still largely tape-based, and while tape is an inexpensive solution, in many cases it is not proving up to the new requirements for backup, recovery, and disaster recovery (DR). On top of that, the SMB s common lack of sophisticated administrative resources can make responding to these new challenges even more difficult, particularly for distributed environments. Server virtualization can offer some significant advantages in resolving these data protection issues for SMBs. While the cost savings associated with server consolidation alone have been enough to justify the move to server virtualization for many companies, it s important not to overlook the opportunities it provides to optimize data protection operations. Many of these optimizations are just not available in physical server environments, and it is our recommendation that, as SMBs become comfortable with their server virtualization deployments, they should be looking at each and every one of these other optimization opportunities. For the SMB to take advantage of them, though, they must be very accessible easy to deploy and use. In this Solution Profile, we ll identify the data protection optimizations available in the VMware vsphere environment, and show how the recent VMware Data Recovery introduction makes it very easy for SMBs to leverage them to resolve backup window, RPO, RTO, and recovery reliability concerns. Data Protection in the SMB Today While SMBs are being affected by many of the same issues causing data protection headaches for enterprise environments, they also face a set of unique challenges. Budgets can often provide data protection coverage for only the most mission-critical applications, and sophisticated data protecttion administrative expertise can be in very short supply. Existing tape-based backup infrastructures are often unable to address backup window, RPO, RTO, and recovery reliability issues which are top of mind for most data protection administrators. And when evaluating new solutions, it s clear that SMBs have a strong preference for solutions that are easy to deploy and manage. Because of the management advantages and rapid return on investment (ROI) that server virtualization provides, it has been very popular with SMB customers. As customers 1 of 9
2 move to these environments, they often migrate their data protection processes to them unchanged. When evolving computing environments, it s smart to use a phased approach to making changes, but in our opinion you re making a mistake if you re not also looking at modifying your data protecttion processes soon after completing the transition to server virtualization. Because of the way server virtualization works, data protection processes designed for physical server environments can perform poorly. But take heart: there are data protection optimizations available in virtual server environments that can not only restore that performance, but go far beyond anything achievable in physical server environments. Physical Data Protection Processes In physical server environments in the SMB, applications are generally paired with servers on a 1 to 1 basis. As a result, most of these servers are woefully underutilized, but administrators are hesitant to run them at capacity because of the risks this poses in dealing with infrequent spikes in CPU and memory usage. When servers are virtualized, multiple servers are effectively consolidated onto a single physical server platform, and much of the initial cost savings with server virtualization accrues as a result of this. For most SMBs, data protection requirements demanded that each physical server host a backup agent. Data protection operations include activities, such as backup and restore, that tend to put a high load on physical servers, particularly in the I/O area. Underutilized physical servers generally have enough excess I/O capacity in them to meet the data transfer requirements during backup, but it is very expensive to keep this capacity around unused most of the time. Virtualized servers, on the other hand, are running on physical servers and exhibit much higher average utilization rates, but if multiple virtual servers on a single physical server are being backed up at the same time, I/O can become a bottleneck which slows backup. This is what can happen if data protection processes designed for physical servers are just transferred over to virtual server environments without modification. Awareness In our experience, many of the SMBs that have deployed server virtualization do not fully understand the data protection optimizations available to them in this new environment. They likely have experienced the effects of moving backup and restore processes over from their physical environments unchanged, but are unsure how they should evaluate other options. Ease of Use Considerations Because of the lack of sophisticated administrative expertise often found in smaller environments, data protection optimizations must not just be available they must also be easy to use. This is a factor that, along with the awareness issue, has kept many SMBs from considering and deploying such solutions. Data Protection Optimizations Virtual machine (VM) environments offer the opportunity to optimize data protection operations to shorten or remove backup windows, significantly improve RPO/RTO, and improve recovery reliability relative to 2 of 9
3 the conventional tape-based operations in use in most SMBs. The best way to leverage these optimizations requires that companies move to disk-based data protection operations built around centralized network storage architectures. Disk-based data protection offers significant improvements in physical machine environments as well, but certain features of the VMware environment allow data protection to be optimized in ways not possible in physical server environments. Centralized storage architectures like SAN enable the use of interesting technologies for the migration of servers and storage which offer important advantages when optimizing data protection operations. This brings meaningful improvements for both local and remote data protection activities. When used for backup, disk performs better than tape for most backup operations that are performed on a regular basis, like daily backups and file-level restores. The performance characteristics of disk result in shorter backup windows and more reliable recoveries as well. Storage is often consolidated onto a network during server consolidation projects, and centralized storage platforms, when combined with the VMware vstorage VMFS clustered file system, provide a strong foundation for optimized data protection operations. Administrators are not required to move to centralized storage during server virtualization projects, but Taneja Group would highly recommend it because of the benefits it can provide for managing data protection, disaster recovery, application availability, and balancing resource utilization among virtual servers (benefits that go well beyond just data protection concerns). In discussing data protection optimizations achievable in VMware environments, we will assume that administrators have deployed disk-based data protection, a capability supported in almost all major backup software products, and centralized, networked (as opposed to direct attached) storage. Moving to disk-based data protection is critical because the use of disk opens up access to disk-based technologies, such as snapshots, data de-duplication, and replication, that offer real advantages for cost-effectively managing business continuity requirements (such as data protection and disaster recovery) to the highest levels. For appropriately configured environments, the vsphere platform offers local data protection optimizations in three areas: snapshot backups, data de-duplication, and restore operations. We ll address each of these three areas independently. Snapshot Backups Snapshot backups can be used to effectively remove backup windows, allowing backup operations to occur regularly with no impact on production applications. Dumping data directly to tape during conventional backup operations can be a lengthy process limited by the performance characteristics of tape. Recoverable images on disk, however, can be almost instantly created with snapshot products. A separate server, referred to as a proxy server, can then take over the ownership of the snapshot and back the data up in a manner completely de-coupled from the server being backed up. There is significant value in being able to perform backups with no impact to production. 3 of 9
4 Historically, implementing snapshot backup operations has required some custom development by the administrator, increasing the complexity of using these approaches. Vendors have begun to offer better approaches for the use of snapshot backup that leverage standardized APIs, and do not require custom scripting. For Windows, Microsoft has introduced Volume Shadow-copy Services (VSS), an interface that allows recoverable snapshots to be created without disrupting applications. Because VSS is open, third party vendors like VMware can take advantage of it to build offthe-shelf, productized solutions that do not require any custom development, are easy to deploy, and are fully supported. Data De-Duplication Data de-duplication is used to reduce the amount of physical storage capacity required to store a given amount of data. Data deduplication segments data streams into chunks, fingerprints the chunks, and then stores the chunks in an index. Redundant chunks are identified by the use of fingerprint comparisons (incoming new data vs data the system has already seen) and removed and replaced with pointers. The removal of duplicate chunks is what results in the savings in storage capacity. When deduplicated data is read back, checksums are used to validate that the reconstituted data exactly matches the data that was originally de-duplicated. Data de-duplication can be deployed either at the source (the server where data is created) or at a storage target (the storage where the data is stored). The advantage to sourcebased de-duplication is that backup data is capacity optimized before it is sent across the wide area network (WAN), and sending a lot less data across the WAN can shrink backup timeframes significantly. Conventional source-based de-duplication consumes backup client resources though, which can impact application performance if backups are being done on-line. Target-based deduplication puts no impact on backup client resources, but data is not capacity optimized until it hits the storage target, which means that there are no time and bandwidth savings as the backup is sent across the WAN. By combining data de-duplication with snapshot backups though, administrators can get the space-saving advantages of deduplication without impacting production applications during backup. Data de-duplication provides immediate savings to companies by reducing storage infrastructure requirements, saving on power, cooling, floorspace, management overhead, and helping to defer new storage purchases even in high growth data environments. As a technology, data de-duplication is approaching mainstream status, and it is available from a number of vendors either integrated with backup software (sourcebased data de-duplication) or as an appliance (which acts as a storage target). Backup data presents lots of opportunities for de-duplication. Backup data does not change much day to day, yet backups must be done regularly to ensure the ability to quickly recover to current data. This means that a large percentage of data in consecutive daily backups is redundant. Our experience indicates that, with consistent use of data deduplication technologies over time, most 4 of 9
5 data protection administrators can reduce the amount of raw physical capacity required to store backup data by 90% - 95%. But storage infrastructure cost savings are not the only benefits of using de-duplication technology the much lower volumes of stored data can result in much shorter backup windows (if snapshot backup is not being used), faster restores (because less data is being moved by each activity), and significant savings in bandwidth when deduplicated data is replicated to a remote site for DR purposes. Restore Operations Most restore requests are for one or more files. Very few restores require all the data in a given system to be restored. Having the ability to select and restore individual files directly can save a lot of time and effort for backup administrators, although the ability to restore entire systems must exist as well to address the rare event when it is needed. Ideally what is desired is the ability to select the backup, search and identify the desired file or files by name, and then perform the restore directly to the requestor. When this sort of file-level restore can be safely accomplished directly by the end user, without having to involve a backup administrator, it reduces the general administrative burden even more. Traditional backup operations have focused on data files, but when entire systems must be restored (due to catastrophic failures) additional data is required as well. Recreating a system from scratch includes installing an operating system and one or more applications, as well as configuring the system for the particular environment. Operating system patches and custom configuration tweaks may also have to be applied. When all of this work must be done manually to prepare a new system before data is restored to it, it can take hours or days per system, depending on the size of the system. The basic problem is that all of this additional data (operating system, system configuration data, application binaries, patches, and configuration tweaks), referred to as system data, cannot just be backed up like data files can; for physical systems, they require separate tools specially designed to back this information up and then potentially significant operator involvement to re-assemble this data, along with the data files, to re-create the system. Tools in use today to capture this system data include native operating system utilities, products like Symantec Ghost (for smaller systems), or various bare metal restore products from vendors like Acronis, Cristi, and Unitrends that use disk-based imaging technology. Server virtualization technologies like VMware vsphere change this picture considerably. Entire VM images, including both system and data files, are encapsulated in VMDK files, and these files can be backed up using standard file-level backup products and tools. This encapsulated image of the entire VM is referred to as a bootable image, meaning that a new system that exactly matches the old one can be directly started from this image (without having to go through a manual rebuild process). This offers two key advantages that physical server environments cannot match: Standard file-based backup products can be used to create and maintain current 5 of 9
6 bootable images of any VM, and that bootable image can include all of the information required to completely restore an entire system, making server-level restores in VM environments much faster and easier (with far fewer steps) than traditional server-level restores in physical machine environments Server migrations and the creation of new servers based on established templates (e.g. the golden image for all Windows file servers) are a variant of this optimized server-level restore, and just as fast and easy Server-level restores, fortunately, tend to be rare events, but creating new servers is a frequent event, and the flexibility to perform server migrations almost instantaneously (and without impact to running applications, depending on which tools you re using) offers a lot of value for high availability and maintenance operations. VMware Data Recovery The introduction of data de-duplication technologies is new for VMware (although it is a very familiar technology in the industry), but the other data protection optimizations discussed have already been available to vsphere customers. What is new with VMware Data Recovery, however, is that VMware has packaged this functionality into a virtual appliance that is much easier for SMBs in particular to deploy and manage. Virtual appliances are cost-effective because they allow the deployment of dedicated functionality without the expense of adding another physical server. The Data Recovery virtual appliance is pre-configured to provide the data protection optimizations discussed earlier in the simplest possible manner, making the power of vsphere extremely accessible to smaller customers who may have less sophisticated and/or less extensive data protection expertise. Snapshot Backup Operations For Windows environments, Data Recovery uses the VMware vstorage APIs for Data Protection (formerly VMware Consolidated Backup (VCB)), a backup framework included with vsphere at no additional charge, and VSS to regularly create recoverable snapshot backups, per schedules established by the administrator. Snapshots are created without impacting Windows application performance using vstorage APIs, and ownership of those snapshots is then assumed by the virtual appliance using a new hot add feature. Because the underlying storage is network-attached, this action is performed without requiring any data movement. This same approach can be used against other guest operating system environments besides Windows (e.g. Linux, Solaris, etc.) but will require some application-specific scripting to obtain recoverable snapshots as those operating systems lack a comprehensive snapshot utility like VSS. vstorage APIs coordinate snapshot creation at the hypervisor level, an approach that is much more efficient and has much less impact on production servers than approaches which operate at the guest operating system level. When vstorage APIs are used to perform backups at the hypervisor level, backup agents from third party vendors are not required. 6 of 9
7 Data De-Duplication Once the virtual appliance owns the snapshot, it can then apply VMware s data deduplication algorithms to reduce the amount of physical storage capacity the backup requires. The virtual appliance hosts the deduplication index, and its central location in the virtual appliance tends to result in higher de-duplication ratios than if each production VM was performing its own de-duplication work independently. What s interesting about this approach is not only the ease with which it is deployed and managed, but also its efficiency. In a virtualized server environment, other source-based data deduplication products that are integrated into a backup client draw from VM resources to perform their work, impacting the performance of VMs being backed up, sometimes considerably. VMware s approach moves all de-duplication work to the dedicated appliance, completely offloading the VMs being backed up, and completes it before the data is ever sent out across a network (such as would occur as backup software is used to back up the snapshot backup). And this approach is very easy to use: administrators just enable data de-duplication, and Data Recovery will deduplicate all VMDK volumes that it knows about. Policies for snapshot backup can be managed from the virtual appliance for any of these de-duplicated volumes. VMware s approach to data de-duplication is somewhat of a hybrid between source- and target-based approaches. Data deduplication occurs at the source so that the amount of data sent across networks during backup operations is kept to a minimum, but it does it in such a way that does not impact production server (VM) resources. This approach is unique in the industry. Any concerns about ensuring that the virtual appliance has access to the resources it needs without impacting the VMs it is backing up can be handled with VMware s Distributed Resource Scheduler (DRS), a component of the vsphere platform. Recovery Operations Data Recovery can be configured to support user-administered file-level restores. Access controls are established by the backup administrator so that end users can safely perform their own recovery operations without any risk to data that is not their own. Because VMDK files encapsulate all data (system and file level), the benefits of snapshot backups and data de-duplication apply to the creation and maintenance of bootable images that enable fast, easy serverlevel recoveries and migrations or the creation of new VMs. VMware Data Recovery captures all of this information as part of the standard backup process, ensuring that administrators always have an up-to-date image to use for recovery and/or migration purposes. There is no doubt that this is a much easier and more efficient approach than that commonly in use in physical machine environments today that requires separate products and schedules to back up system configuration and data files. Centralized Management From a management point of view, Data Recovery is well integrated into vsphere, making management operations easier. Data Recovery operations are all managed from within the centralized vsphere console, 7 of 9
8 providing efficient management operations from a single pane of glass. Security fits within the vsphere framework, so that Data Recovery access is controlled through the vsphere single log on. Other vsphere components are aware of Data Recovery operations so that the integrated management of all components is optimized. One example of this is that if backups are in process when VMs are re-located using VMotion, those backups will still complete without requiring operator intervention. Taneja Group Opinion For vsphere customers, there is a great set of tools designed to enable data protection optimizations that are just not achievable in physical machine environments. These tools include vstorage APIs, DRS, and now their data de-duplication technology, and make it possible for customers to use a common data protection solution that covers all operating environments and applications within a server virtualization platform. VMware Data Recovery makes it easy for SMBs to take advantage of these tools by packaging a comprehensive data recovery solution, preconfigured for use in VMware environments, into a virtual appliance that is easy to deploy and manage. Specifically, here s how VMware Data Recovery makes things easier: Install a single, pre-configured appliance (that doesn t require additional hardware) that handles snapshot backup, data deduplication, and server-level recovery Leverage the latest vstorage API data protection optimizations for VM environments Dispense with the need for third party backup agents on all VMs that need to be backed up, saving on license and maintenance costs Perform data protection operations without having to impact the availability of Windows applications Lower backup infrastructure and network bandwidth costs through the use of data de-duplication technologies without impacting production server performance Use the same data protection processes for all operating systems and applications in your virtualized server environment VMware has had a rich tool set available to more sophisticated users in the past that streamline data protection operations in virtual server environments, and their Data Recovery product introduction now makes those optimizations much more accessible to SMB customers. If you are a vsphere customer today or are considering virtualization technology and have concerns about backup windows, RPO/RTO, and recovery reliability, you need to consider using the data protection optimizations available to you. As an SMB, the easiest way to take advantage of them is through Data Recovery. We recommend that all SMBs using VMware vsphere evaluate how VMware Data Recovery can improve data protection operations in their environments. 8 of 9
9 .. NOTICE: The information and product recommendations made by the TANEJA GROUP are based upon public information and sources and may also include personal opinions both of the TANEJA GROUP and others, all of which we believe to be accurate and reliable. However, as market conditions change and not within our control, the information and recommendations are made without warranty of any kind. All product names used and mentioned herein are the trademarks of their respective owners. The TANEJA GROUP, Inc. assumes no responsibility or liability for any damages whatsoever (including incidental, consequential or otherwise), caused by your use of, or reliance upon, the information and recommendations presented herein, nor for any inadvertent errors which may appear in this document. 9 of 9
Meeting the Top Backup Challenges in Small and Medium Business Environments
Meeting the Top Backup Challenges in Small and Medium Business Environments December 2008 Although small and medium businesses (SMBs) do not typically generate the same amount of data that large enterprises
DATA PROTECTION IN A VIRTUALIZED ENVIRONMENT - ISSUES AND SOLUTIONS
International Journal of Computer Science Engineering and Information Technology Research Vol.1, Issue.1 (2011) 1-9 TJPRC Pvt. Ltd., DATA PROTECTION IN A VIRTUALIZED ENVIRONMENT - ISSUES AND SOLUTIONS
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
Best Practices for Breaking Down the Barriers to Centralized Virtual Server Backup and Recovery
June 2010 By Jerome M Wendt DCIG, LLC 7511 Madison Street Omaha NE 68127 O 402.884.9594 Best Practices for Breaking Down the Barriers to Centralized Virtual Server Backup and Recovery 2010 DCIG LLC. All
Redefining Backup for VMware Environment. Copyright 2009 EMC Corporation. All rights reserved.
Redefining Backup for VMware Environment 1 Agenda VMware infrastructure backup and recovery challenges Introduction to EMC Avamar Avamar solutions for VMware infrastructure Key takeaways Copyright 2009
Backup & Recovery for VMware Environments with Avamar 6.0
White Paper Backup & Recovery for VMware Environments with Avamar 6.0 A Detailed Review Abstract With the ever increasing pace of virtual environments deployed in the enterprise cloud, the requirements
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
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
Take Advantage of Data De-duplication for VMware Backup
Take Advantage of Data De-duplication for VMware Backup Lauren Whitehouse Analyst, Enterprise Strategy Group Tom Martin Avamar Product Management, EMC Mike Zolla Avamar Chief Architect, EMC 1 EMC Avamar
Leveraging Virtualization for Disaster Recovery in Your Growing Business
Leveraging Virtualization for Disaster Recovery in Your Growing Business Contents What is Disaster Recovery?..................................... 2 Leveraging Virtualization to Significantly Improve Disaster
EMC Backup Solutions for Virtualized Environments
EMC Solutions for Virtualized Environments Dumitru Taraianu Presales, EMC 1 VMWare Present & Future Present Agent installed in each host ESX Console-level backup VCB Future vstorage API for Data Protection
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
Virtual Machine Environments: Data Protection and Recovery Solutions
The Essentials Series: The Evolving Landscape of Enterprise Data Protection Virtual Machine Environments: Data Protection and Recovery Solutions sponsored by by Dan Sullivan Vir tual Machine Environments:
VMware Backup and Recovery: What They Don t Tell You
: What They Don t Tell You VMware Backup and Recovery: What They Don t Tell You Table of Contents Introduction 3 ESX Server and Virtual Machine Backup Basics 4 VM Backup Methodology Alternatives 5 1. 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,
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
Developing a Backup Strategy for Hybrid Physical and Virtual Infrastructures
Virtualization Backup and Recovery Solutions for the SMB Market The Essentials Series Developing a Backup Strategy for Hybrid Physical and Virtual Infrastructures sponsored by Introduction to Realtime
WHITE PAPER. www.fusionstorm.com. The Double-Edged Sword of Virtualization:
WHiTE PaPEr: Easing the Way to the cloud: 1 WHITE PAPER The Double-Edged Sword of Virtualization: Solutions and Strategies for minimizing the challenges and reaping the rewards of Disaster recovery in
Business Process Desktop: Acronis backup & Recovery 11.5 Deployment Guide
WHITE Deployment PAPERGuide Business Process Desktop: Acronis backup & Recovery 11.5 Deployment Guide An Acronis White Paper Copyright Acronis, Inc., 2000 2011 Deployment Guide Table of contents About
Optimizing Backup and Data Protection in Virtualized Environments. January 2009
Optimizing Backup and Data Protection in Virtualized Environments January 2009 Introduction The promise of maximizing IT investments while minimizing complexity has resulted in widespread adoption of server
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
WHITE PAPER. Solving the Challenges of Virtual Machine Backups with Acronis Backup & Recovery 10
Solving the Challenges of Virtual Machine Backups with Acronis Backup & Recovery 10 Copyright Acronis, Inc., 2000 2009 Table of contents Introduction... 3 Backup Approaches for Virtual Machines (VMs)...
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
Virtual Machine Protection with Symantec NetBackup 7
Overview There s little question that server virtualization is the single biggest game-changing trend in IT today. Budget-strapped IT departments are racing to embrace the promise of virtualization for
EMC Avamar Backup and Recovery for VMware Environments
EMC Avamar Backup and Recovery for VMware Environments Abstract This white paper describes components of the VMware vsphere and VMware View solutions and discusses options for protecting these environments
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
Turnkey Deduplication Solution for the Enterprise
Symantec NetBackup 5000 Appliance Turnkey Deduplication Solution for the Enterprise Mayur Dewaikar Sr. Product Manager, Information Management Group White Paper: A Deduplication Appliance Solution for
Closing the Virtualization Loop How to Improve Your Virtual Machine Backup and Recovery Now
Closing the Virtualization Loop How to Improve Your Virtual Machine Backup and Recovery Now An Acronis White Paper Copyright Acronis, Inc., 2000 2011 Virtualization has progressed from an emerging early
Backup and Recovery for VMware Using EMC Data Domain Deduplication Storage
Best Practices Planning Abstract VMware offers extraordinary benefits, but it can come at the cost of extra storage, backup resources, and administrative challenges. EMC Data Domain deduplication storage
Accelerate Your Virtualisation Journey With Backup Built For VMWare. Frederick Enslin. BRS Technology Consultant. Copyright 2011 EMC Corporation
Accelerate Your Virtualisation Journey With Backup Built For VMWare Frederick Enslin BRS Technology Consultant 1 Agenda Virtualization trend and benefits Must-have list Deduplication Avamar is optimized
Symantec NetBackup 7 Clients and Agents
Complete protection for your information-driven enterprise Overview Symantec NetBackup provides a simple yet comprehensive selection of innovative clients and agents to optimize the performance and efficiency
Protect Microsoft Exchange databases, achieve long-term data retention
Technical white paper Protect Microsoft Exchange databases, achieve long-term data retention HP StoreOnce Backup systems, HP StoreOnce Catalyst, and Symantec NetBackup OpenStorage Table of contents Introduction...
CHALLENG. HP Data Protector software. the complexity of virtual server backup. Guide to virtual server protection
CHALLENG the complexity of virtual server backup. E HP Data Protector software Guide to virtual server protection Table of contents Protecting virtual server environments..................3 Backup challenges..............................4
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
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
Enabling comprehensive data protection for VMware environments using FalconStor Software solutions
Industry Trends and Technology Perspective White Paper Enabling comprehensive data protection for VMware environments using FalconStor Software solutions Issues and solutions to enable complete data protection
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.
Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware
Introduction By leveraging the inherent benefits of a virtualization based platform, a Microsoft Exchange Server 2007 deployment on VMware Infrastructure 3 offers a variety of availability and recovery
Demystifying Deduplication for Backup with the Dell DR4000
Demystifying Deduplication for Backup with the Dell DR4000 This Dell Technical White Paper explains how deduplication with the DR4000 can help your organization save time, space, and money. John Bassett
Symantec NetBackup PureDisk Optimizing Backups with Deduplication for Remote Offices, Data Center and Virtual Machines
Optimizing Backups with Deduplication for Remote Offices, Data Center and Virtual Machines Mayur Dewaikar Sr. Product Manager Information Management Group White Paper: Symantec NetBackup PureDisk Symantec
Backup & Recovery for VMware Environments with Avamar 7
White Paper Backup & Recovery for VMware Environments with Avamar 7 A Detailed Review Abstract With the ever increasing pace of virtual environments deployed in the enterprise cloud, the requirements for
The Benefits of Continuous Data Protection (CDP) for IBM i and AIX Environments
The Benefits of Continuous Data Protection (CDP) for IBM i and AIX Environments New flexible technologies enable quick and easy recovery of data to any point in time. Introduction Downtime and data loss
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
W H I T E P A P E R. Optimized Backup and Recovery for VMware Infrastructure with EMC Avamar
W H I T E P A P E R Optimized Backup and Recovery for VMware Infrastructure with EMC Avamar Contents Introduction...1 VMware Infrastructure Overview...1 VMware Consolidated Backup...2 EMC Avamar Overview...3
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
Symantec NetBackup deduplication general deployment guidelines
TECHNICAL BRIEF: SYMANTEC NETBACKUP DEDUPLICATION GENERAL......... DEPLOYMENT............. GUIDELINES.................. Symantec NetBackup deduplication general deployment guidelines Who should read this
Instant Recovery for VMware
NETBACKUP 7.6 FEATURE BRIEFING INSTANT RECOVERY FOR VMWARE NetBackup 7.6 Feature Briefing Instant Recovery for VMware Version number: 1.0 Issue date: 2 nd August 2013 This document describes a feature
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
Symantec NetBackup 7.5 for VMware
V-Ray visibility into virtual machine protection Solution Overview: Data Protection Overview There is little question that server virtualization is the single biggest game-changing trend in IT today. Budget-strapped
Complete Storage and Data Protection Architecture for VMware vsphere
Complete Storage and Data Protection Architecture for VMware vsphere Executive Summary The cost savings and agility benefits of server virtualization are well proven, accounting for its rapid adoption.
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
White. Paper. Backup and Recovery of Large-scale VMware Environments. February 2012
White Paper Backup and Recovery of Large-scale VMware Environments By Mark Bowker, Senior Analyst and Jason Buffington, Senior Analyst February 2012 This ESG White Paper was commissioned by EMC and is
Virtually Effortless Backup for VMware Environments
A White Paper ly Effortless for Environments Abstract: and disaster recovery (DR) strategies protect data from corruption and failures and ensure that if these types of events occur, companies aren t forced
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
Lab Validation Report
Lab Validation Report EMC Avamar 6.0 Next Generation Backup & Recovery By Vinny Choinski with David Chapa June 2011 Lab Validation: EMC Avamar 6.0 2 Contents Introduction... 3 Background... 3 EMC Avamar
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.
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
HP Data Protector software and HP StoreOnce backup systems for federated deduplication and flexible deployment
Brochure Maximize storage efficiency across the enterprise HP Data Protector software and HP StoreOnce backup systems for federated deduplication and flexible deployment Maximize storage efficiency across
IBM Tivoli Storage Manager for Virtual Environments
IBM Storage Manager for Virtual Environments Non-disruptive backup and instant recovery: Simplified and streamlined Highlights Simplify management of the backup and restore process for virtual machines
Taking the Disaster out of Disaster Recovery
Taking the Disaster out of Disaster Recovery Agenda Challenges of Traditional DR Properties of Virtualization for DR Using VMware Virtualization in DR 10 Steps to better DR using VMware Virtualization
VMware Virtual Machine Protection
VMware Virtual Machine Protection PowerVault DL Backup to Disk Appliance Dell Symantec Symantec DL Appliance Team VMware Virtual Machine Protection The PowerVault DL Backup-to-Disk Appliance Powered by
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
W H I T E P A P E R. Understanding VMware Consolidated Backup
W H I T E P A P E R Contents Introduction...1 What is VMware Consolidated Backup?...1 Detailed Architecture...3 VMware Consolidated Backup Operation...6 Configuring VMware Consolidated Backup...6 Backing
An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database
An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always
NETAPP SYNCSORT INTEGRATED BACKUP. Technical Overview. Peter Eicher Syncsort Product Management
NETAPP SYNCSORT INTEGRATED BACKUP Technical Overview Peter Eicher Syncsort Product Management Current State of Data Protection Production Data Protection Storage Physical & VM App Servers Backup Servers
How To Protect Data On Network Attached Storage (Nas) From Disaster
White Paper EMC FOR NETWORK ATTACHED STORAGE (NAS) BACKUP AND RECOVERY Abstract This white paper provides an overview of EMC s industry leading backup and recovery solutions for NAS systems. It also explains
Maximize Your Virtual Environment Investment with EMC Avamar. Rob Emsley Senior Director, Product Marketing
1 Maximize Your Virtual Environment Investment with EMC Avamar Rob Emsley Senior Director, Product Marketing 2 Private Cloud is the Vision Virtualized Data Center Internal Cloud Trusted Flexible Control
W H I T E P A P E R : D A T A P R O T E C T I O N. Backing Up VMware with Veritas NetBackup. George Winter January 2009
W H I T E P A P E R : D A T A P R O T E C T I O N Backing Up VMware with Veritas NetBackup George Winter January 2009 Contents 1.0 EXECUTIVE OVERVIEW... 3 1.1 INTENDED AUDIENCE... 3 1.2 GLOSSARY... 3 1.3
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
Every organization has critical data that it can t live without. When a disaster strikes, how long can your business survive without access to its
DISASTER RECOVERY STRATEGIES: BUSINESS CONTINUITY THROUGH REMOTE BACKUP REPLICATION Every organization has critical data that it can t live without. When a disaster strikes, how long can your business
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
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 &
Backup and Recovery for VMware Using EMC Next-Generation Backup Solutions
White Paper Abstract VMware virtualization provides the power to consolidate servers and automate processes, enabling IT-as-a-service, but it can come at the cost of extra storage, backup resources and
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
Mayur Dewaikar Sr. Product Manager Information Management Group Symantec Corporation
Next Generation Data Protection with Symantec NetBackup 7 Mayur Dewaikar Sr. Product Manager Information Management Group Symantec Corporation White Paper: Next Generation Data Protection with NetBackup
How Traditional Physical Backup Imaging Technology Fits Into a Virtual Backup Solution
Virtualization Backup and Recovery Solutions for the SMB Market The Essentials Series How Traditional Physical Backup Imaging Technology Fits Into a Virtual Backup Solution sponsored by Introduction to
EMC AVAMAR. Deduplication backup software and system ESSENTIALS DRAWBACKS OF CONVENTIONAL BACKUP AND RECOVERY
EMC AVAMAR Deduplication backup software and system ESSENTIALS Data is deduplicated at the client, before transfer across the network Always a daily full backup in a fraction of the time Ideal for protecting
Symantec Backup Exec 2012
Better backup for all Data Sheet: Backup and Disaster Recovery Overview is one integrated product that protects virtual and physical environments, simplifies both backup and disaster recovery, and recovers
Consolidate and Virtualize Your Windows Environment with NetApp and VMware
White Paper Consolidate and Virtualize Your Windows Environment with NetApp and VMware Sachin Chheda, NetApp and Gaetan Castelein, VMware October 2009 WP-7086-1009 TABLE OF CONTENTS 1 EXECUTIVE SUMMARY...
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
How To Choose Veeam Backup & Replication
VMware Backup: Veeam Backup & Replication vs. Legacy Backup Tools Top 10 Reasons to Choose Veeam Veeam Backup & Replication isn t the only way to back up your virtual environment but it is the best way.
EMC PERSPECTIVE. An EMC Perspective on Data De-Duplication for Backup
EMC PERSPECTIVE An EMC Perspective on Data De-Duplication for Backup Abstract This paper explores the factors that are driving the need for de-duplication and the benefits of data de-duplication as a feature
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
Hypervisor-based Replication
White Paper June 2011 Hypervisor-based Replication A New Approach to Business Continuity/ Disaster Recovery Hypervisor-Based Replication Zerto has introduced a virtual-aware, software-only, tier-one, enterprise-class
Module: Business Continuity
Upon completion of this module, you should be able to: Describe business continuity and cloud service availability Describe fault tolerance mechanisms for cloud infrastructure Discuss data protection solutions
NETAPP SYNCSORT INTEGRATED BACKUP
NETAPP SYNCSORT INTEGRATED BACKUP Introducing NetApp Syncsort Integrated Backup Peter Eicher, Syncsort Senior Product Marketing Manager Matt Welby, Syncsort Systems Engineer Agenda The Data Protection
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...............................
Efficient Storage Strategies for Virtualized Data Centers
Efficient Storage Strategies for Virtualized Data Centers Contents Abstract. 1 Data Center Virtualization Status Report. 2 Dell EqualLogic Virtualized iscsi SAN Solutions. 2 Seamless, non-disruptive scalability.
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
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.
Sales Tool. Summary DXi Sales Messages November 2009 6 NOVEMBER 2009. ST00431-v06
Summary DXi Sales Messages November 2009 6 NOVEMBER 2009 ST00431-v06 Notice This Sales Tool contains proprietary information protected by copyright. Information in this Sales Tool is subject to change
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
Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies
Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies Kurt Klemperer, Principal System Performance Engineer kklemperer@blackboard.com Agenda Session Length:
Veeam Backup & Replication
Veeam Backup & Replication Version 6.5 User Guide VMware Environments November, 2012 2012 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this
EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage
EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage Applied Technology Abstract This white paper describes various backup and recovery solutions available for SQL
Managing Application Performance and Availability in a Virtual Environment
The recognized leader in proven and affordable load balancing and application delivery solutions White Paper Managing Application Performance and Availability in a Virtual Environment by James Puchbauer
Backup Software? Article on things to consider when looking for a backup solution. 11/09/2015 Backup Appliance or
11/09/2015 Backup Appliance or Backup Software? Article on things to consider when looking for a backup solution. Ray Quattromini FORTUNA POWER SYSTEMS LTD T: 01256 782030 E: RAY@FORTUNADATA.COM W: WWW.FORTUNADATA.COM
WHITE PAPER. How Deduplication Benefits Companies of All Sizes An Acronis White Paper
How Deduplication Benefits Companies of All Sizes An Acronis White Paper Copyright Acronis, Inc., 2000 2009 Table of contents Executive Summary... 3 What is deduplication?... 4 File-level deduplication
Protecting the Microsoft Data Center with NetBackup 7.6
Protecting the Microsoft Data Center with NetBackup 7.6 Amit Sinha NetBackup Product Management 1 Major Components of a Microsoft Data Center Software Hardware Servers Disk Tape Networking Server OS Applications
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