Microsoft SQL Server

Size: px
Start display at page:

Download "Microsoft SQL Server"

Transcription

1 Microsoft SQL Server

2 Abstract This white paper outlines the best practices for Microsoft SQL Server Failover Cluster Instance data protection with Cohesity DataPlatform. December 2017 Table of Contents About This Guide...2 Intended Audience...2 Microsoft SQL Server Recovery Models...2 High Availability for Microsoft SQL Servers...3 Comparison of Microsoft SQL Server High Availability Options...4 Microsoft SQL Server Failover Cluster Instance...4 Cohesity Architecture...5 Configuration Overview...5 Cohesity Windows Agent...6 User Accounts and Permissions...6 Installing Cohesity Windows Agent...6 Configure Protection Policy...8 Configure Protection Job...9 Performing Backups...9 Microsoft SQL Server Transaction Logs...11 Performing Restores...11 Instant Volume Mount...12 Recover MS SQL Server...13 Clone-Attach...15 Summary...16 About the Author

3 Microsoft SQL Server Failover Clustering Instances with Cohesity DataProtect About This Guide This paper details the steps and best practices to deploy Cohesity DataProtect for protecting Microsoft SQL Server Failover Cluster Instances. Cohesity DataProtect provides a comprehensive, scale-out and flexible data protection solution for enterprise organizations. In this guide, IT administrators are defined as individuals who have the role of managing storage and data protection of applications (virtual or physical) in a data center. Database administrators are individuals who have the purpose of managing database applications such as Microsoft SQL Servers. Cohesity Software version 4.2 and later, extends the support for business-critical applications such as Microsoft SQL Server by allowing IT administrators to leverage Microsoft s Volume Shadow Copy Services (VSS) for application-aware data protection for MS SQL Server Failover Cluster Instance support. With Cohesity DataProtect 4.2, we added support for MS SQL Server on Failover Cluster Instances. IT administrators can leverage Microsoft s Volume Shadow Copy Services (VSS) for application-aware data protection for MS SQL Server Failover Cluster Instances. Intended Audience This paper is written for IT administrators and DBAs familiar with managing data protection of Microsoft SQL Servers. Cohesity recommends having familiarity with the following: Cohesity DataProtect Cohesity DataPlatform Microsoft Windows Server Failover Clustering (WSFC) Microsoft SQL Server Failover Cluster Instance (FCI) Microsoft SQL Server Recovery Models Microsoft SQL Server backup and restore operations occur within the framework of a recovery model. Microsoft SQL Server recovery model is a database property that controls: How the transactions are logged Whether transaction logs are required for backup, and the restore options available. Microsoft SQL Server recovery models include: Simple Recovery Model > There are no log backups with a simple recovery model, and recovery is only up to the last backup point in time. In a simple recovery model the changes that occur after the most recent backups are left unprotected. It is not recommended to use the simple recovery model in a production environment. Full Recovery Model > For full recovery model, log backups are required. MS SQL Server administrators can recover to any specific point in time. However, if the tail of the log is damaged, transaction log backup must be redone. Bulk Logged Recovery Model > Log backups are required for bulk logged recovery model, but this model reduces log space usage with minimal logging for bulk operations. Changes since the last backup must be redone if the log is damaged. With Bulk Logged recovery model, MS SQL Server administrators can recover to the end of any backup but point-in-time recovery is not supported. 2.

4 The restore process in Microsoft SQL is a sequence of steps: 1. The contents are initialized and the data recovered from one or more backups 2. The transactions logs are applied to roll forward (optionally), followed by bringing the database online and exiting the recovery process. Microsoft SQL Server restore includes the following options: Restore with NORECOVERY. This option allows roll forward to continue with the next statement in the sequence including any scripts that database administrators may want to execute. Restore with RECOVERY means that rollback should be performed after roll forward successfully completes for the current backup. High Availability for Microsoft SQL Servers Hardware or software failure of a server is inevitable in any data center. A hard disk failure or software failure of a server means applications or clients connecting to that server will experience downtime. Microsoft applications such as Microsoft SQL Server are designed to support high availability to ensure that vital business infrastructures are always on and available. Microsoft SQL Server offers a variety of high availability options: Failover Clustering > Provides high availability for an entire instance of SQL server. Failover clustering is a combination of one or more nodes with shared disks. Database Mirroring Log Shipping Replication > Database mirroring increases the database availability. It supports near instant failover by maintaining a standby database. It can operate in synchronous high-safety mode, where a committed transaction is committed to both servers, or in an asynchronous high performance mode, where it does not wait for the mirror server to write the log to the disk. > Log shipping operates at the database level, similar to database mirroring. Log shipping allows one or more warm standby servers, with secondary databases, that are updated periodically from log backups of the primary database. Review the Comparison of Microsoft SQL Server High Availability Options section for more details. > Replication allows distribution of data from the primary server to one or more secondary servers. This enables real-time availability and scalability across the servers. Always On Availability Groups > Always On Availability Groups is an enterprise-level high-availability and DR solution. Always On Availability Groups was introduced with Microsoft SQL Server 2012 and requires Microsoft s SQL Server Enterprise Edition. An availability group fails over at the availability replica and supports automatic failover, planned manual failover and forced manual failover. Note: Cohesity recommends reviewing the Cluster scalability section of the following Microsoft TechNet to determine the maximum number of nodes supported in a Microsoft failover cluster for future Microsoft SQL Server migration projects. 3.

5 Comparison of Microsoft SQL Server High Availability Options With Microsoft SQL Server FCI, only one of the nodes owns the WSFC resource group at a time. There is also a dependency on shared storage, and data protection is at the instance level. Secondary nodes in a Microsoft SQL Server FCI are not readable. In a DR scenario, resource group ownership is moved to another WSFC node when the primary node is unavailable. Failed over resources includes server, instance, and database. Microsoft SQL Servers with database mirroring protects at the database level by creating a secondary copy. However, there is a disadvantage with database mirroring. The secondary database copy is standby only. Database mirroring is deprecated in a future version of Microsoft SQL Server. Cohesity recommends reviewing the Microsoft SQL Server deprecated features for future Microsoft SQL Server migration projects. Log shipping takes advantage of automatically sending transaction log backups from a primary server instance to one or more secondary instances. Transaction log backups are applied to every secondary database individually. Log shipping provides a disaster recovery solution by allowing the databases to be in separate MS SQL Server instances. However, the secondary databases are also standby only. Replication relies on a publish-subscribe model. A primary MS SQL Server is known as the publisher and can distribute data to secondary servers. Microsoft SQL Server with replication allows for more than one copy to exist. However, there is no automatic failover, and extra care is recommended to ensure data validity and consistency across all servers. In comparison, Microsoft SQL Server Always On Availability Groups uses WSFC cluster, but there is no dependency on shared storage. Protection is at the database level, and non-primary nodes can be readable secondaries. In a DR scenario, failed-over resources include database only. MS SQL Server Always On Availability Groups supports automatic failover, planned manual failover, and forced failover. Microsoft SQL Server Failover Cluster Instance Microsoft application administrators can leverage SQL Server failover cluster instance to protect at the instance level through node redundancy. Figure 1 shows an example of a 2-node Microsoft SQL Server FCI. SQLNode1 is the primary node that currently owns the WSFC resource group. The following SQL query can be used to determine the current owner of a WSFC resource group: select * from sys.dm_os_cluster_nodes select SERVERPROPERTY( instancename ) SQLCLUSTER1\SQLINST1 (10GigE) SQLNode1 Heartbeat SQLNode2 Database Shared Storage Figure 1 - Microsoft SQL Server Failover Cluster Instance 4.

6 Cohesity Architecture Cohesity delivers a hyper-converged, web-scale platform that consolidates all secondary storage and data services onto a single, efficient solution. Cohesity simplifies data protection, consolidates file and object services, provides instant access to test/dev copies, and performs in-place searches and analytics, all on a software-defined platform that spans from the edge to the cloud. Cohesity s scale-out distributed file system was built from the ground up to ensure complete scalability to enable organizations to flexibly grow their environment by adding nodes to a cluster. With this scalability, organizations can eliminate the costs of data migrations and forklift upgrades, while benefiting from the simplicity of a homogenous solution. Cohesity dramatically simplifies data protection across the enterprise. Cohesity s integrated backup, archive, replication, disaster recovery, and public/private cloud support, combined with its inherent context awareness, and eliminates the need for cataloging software, separate backup software, and other ancillary backup infrastructure. A Microsoft SQL Server FCI with Cohesity DataProtect provides IT organizations with a complete HA and DR solution built for modern web-scale data centers. Figure 2 shows the simplicity integrating Cohesity DataProtect to any Microsoft SQL Server FCI. Cohesity recommends reviewing the following blogs on Protecting SQL Server with Cohesity and Physical Server Protection. SQLCLUSTER1\SQLINST1 (10GigE) SQLNode1 Heartbeat SQLNode2 DataProtect DataPlatform Database Shared Storage Figure 2 - Microsoft SQL Server (FCI) with Cohesity DataProtect Configuration Overview The configuration of Cohesity DataProtect for Microsoft SQL Server FCI is divided into the following tasks: Install Cohesity Windows Agent on all Windows SQL Server FCI nodes Create Database Protection Policy for Microsoft SQL Server Create MS SQL Server Protection job 5.

7 Cohesity Windows Agent Virtualized standalone Microsoft SQL Servers can be protected using Cohesity DataProtect with VMware VADP. With MS SQL Servers, Cohesity Windows Agent must be installed and used for application-aware data protection. User Accounts and Permissions A Windows user account with the following permissions is required for MS SQL Server backup with Cohesity Windows Agent: Backups and restore operations Stop or start the SQL Server services If the MS SQL Server is a member of a Windows workgroup, the user account should be part of the local administrator group of the MS SQL Server. The user account should have Microsoft SQL sa user privileges. If the MS SQL Server(s) is a member of the Active Directory Domain, the Active Directory user account must have Administrator privileges and MS SQL sa user privileges on the MS SQL Server. The user account must also have logon rights on the MS SQL Server for Cohesity Windows Agent install. Installing Cohesity Windows Agent From the Cohesity UI, navigate to the Protection > Sources and select Download Physical Agents (see figure 3). Figure 3 - Download Physical Agents Install the Cohesity Agent on the Microsoft SQL Server. For example, in figure 4, the Active Directory domain user account is a member of the local administrator group on the MS SQL Server with logon rights to install the Cohesity Windows Agent. The user tme\backup also has sysadmin server role on the Microsoft SQL Server. Figure 4 - Setup Cohesity Agent 6.

8 Repeat the Cohesity Windows Agent Install process on all Microsoft SQL Server FCI nodes that will be protected using Cohesity DataProtect. From the Cohesity UI, register the Microsoft SQL Server Failover Cluster Instance (see figure 5). The Microsoft SQL Server Failover Cluster Instance that should be used for registration can be found from the Windows Failover Cluster Manager > Roles > SQL Server > Server Name. Note: It is a requirement that the Cohesity Windows Agent is installed on all Microsoft SQL Server FCI nodes. Figure 5 - Register MS SQL Cluster Figure 6 shows an example of a Microsoft SQL Server Failover Cluster Instance from a Windows Failover Cluster Manager UI. The SQLCLUSTER1.mycorp.local IP address is Figure 6 - Microsoft SQL Server FCI 7.

9 Cohesity supports registering physical servers by FQDN or IP addresses. However, it is recommended to register the Microsoft SQL Server Failover Cluster Instance using the fully qualified domain name (FQDN). In this example, SQLCLUSTER1.mycorp.local is used to register with the Cohesity Cluster. Note: It is recommended to validate the forward and reverse DNS lookup of the Microsoft SQL Server Failover Cluster Instance before registering with the Cohesity Cluster. Configure Protection Policy Using the Cohesity UI, create a Database Protection Policy (see figure 7). Figure 7 - New Database Protection Policy Protection policy creation with Cohesity DataProtect is intuitive and wizard-driven.. The user can use Cohesity s Policy Manager to review the Microsoft SQL Server protection policy (see figure 8). Click on the database policy to review or edit the protection schedule and options. Figure 8 - MS SQL Database Protection Policy 8.

10 Configure Protection Job From the Cohesity UI, create a new Microsoft SQL Server Protection Job (see figure 9). Figure 9 - MS SQL Server Protection Job In the Select Source phase (step 3), select Physical Servers & MS SQL Clusters option (see figure 10). Figure 10 - Select Source In step 4, select the MS SQL Server Failover Cluster Instance FQDN registered with the Cohesity Cluster. In this example, SQLCLUSTER1.mycorp.local is the registered MS SQL Cluster used in step 4 in Select Objects. Performing Backups A good MS SQL Server protection strategy will include periodic log backups as the log backups provide the ability to roll forward to any specific instance from the full backup to the time the transaction log backup was taken. MS SQL Server log backups offer the flexibility to roll forward to any point in time restores. The size of the database and the Recovery Point Objectives (RPO) determines if log backups are required. The size of the database and the RTO defines the type of protection needed (simple recovery, full recovery, full, differential or log backups). Microsoft SQL Server administrators can also take advantage of Cohesity DataProtect to include periodic database log backups for any point in time recovery. Figure 11 shows the Database Logs options in a MS SQL Server Database policy. In this example, the Microsoft SQL Server FCI has a full weekly backup with log backup frequency of every hour. 9.

11 Figure 11 - Cohesity MS SQL Server Database log backup frequency From the Cohesity Protection jobs UI, IT administrators can select Run Now to manually start the Microsoft SQL Server Failover Cluster Instance protection job (see figure 12). Figure 12 - Cohesity Protection Job Options In the Cohesity Cluster UI, the MS SQL Database Protection Job > Backup Run Details will show all the Microsoft SQL Server FCI databases found and protected by Cohesity DataProtect. For example, figure 13 shows Cohesity DataProtect leveraging Microsoft SQL Server VSS to protect all the Microsoft SQL Server FCI databases. Figure 13 - Cohesity Cluster MS SQL Protection Job Details Microsoft SQL Server administrators can also take advantage of Microsoft s SQL Server logs to confirm business-critical databases are protected with Cohesity DataProtect. For example, figure 14 shows the corresponding Microsoft SQL Server logs for the backup run. 10.

12 Figure 14 - Microsoft SQL Server Logs Microsoft SQL Server Transaction Logs With a simple recovery model, log truncation occurs when the database is backed up. However, with the other recovery models, transaction logs are not truncated until all log records are backed up. The purpose of this is to maintain the log chain and ensure that the log records do not have broken log sequence numbers. Log truncation occurs when the IT administrator selects database log backup in the Cohesity DataProtect backup policy. The size of a physical log file is not affected in log truncation. To reduce the physical size of a log file involves the process of shrinking the transaction log. It is not recommended to shrink the Microsoft SQL Server transaction log if point-in-time recovery or recover from corruption is required. Performing Restores With Cohesity DataProtect, IT administrators get a web-scale solution that supports unlimited snapshots and clones, distributed file system for consolidating backup storage, files, objects, test/dev copies and in-place analytics. Cohesity DataProtect, a hyper-converged secondary storage platform offers modern data center unparallel scalability to address growing IT business requirements. Microsoft SQL Server Failover Cluster Instances protected by Cohesity DataProtect can be recovered using either of the following methods: Instant Volume Mount > I nstantly mount volumes from the Source Server to a Mount Target defined by the IT administrator or the MS SQL Server administrator. Recover SQL >R estore MS SQL Instance database to the original MS SQL Server Instance or another MS SQL Server Instance. Recover MS SQL allows IT administrators or MS SQL administrator to utilize MS SQL Server Restore with NORECOVERY or MS SQL Server Restore with RECOVERY. 11.

13 IT administrators can leverage instant volume mount to make any Source Server volumes available to any Mount Target. Using the successful backup jobs completed for the MS SQL Server FCI instance, the IT administrator can select any MS SQL job runs and choose instant volume mount (see figure 15). Cohesity DataProtect allows IT administrator to perform the following DR operations: Copy-Attach Clone-Attach > Copy attach allows any MS SQL Server databases to be copied and attached to any MS SQL Server instance for recovery. > Clone-Attach allows users to attach any backed up databases on Cohesity DataProtect to any MS SQL Server instances instantly. Clone-Attach is advantageous for large databases that would otherwise require hours to restore. In this case, the Cohesity DataPlatform acts as the storage layer for the cloned database(s). QoS will be used to serve any random IO the user performs on the db. Note: Use of Copy-Attach or Clone-Attach requires the source and target are of the same type. For example, if the backup source is a virtual server, the target must also be a virtual server. Instant Volume Mount From the Cohesity Cluster UI, select the MS SQL Server protection job for restore Instant Volume Mount (see figure 15). Figure 15 - Instant Volume Mount From the Cohesity Mount Volume UI, IT administrators or MS SQL Server administrators can define the Mount Target by selecting Change Server. When the Mount Target is selected, Select Volumes to mount and click on Create Task. As shown in figure 16, the IT administrator chooses the original MS SQL Server FCI for the Source Server and the Mount Target. In this example, the IT Administrator selected S volume from the Source Server for the mount. Figure 16 - Mount Volume 12.

14 Figure 17 shows successful Instant Volume Mount task. This demonstrates that Cohesity DataProtect has successfully mounted the Source Server volume on the Mount Target in C:\CohesityMounts directory. The Microsoft SQL Server administrator can easily copy the master database files (MDF) and corresponding log database files (LDF) for Test/Dev purposes or run MS SQL Server queries to copy data from tables rather than importing the entire database (after the database is attached to the MS SQL Server). Note: For MS SQL Server performance, it is recommended to separate the MDF and LDF files on different disk volumes. Figure 17 - Instant Volume Mount task completed successfully. When the MS SQL Server administrator has completed the database restore or data copy task, Cohesity recommends running Tear Down to remove the temporary volume mount. Recover MS SQL Server IT administrators or even Microsoft SQL Server administrators can utilize Cohesity Recovery to recover any Microsoft SQL Server databases to the original MS SQL Server instance or to another MS SQL Server instance that is registered to the Cohesity Cluster. From the Cohesity Cluster UI, select Recover > MS SQL from the Recovery page (see figure 18). Figure 18 - Recover MS SQL 13.

15 Any IT administrator can leverage Cohesity DataProtect built-in analytics and search to find any file or object for recovery. For example, automated global indexing powers Google-like search. Using instant wildcard search for any VM, file or object on the Cohesity DataProtect is simple. When the IT administrator and the MS SQL Server administrator has determined which database to recover, they can select the database and set the recovery options (see figure 19). Figure 19 - Set Recovery Options 14.

16 Cohesity recommends following Microsoft SQL Server Recovery model best practices for tail log captures. Full Recovery model and Bulk Logged Recovery model should capture tail logs. Select Continue to perform the MS SQL Server FCI database restore. The Restore MS SQL Server job details should show the restore task completed successfully (see figure 20). Figure 20 - Successful MS SQL Server FCI database restore Clone-Attach From the UI of the Cohesity Cluster, select Test & Dev > Clone operation. In the What do you want to clone? UI, select MS SQL as shown in figure 21. Figure 21 - Clone Operation 15.

17 In the Clone MS SQL UI, leverage the Google-like search to find the MS SQL Server or database name. In the Set Clone Options, identify the MS SQL Server Host and MS SQL Server Instance. In step 2, IT administrators also have the option to rename the database for the clone operation (see figure 22). Figure 22 - Clone MS SQL Select Continue to complete the Clone MS SQL process. When the clone operation is completed. Cohesity recommends executing Tear Down Clone to release all resources when the cloned database is not required anymore (see figure 23). A tear down process will delete the cloned database and any changes made to the database will be lost. Summary Figure 23 - Tear Down Clone Cohesity DataProtect provides a comprehensive solution to your data center storage requirements. A Cohesity DataProtect is not just for backups, but a solution that consolidates data protection, consolidate files, object services, and provides instant access to test/dev copies, on a single platform. Data centers with Cohesity DataProtect can also perform in-place searches and analytics. IT administrators, application and database administrators can rely on Cohesity DataProtect to store and safeguard business applications, and corporate data without compromises. About the Author Dominic Cheah is a Technical Marketing Engineer at Cohesity. In his role, Dominic focuses on business-critical applications, databases, and data protection with Enterprise and Cloud Storage. Version History Version Date Document Version History Version 1.0 Nov 2017 Original Document Cohesity, Inc. Address 300 Park Ave., Suite 800, San Jose, CA contact@cohesity.com 2018 Cohesity. All Rights Reserved Cohesity, All Rights Reserved 16.

Dell EMC Isilon with Cohesity DataProtect

Dell EMC Isilon with Cohesity DataProtect Dell EMC Isilon with Cohesity DataProtect Abstract This guide outlines the Cohesity DataProtect deployment guide for Dell EMC Isilon Data Protection. Table of Contents About This Guide...2 Intended Audience...2

More information

Deployment Guide For Microsoft Exchange With Cohesity DataProtect

Deployment Guide For Microsoft Exchange With Cohesity DataProtect Deployment Guide For Microsoft Exchange With Cohesity DataProtect This white paper outlines the Cohesity DataProtect deployment guide for Microsoft Exchange Server Data Protection. Table of Contents About

More information

Cohesity DataPlatform Protecting Individual MS SQL Databases Solution Guide

Cohesity DataPlatform Protecting Individual MS SQL Databases Solution Guide Cohesity DataPlatform Protecting Individual MS SQL Databases Solution Guide Abstract This solution guide outlines the workflow for creating backups with Microsoft SQL Server databases and Cohesity Data

More information

Microsoft SQL Server HA and DR with DVX

Microsoft SQL Server HA and DR with DVX Microsoft SQL Server HA and DR with DVX 385 Moffett Park Dr. Sunnyvale, CA 94089 844-478-8349 www.datrium.com Technical Report Introduction A Datrium DVX solution allows you to start small and scale out.

More information

Cohesity Flash Protect for Pure FlashBlade: Simple, Scalable Data Protection

Cohesity Flash Protect for Pure FlashBlade: Simple, Scalable Data Protection Cohesity Flash Protect for Pure FlashBlade: Simple, Scalable Data Protection Executive overview Pure Storage FlashBlade is the industry s first all-flash, scale-out file storage purpose-built for high-performance

More information

Simple Data Protection for the Cloud Era

Simple Data Protection for the Cloud Era Simple Data Protection for the Era Enterprise Data Protection, Simplified Struggling with data protection? You re not alone. Many storage admins are faced with the challenge of protecting an increasing

More information

Using Cohesity with Amazon Web Services (AWS)

Using Cohesity with Amazon Web Services (AWS) Using Cohesity with Amazon Web Services (AWS) Achieve your long-term retention and archival objectives for secondary data Cohesity DataPlatform is a hyperconverged secondary data and application solution

More information

Best Practices Guide for Protecting Microsoft SharePoint Server with Cohesity and Ontrack PowerControls for SharePoint

Best Practices Guide for Protecting Microsoft SharePoint Server with Cohesity and Ontrack PowerControls for SharePoint Best Practices Guide for Protecting Microsoft SharePoint Server with Cohesity and Ontrack PowerControls for SharePoint Abstract This white paper outlines the best practices for using Cohesity to provide

More information

Avoiding the Cost of Confusion: SQL Server Failover Cluster Instances versus Basic Availability Group on Standard Edition

Avoiding the Cost of Confusion: SQL Server Failover Cluster Instances versus Basic Availability Group on Standard Edition One Stop Virtualization Shop Avoiding the Cost of Confusion: SQL Server Failover Cluster Instances versus Basic Availability Group on Standard Edition Written by Edwin M Sarmiento, a Microsoft Data Platform

More information

Protecting Microsoft SQL Server databases using IBM Spectrum Protect Plus. Version 1.0

Protecting Microsoft SQL Server databases using IBM Spectrum Protect Plus. Version 1.0 Protecting Microsoft SQL Server databases using IBM Spectrum Protect Plus Version 1.0 Contents Executive summary 3 Audience 3 The solution: IBM Spectrum Protect Plus 3 Microsoft SQL Server setup on Microsoft

More information

Cohesity Microsoft Azure Data Box Integration

Cohesity Microsoft Azure Data Box Integration Cohesity Microsoft Azure Data Box Integration Table of Contents Introduction...2 Audience...2 Requirements...2 Assumptions...2 Order Microsoft Azure Data Box...3 Requesting...3 Order Details...4 Shipping

More information

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Maintaining a Microsoft SQL Server 2008 Database OVERVIEW About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the

More information

Are AGs A Good Fit For Your Database? Doug Purnell

Are AGs A Good Fit For Your Database? Doug Purnell Are AGs A Good Fit For Your Database? Doug Purnell About Me DBA for Elon University Co-leader for WinstonSalem BI User Group All things Nikon Photography Bring on the BBQ! Goals Understand HA & DR Types

More information

Agenda Secondary Storage Problem Cohesity Hyperconverged Secondary Storage Demo: Cohesity and Vmware vilogics Use Case

Agenda Secondary Storage Problem Cohesity Hyperconverged Secondary Storage Demo: Cohesity and Vmware vilogics Use Case STO3331BES Cohesity Hyperconverged Secondary Storage: Simple Data Protection for VMware vsphere and vsan Gaetan Castelein, Head of Product Marketing, Cohesity Paul Khosla, Infrastructure Architect, Colliers

More information

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Maintaining a Microsoft SQL Server 2008 Database About this Course This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008

More information

High Availability- Disaster Recovery 101

High Availability- Disaster Recovery 101 High Availability- Disaster Recovery 101 DBA-100 Glenn Berry, Principal Consultant, SQLskills.com Glenn Berry Consultant/Trainer/Speaker/Author Principal Consultant, SQLskills.com Email: Glenn@SQLskills.com

More information

Index. Peter A. Carter 2016 P.A. Carter, SQL Server AlwaysOn Revealed, DOI /

Index. Peter A. Carter 2016 P.A. Carter, SQL Server AlwaysOn Revealed, DOI / Index A Active node, 10 Advanced Encryption Standard (AES), 95 AlwaysOn administration Availability Group (see AlwaysOn Availability Groups) cluster maintenance, 149 Cluster Node Configuration page, 153

More information

Veeam with Cohesity Data Platform

Veeam with Cohesity Data Platform Veeam with Cohesity Data Platform Table of Contents About This Guide: 2 Data Protection for VMware Environments: 2 Benefits of using the Cohesity Data Platform with Veeam Backup & Replication: 4 Appendix

More information

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A)

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A) Duration Five days Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008

More information

Windows Clustering 101

Windows Clustering 101 Windows Clustering 101 Dave Bermingham, Microsoft Clustering MVP, Senior Technical Evangelist, SIOS Technology Corp. Dave Bermingham Microsoft Cluster MVP (2010-current) Founder of www.clusteringformeremortals.com

More information

SQL Server DBA Online Training

SQL Server DBA Online Training SQL Server DBA Online Training Microsoft SQL Server is a relational database management system developed by Microsoft Inc.. As a database, it is a software product whose primary function is to store and

More information

High Availability- Disaster Recovery 101

High Availability- Disaster Recovery 101 High Availability- Disaster Recovery 101 DBA-100 Glenn Berry, Principal Consultant, SQLskills.com Glenn Berry Consultant/Trainer/Speaker/Author Principal Consultant, SQLskills.com Email: Glenn@SQLskills.com

More information

Ryan Adams Blog - Twitter Thanks to our Gold Sponsors

Ryan Adams Blog -   Twitter  Thanks to our Gold Sponsors Ryan Adams Blog - http://ryanjadams.com Twitter - @ryanjadams Email ryan@ryanjadams.com Thanks to our Gold Sponsors Discover the AlwaysOn Feature Set AlwaysOn Failover Cluster Instances AlwaysOn Availability

More information

Configuration Guide for Veeam Backup & Replication with the HPE Hyper Converged 250 System

Configuration Guide for Veeam Backup & Replication with the HPE Hyper Converged 250 System Configuration Guide for Veeam Backup & Replication with the HPE Hyper Converged 250 System 1 + 1 = 3 HPE + Veeam Better Together Contents Intended audience...3 Veeam Backup & Replication overview...3 Adding

More information

Commvault with Cohesity Data Platform

Commvault with Cohesity Data Platform Commvault with Cohesity Data Platform Table of Contents About This Guide:...1 Data Protection for VMware Environments:...1 Cohesity Data Platform Overview:...1 Commvault Overview:... 2 Benefits of using

More information

Asigra Cloud Backup Provides Comprehensive Virtual Machine Data Protection Including Replication

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

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Data Sheet: Storage Management Overview Veritas Storage Foundation 6.0 for Windows brings advanced online storage management

More information

SQL Server HA and DR: A Simple Strategy for Realizing Dramatic Cost Savings

SQL Server HA and DR: A Simple Strategy for Realizing Dramatic Cost Savings SQL Server HA and DR: A Simple Strategy for Realizing Dramatic Cost Savings by Joseph D Antoni Microsoft Data Platform MVP Significant savings in both SQL licensing and SAN TCO. As companies become increasingly

More information

BC/DR Strategy with VMware

BC/DR Strategy with VMware BC/DR Strategy with VMware VMware vforum, 2014 Andrea Teobaldi Systems Engineer @teob77 2014 VMware Inc. All rights reserved. What s on the agenda? Defining the problem Definitions VMware technologies

More information

DATA PROTECTION SOLUTION MICROSOFT SQL SERVER

DATA PROTECTION SOLUTION MICROSOFT SQL SERVER DATA PROTECTION SOLUTION MICROSOFT SQL SERVER For more information, refer to Reduxio Systems Inc. website at http://www.reduxio.com. If you have comments about this documentation, submit your feedback

More information

Microsoft E xchange 2010 on VMware

Microsoft E xchange 2010 on VMware : Microsoft E xchange 2010 on VMware Availability and R ecovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more

More information

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure Nutanix Tech Note Virtualizing Microsoft Applications on Web-Scale Infrastructure The increase in virtualization of critical applications has brought significant attention to compute and storage infrastructure.

More information

What s New in Catalogic ECX 2.5

What s New in Catalogic ECX 2.5 DATA SHEET What s New in Catalogic ECX 2.5 Transform IT Operations with Software-Defined Data Services This document summarizes the key new features in each release of Catalogic ECX 2.5. It includes 2.5.x

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design for Software-Defined Data Center 3.0 This document supports the version of each product listed and supports

More information

New England Data Camp v2.0 It is all about the data! Caregroup Healthcare System. Ayad Shammout Lead Technical DBA

New England Data Camp v2.0 It is all about the data! Caregroup Healthcare System. Ayad Shammout Lead Technical DBA New England Data Camp v2.0 It is all about the data! Caregroup Healthcare System Ayad Shammout Lead Technical DBA ashammou@caregroup.harvard.edu About Caregroup SQL Server Database Mirroring Selected SQL

More information

Veritas NetBackup for Microsoft SQL Server Administrator's Guide

Veritas NetBackup for Microsoft SQL Server Administrator's Guide Veritas NetBackup for Microsoft SQL Server Administrator's Guide for Windows Release 8.1.1 Veritas NetBackup for Microsoft SQL Server Administrator's Guide Last updated: 2018-04-10 Document version:netbackup

More information

FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series Non-Stop Storage Reference Architecture Configuration Guide

FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series Non-Stop Storage Reference Architecture Configuration Guide FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series Non-Stop Storage Reference Architecture Configuration Guide Non-stop storage is a high-availability solution that combines ETERNUS SF products

More information

VMWARE PROTECTION WITH DELL EMC NETWORKER 9

VMWARE PROTECTION WITH DELL EMC NETWORKER 9 VMWARE PROTECTION WITH DELL EMC NETWORKER 9 Solution Overview ABSTRACT This white paper describes the integration of Dell EMC NetWorker with VMware vcenter. It also includes details on the NetWorker architecture

More information

Data Protection for Cisco HyperFlex with Veeam Availability Suite. Solution Overview Cisco Public

Data Protection for Cisco HyperFlex with Veeam Availability Suite. Solution Overview Cisco Public Data Protection for Cisco HyperFlex with Veeam Availability Suite 1 2017 2017 Cisco Cisco and/or and/or its affiliates. its affiliates. All rights All rights reserved. reserved. Highlights Is Cisco compatible

More information

Protecting Microsoft Exchange

Protecting Microsoft Exchange TECHNICAL WHITE PAPER: BACKUP EXEC TM 2014 PROTECTING MICROSOFT EXCHANGE Backup Exec TM 2014 Technical White Paper Protecting Microsoft Exchange Technical White Papers are designed to introduce Symantec

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 TRANSFORMING MICROSOFT APPLICATIONS TO THE CLOUD Louaye Rachidi Technology Consultant 2 22x Partner Of Year 19+ Gold And Silver Microsoft Competencies 2,700+ Consultants Worldwide Cooperative Support

More information

TOP REASONS TO CHOOSE DELL EMC OVER VEEAM

TOP REASONS TO CHOOSE DELL EMC OVER VEEAM HANDOUT TOP REASONS TO CHOOSE DELL EMC OVER VEEAM 10 This handout overviews the top ten reasons why customers choose Data Protection from Dell EMC over Veeam. Dell EMC has the most comprehensive data protection

More information

VPLEX & RECOVERPOINT CONTINUOUS DATA PROTECTION AND AVAILABILITY FOR YOUR MOST CRITICAL DATA IDAN KENTOR

VPLEX & RECOVERPOINT CONTINUOUS DATA PROTECTION AND AVAILABILITY FOR YOUR MOST CRITICAL DATA IDAN KENTOR 1 VPLEX & RECOVERPOINT CONTINUOUS DATA PROTECTION AND AVAILABILITY FOR YOUR MOST CRITICAL DATA IDAN KENTOR PRINCIPAL CORPORATE SYSTEMS ENGINEER RECOVERPOINT AND VPLEX 2 AGENDA VPLEX Overview RecoverPoint

More information

Tintri VMstore with Hyper-V Best Practice Guide

Tintri VMstore with Hyper-V Best Practice Guide TECHNICAL WHITE PAPER Tintri VMstore with Hyper-V Best Practice Guide Author: Dominic Cheah (Technical Marketing Engineer) Technical Best Practices Paper, Rev 1.3, Nov 4th, 2015 www.tintri.com Contents

More information

Cohesity Data Protection White Paper

Cohesity Data Protection White Paper Cohesity Data Protection White Paper Table of Contents Executive Summary... Page 2 Challenges in data protection fueling the next wave of innovation.... Page 2 Introducing Cohesity next generation Hyperconverged

More information

INTRODUCTION TO XTREMIO METADATA-AWARE REPLICATION

INTRODUCTION TO XTREMIO METADATA-AWARE REPLICATION Installing and Configuring the DM-MPIO WHITE PAPER INTRODUCTION TO XTREMIO METADATA-AWARE REPLICATION Abstract This white paper introduces XtremIO replication on X2 platforms. XtremIO replication leverages

More information

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases Manageability and availability for Oracle RAC databases Overview Veritas Storage Foundation for Oracle RAC from Symantec offers a proven solution to help customers implement and manage highly available

More information

Protecting Microsoft SharePoint

Protecting Microsoft SharePoint TECHNICAL WHITE PAPER: BACKUP EXEC TM 2014 PROTECTING MICROSOFT SHAREPOINT Backup Exec TM 2014 Technical White Paper Protecting Microsoft SharePoint Technical White Papers are designed to introduce Symantec

More information

EMC Backup and Recovery for Microsoft Exchange 2007

EMC Backup and Recovery for Microsoft Exchange 2007 EMC Backup and Recovery for Microsoft Exchange 2007 Enabled by EMC CLARiiON CX4-120, Replication Manager, and Hyper-V on Windows Server 2008 using iscsi Reference Architecture Copyright 2009 EMC Corporation.

More information

Business Continuity and Disaster Recovery. Ed Crowley Ch 12

Business Continuity and Disaster Recovery. Ed Crowley Ch 12 Business Continuity and Disaster Recovery Ed Crowley Ch 12 Topics Disaster Recovery Business Impact Analysis MTBF and MTTR RTO and RPO Redundancy Failover Backup Sites Load Balancing Mirror Sites Disaster

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design 4.0 VMware Validated Design for Software-Defined Data Center 4.0 You can find the most up-to-date technical

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design for Software-Defined Data Center 4.0 This document supports the version of each product listed and supports

More information

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC)

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Manageability and availability for Oracle RAC databases Overview Veritas InfoScale Enterprise for Oracle Real Application Clusters

More information

Boost your data protection with NetApp + Veeam. Schahin Golshani Technical Partner Enablement Manager, MENA

Boost your data protection with NetApp + Veeam. Schahin Golshani Technical Partner Enablement Manager, MENA Boost your data protection with NetApp + Veeam Schahin Golshani Technical Partner Enablement Manager, MENA NetApp Product Strategy Market-leading innovations, that are NetApp Confidential Limited Use 3

More information

EMC Data Protection for Microsoft

EMC Data Protection for Microsoft EMC Data Protection for Microsoft Featuring Industry Perspectives from IDC 7 November 2013 Ashish Nadkarni, IDC Research Director, Storage Systems @Ashish_Nadkarni Phil George, EMC Backup Recovery Systems

More information

SQL Server Virtualization 201

SQL Server Virtualization 201 Virtualization 201 Management and Risk Mitigation PASS Virtualization Virtual Chapter 2014.05.15 About David Klee @kleegeek davidklee.net gplus.to/kleegeek linked.com/a/davidaklee Specialties / Focus Areas

More information

Arcserve Unified Data Protection Virtualization Solution Brief

Arcserve Unified Data Protection Virtualization Solution Brief 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

Cohesity SpanFS and SnapTree. White Paper

Cohesity SpanFS and SnapTree. White Paper Cohesity SpanFS and SnapTree White Paper Cohesity SpanFS TM and SnapTree TM Web-Scale File System, Designed for Secondary Storage in the Cloud Era Why Do Enterprises Need a New File System? The Enterprise

More information

Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments. Solution Overview Cisco Public

Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments. Solution Overview Cisco Public Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments 1 2017 2017 Cisco Cisco and/or and/or its

More information

Best Practices Guide for using IBM Spectrum Protect with Cohesity

Best Practices Guide for using IBM Spectrum Protect with Cohesity Best Practices Guide for using IBM Spectrum Protect with Cohesity Abstract This white paper outlines the best practices for using Cohesity as target storage by IBM Spectrum Protect. December 2017 Table

More information

Remove complexity in protecting your virtual infrastructure with. IBM Spectrum Protect Plus. Data availability made easy. Overview

Remove complexity in protecting your virtual infrastructure with. IBM Spectrum Protect Plus. Data availability made easy. Overview Overview Challenge In your organization, backup management is too complex and consumes too much time and too many IT resources. Solution IBM Spectrum Protect Plus dramatically simplifies data protection

More information

Mehmet.Gonullu@Veeam.com Veeam Portfolio - Agentless backup and replication for VMware and Hyper-V - Scalable, powerful, easy-to-use, affordable - Storage agnostic High-speed Recovery instant VM recovery

More information

HIGH-AVAILABILITY & D/R OPTIONS FOR MICROSOFT SQL SERVER

HIGH-AVAILABILITY & D/R OPTIONS FOR MICROSOFT SQL SERVER SQL SATURDAY # 91 - OMAHA HIGH-AVAILABILITY & D/R OPTIONS FOR MICROSOFT SQL SERVER 8/27/11 Tim Plas, Virteva tim.plas@virteva.com 1 The Presenter Tim Plas, Principal Consultant at Virteva (Mpls) Operational

More information

EXAM Administering Microsoft SQL Server 2012 Databases. Buy Full Product.

EXAM Administering Microsoft SQL Server 2012 Databases. Buy Full Product. Microsoft EXAM - 70-462 Administering Microsoft SQL Server 2012 Databases Buy Full Product http://www.examskey.com/70-462.html Examskey Microsoft 70-462 exam demo product is here for you to test the quality

More information

Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led

Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with product knowledge and skills needed to

More information

6 Months Training Module in MS SQL SERVER 2012

6 Months Training Module in MS SQL SERVER 2012 6 Months Training Module in MS SQL SERVER 2012 Module 1 Installing and Configuring Windows Server 2012 Installing and Managing Windows Server 2012 Windows Server 2012 Overview Installing Windows Server

More information

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015

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

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Veritas Storage Foundation 5.1 for Windows brings advanced online storage management to Microsoft Windows Server environments,

More information

XtremIO Business Continuity & Disaster Recovery. Aharon Blitzer & Marco Abela XtremIO Product Management

XtremIO Business Continuity & Disaster Recovery. Aharon Blitzer & Marco Abela XtremIO Product Management XtremIO Business Continuity & Disaster Recovery Aharon Blitzer & Marco Abela XtremIO Product Management Agenda XtremIO Current BC/DR Offerings New BC/DR Offering Benefits of New Offering Technical Overview

More information

2. Recovery models ->

2. Recovery models -> 1. Database structure -> Chapter 3 -> Database architecture -> Subchapter 3.1 2. Recovery models -> https://docs.microsoft.com/en-us/sql/relational-databases/backuprestore/recovery-models-sql-server?view=sql-server-2014

More information

Veritas Storage Foundation for Oracle RAC from Symantec

Veritas Storage Foundation for Oracle RAC from Symantec Veritas Storage Foundation for Oracle RAC from Symantec Manageability, performance and availability for Oracle RAC databases Data Sheet: Storage Management Overviewview offers a proven solution to help

More information

IBM Spectrum Protect Plus

IBM Spectrum Protect Plus IBM Spectrum Protect Plus IBM Spectrum Storage Family E-Dist Grugliasco (To) - 24 Maggio 2018 IBM Corporation Ruggero Luvie IBM Software Defined Storage TechSales rluvie@it.ibm.com IBM Spectrum Protect

More information

Dell EMC Avamar for SQL Server

Dell EMC Avamar for SQL Server Dell EMC Avamar for SQL Server Version 7.5.1 User Guide 302-004-292 REV 01 Copyright 2001-2018 Dell Inc. or its subsidiaries. All rights reserved. Published February 2018 Dell believes the information

More information

Veritas Backup Exec. Powerful, flexible and reliable data protection designed for cloud-ready organizations. Key Features and Benefits OVERVIEW

Veritas Backup Exec. Powerful, flexible and reliable data protection designed for cloud-ready organizations. Key Features and Benefits OVERVIEW Veritas Backup Exec Powerful, flexible and reliable data protection designed for cloud-ready organizations. OVERVIEW Veritas Backup Exec is the backup solution without barriers, delivered your way. You

More information

arcserve r16.5 Hybrid data protection

arcserve r16.5 Hybrid data protection 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

Virtualization with Arcserve Unified Data Protection

Virtualization with Arcserve Unified Data Protection Virtualization with Arcserve Unified Data Protection Server and desktop virtualization have become very pervasive in most organizations, and not just in the enterprise. Everybody agrees that server virtualization

More information

Overview. Course Objectives. : Veritas Backup Exec 16: Administration. Course Outline :: Veritas Backup Exec 16: Administration::

Overview. Course Objectives. : Veritas Backup Exec 16: Administration. Course Outline :: Veritas Backup Exec 16: Administration:: Module Title Duration : Veritas Backup Exec 16: Administration : 5 days Overview The Veritas Backup Exec 16: Administration course is designed for the data protection professional tasked with architecting,

More information

Dell EMC Avamar for SQL Server

Dell EMC Avamar for SQL Server Dell EMC Avamar for SQL Server Version 7.5 User Guide 302-003-931 REV 01 Copyright 2001-2017 Dell Inc. or its subsidiaries. All rights reserved. Published June 2017 Dell believes the information in this

More information

Vembu v4.0 Vembu ImageBackup

Vembu v4.0 Vembu ImageBackup Vembu extends support to -Vembu v4.0 Vembu ImageBackup Free edition Vembu Technologies Experience 100+ Countries 2 Headquartered in Chennai Vembu BDR Suite Vembu BDR Suite is a portfolio of products designed

More information

Virtual protection gets real

Virtual protection gets real Virtual protection gets real How to protect virtual machines from downtime and data loss 5 must-have features for VM backup Businesses virtualize to consolidate resources, reduce costs and increase workforce

More information

Microsoft Azure Windows Server Microsoft System Center

Microsoft Azure Windows Server Microsoft System Center Windows Server Microsoft System Center Microsoft s Disaster Recovery Stack Simplified protection and recovery, built into Windows Server with Windows Server Backup Enhanced through integration with Backup

More information

White Paper. A System for Archiving, Recovery, and Storage Optimization. Mimosa NearPoint for Microsoft

White Paper. A System for  Archiving, Recovery, and Storage Optimization. Mimosa NearPoint for Microsoft White Paper Mimosa Systems, Inc. November 2007 A System for Email Archiving, Recovery, and Storage Optimization Mimosa NearPoint for Microsoft Exchange Server and EqualLogic PS Series Storage Arrays CONTENTS

More information

WHITE PAPER: ENTERPRISE SOLUTIONS. Disk-Based Data Protection Achieving Faster Backups and Restores and Reducing Backup Windows

WHITE PAPER: ENTERPRISE SOLUTIONS. Disk-Based Data Protection Achieving Faster Backups and Restores and Reducing Backup Windows WHITE PAPER: ENTERPRISE SOLUTIONS Disk-Based Data Protection Achieving Faster Backups and Restores and Reducing Backup Windows White Paper: Enterprise Security Disk-Based Data Protection Achieving Faster

More information

Chapter 11. SnapProtect Technology

Chapter 11. SnapProtect Technology Chapter 11 SnapProtect Technology Hardware based snapshot technology provides the ability to use optimized hardware and disk appliances to snap data on disk arrays providing quick recovery by reverting

More information

Designing Database Solutions for Microsoft SQL Server (465)

Designing Database Solutions for Microsoft SQL Server (465) Designing Database Solutions for Microsoft SQL Server (465) Design a database structure Design for business requirements Translate business needs to data structures; de-normalize a database by using SQL

More information

Veeam Backup & Replication for VMware vsphere

Veeam Backup & Replication for VMware vsphere Veeam Backup & Replication for VMware vsphere Version 9.5 Evaluator's Guide December, 2017 2017 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part

More information

Protecting Hyper-V Environments

Protecting Hyper-V Environments TECHNICAL WHITE PAPER: BACKUP EXEC TM 2014 PROTECTING HYPER-V ENVIRONMENTS Backup Exec TM 2014 Technical White Paper Protecting Hyper-V Environments Technical White Papers are designed to introduce Symantec

More information

DocAve 6: Platform Backup and Restore

DocAve 6: Platform Backup and Restore DocAve 6 Platform Backup and Restore User Guide Service Pack 5, Cumulative Update 1 Issued September 2015 1 Table of Contents What s New in this Guide... 7 About DocAve Platform Backup and Restore... 8

More information

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft Azure Webinar Resilient Solutions March 2017 Sander van den Hoven Principal Technical Evangelist Microsoft DX @svandenhoven 1 What is resilience? Client Client API FrontEnd Client Client Client Loadbalancer

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Veritas Storage Foundation 5.0 for Windows brings advanced online storage management to Microsoft Windows Server environments.

More information

Symantec NetBackup Blueprints

Symantec NetBackup Blueprints Symantec NetBackup Blueprints Blueprint for SQL Server Symantec Backup and Recovery Technical Services Symantec NetBackup Blueprints 1 Symantec NetBackup Blueprints Preface/disclaimer Notice This NetBackup

More information

Zero Data Loss Recovery Appliance DOAG Konferenz 2014, Nürnberg

Zero Data Loss Recovery Appliance DOAG Konferenz 2014, Nürnberg Zero Data Loss Recovery Appliance Frank Schneede, Sebastian Solbach Systemberater, BU Database, Oracle Deutschland B.V. & Co. KG Safe Harbor Statement The following is intended to outline our general product

More information

DocAve 6 High Availability

DocAve 6 High Availability DocAve 6 High Availability User Guide Service Pack 10, Cumulative Update 1 Issued April 2018 The Enterprise-Class Management Platform for SharePoint Governance Table of Contents What s New in This Guide...

More information

2072 : Administering a Microsoft SQL Server 2000 Database

2072 : Administering a Microsoft SQL Server 2000 Database 2072 : Administering a Microsoft SQL Server 2000 Database Introduction This course provides students with the knowledge and skills required to install, configure, administer, and troubleshoot the client-server

More information

CA ARCserve Backup. Benefits. Overview. The CA Advantage

CA ARCserve Backup. Benefits. Overview. The CA Advantage PRODUCT BRIEF: CA ARCSERVE BACKUP R12.5 CA ARCserve Backup CA ARCSERVE BACKUP, A HIGH-PERFORMANCE, INDUSTRY-LEADING DATA PROTECTION PRODUCT, UNITES INNOVATIVE DATA DEDUPLICATION TECHNOLOGY, POWERFUL STORAGE

More information

Vembu v4.0 Vembu ImageBackup

Vembu v4.0 Vembu ImageBackup Vembu extends to Vembu v4.0 Vembusupport ImageBackup Vembu Technologies Experience 100+ Countries 2 Headquartered in Chennai Vembu BDR Suite Vembu BDR Suite is a portfolio of products designed to backup

More information

DESIGNING DATABASE SOLUTIONS FOR MICROSOFT SQL SERVER CERTIFICATION QUESTIONS AND STUDY GUIDE

DESIGNING DATABASE SOLUTIONS FOR MICROSOFT SQL SERVER CERTIFICATION QUESTIONS AND STUDY GUIDE 70-465 DESIGNING DATABASE SOLUTIONS FOR MICROSOFT SQL SERVER CERTIFICATION QUESTIONS AND STUDY GUIDE Designing Database Solutions for Microsoft SQL Server (70-465) WWW.ANALYTICSEXAM.COM Contents Designing

More information

Vembu ImageBackup. Microsoft Windows Servers Desktops Laptops VEMBU TECHNOLOGIES PARTNERS.

Vembu ImageBackup. Microsoft Windows Servers Desktops Laptops VEMBU TECHNOLOGIES PARTNERS. Vembu Microsoft Windows Servers Desktops Laptops VEMBU TECHNOLOGIES PARTNERS Vembu Technologies Founded in 2002 10+ Years of Experience Headquartered in Chennai 100+ Countries 4000+ Partners 2 60000+ Businesses

More information

Data Protection for Virtualized Environments

Data Protection for Virtualized Environments Technology Insight Paper Data Protection for Virtualized Environments IBM Spectrum Protect Plus Delivers a Modern Approach By Steve Scully, Sr. Analyst February 2018 Modern Data Protection for Virtualized

More information

Veeam Backup & Replication

Veeam Backup & Replication Veeam Backup & Replication for Microsoft Hyper-V Version 9.0 Evaluator's Guide January, 2016 2016 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part

More information