How to setup NovaBACKUP DataCenter to backup data to Amazon S3 using Amazon s AWS Storage Gateway

Size: px
Start display at page:

Download "How to setup NovaBACKUP DataCenter to backup data to Amazon S3 using Amazon s AWS Storage Gateway"

Transcription

1 Whitepaper How to setup NovaBACKUP DataCenter to backup data to Amazon S3 using Amazon s AWS Storage Gateway

2 Contents What is Amazon S3?... 3 What is the AWS Storage Gateway?... 4 How to setup Amazon Storage Gateway... 5 Setting up NovaBACKUP DataCenter to utilize the AWS Storage Gateway How to restore from Amazon S3? Any Questions left? Contact Us Notice Copyright... 17

3 The following whitepaper is going to describe what Amazon S3 is, and how with the help of Amazon s AWS Storage Gateway NovaBACKUP DataCenter can backup and restore to Amazon S3 seamlessly. What is Amazon S3? S3 stands for Simple Storage Service and that s exactly what Amazon S3 is, an offsite storage for all kind of data, accessed through a web service interface. The storage includes some amazing features that helps to meet company compliances: Cross-Region Replication Event Notifications Lifecycle Management Encryption Security and Access Management Flexible storage options Because of the high-end technology used in their data centers, Amazon s service is able to deliver HA and redundancy at its best. Transferring single files with a size of up to 5GB at once is not a problem, individual objects can have a size of up to 5TB. In case your complete data is too big to transfer it over a regular internet connection, Amazon s offers include e.g. a dedicated connection between your and their data center. I don t want to talk in depth about the functions, but here are some interesting facts about Amazon S3: The consistency model used for the US region is eventual consistency. Amazon S3 supports user authentication such as bucket policies or ACLs Up- and Download of data via SSL endpoints using the https protocol (further security mechanism available, e.g. SSE, SSE-C) Encrypt your data inside the buckets using SSE-S3, SSE-C, SSE-KMS (HIPAA/ HITECH, and FedRAMP compliant) encryption SSE encryption keys are unique for every object. This key is also encrypted with the master key that changes at least monthly. All keys are stored in separated storages. Using a VPC endpoint, allows to connect only to the S3 storage 1 The checksum used to detect data corruption is Content-MD5 and cycling redundancy checks (CRCs) Amazon doesn t access the data stored except for billing purposes or if required by law. Details regarding Amazon S3 SLA s can be found here: or You can find more information about features and functions here: Just remember, every extra feature probably comes with extra costs! In order to access the Amazon S3 storage, it has to be connected with the Amazon Storage Gateway 2. This service ensures that your data is transferred fully SSL encrypted. But the main function is the simple integration to every device. Therefore the Amazon Storage Gateway implements a standard iscsi interface, either as a block disk device or VTL

4 What is the AWS Storage Gateway? The AWS Storage Gateway basically is a virtual machine. In order to connect it to your Amazon services it has to run on a virtual machine. A VMware ESXi v4.1 and newer or a Hyper-V 2008 and newer Hypervisor are sufficient. The service also needs 4 virtual processors assigned to the VM 7.5GB RAM 75GB disk space for the installation Source: Security and encryption wise the AWS Storage Gateway encrypts all data in-transit to and from AWS via SSL. All volume and snapshot data stored in AWS using Gateway-Stored Volumes/Gateway-Cached Volumes and all virtual tape data stored in AWS using Gateway-VTL is encrypted-at-rest using Advanced Encryption Standard (AES) 256, a secure symmetric-key encryption standard using 256-bit encryption keys. So you do not need to add other encryption options in order to make sure that the data that you put on the AWS Storage Gateway is encrypted. There are 3 different ways to setup the AWS Storage Gateway, Gateway-Cached Volumes, Gateway- Stored Volumes, and Gateway-Virtual Tape Library. Below is a description of what each configuration does 3 : Gateway-Cached Volumes: You can durably and inexpensively store your primary data in Amazon S3, and retain your frequently accessed data locally. Gateway-Cached Volumes provide substantial cost savings on primary storage, minimize the need to scale your storage onpremises, and provide low-latency access to your frequently accessed data. In addition to storing your primary data in Amazon S3 using Gateway-Cached Volumes, you can also take point-in-time snapshots of your Gateway-Cached volume data in Amazon S3, enabling you to make spaceefficient versioned copies of your volumes for data protection and various data reuse needs. 3

5 Gateway-Stored Volumes: In the event you need low-latency access to your entire data set, you can configure your gateway to store your primary data locally, and asynchronously back up point-in-time snapshots of this data to Amazon S3. Gateway-Stored volumes provide durable and inexpensive off-site backups that you can recover locally or from Amazon EC2 if, for example, you need replacement capacity for disaster recovery. Gateway-Virtual Tape Library (Gateway-VTL): With Gateway-VTL you can have a limitless collection of virtual tapes. Each virtual tape can be stored in a Virtual Tape Library backed by Amazon S3 or a Virtual Tape Shelf backed by Amazon Glacier. The Virtual Tape Library exposes an industry standard iscsi interface which provides your backup application with on-line access to the virtual tapes. When you no longer require immediate or frequent access to data contained on a virtual tape, you can use your backup application to move it from its Virtual Tape Library to your Virtual Tape Shelf in order to further reduce your storage costs. How to setup Amazon Storage Gateway The following will go through how to setup the AWS Storage Gateway (ASG), and in this case it will be configured as a Gateway-Chached Volumes storage gateway. This way the data that is sent to the ASG locally will be synced with S3, and since we are just using this for backup storage only the most recent backed up data will be available on the local appliance but everything will be available on S3. Here is a good video on how to get started with the Amazon Storage Gateway if you want to get a video overview: The following configuration assumes you already have an Amazon AWS account setup and have admin access to that account. The first thing you need to do is log into the AWS web console then go into the Storage Gateway screen.

6 After you go into that screen, assuming you have no other ASG deployed, you need to deploy a new AWS Storage Gateway. Then you need to choose the type of configuration your ASG will be.

7 What type of virtualization you will utilize, and in this case it will be VMware based. It will then give you the option to download the AWS Storage Gateway virtual machine files, or if you already have it downloaded you can just continue. The next steps will go through deploying the virtual machine itself into your environment, and their wizard will step you through this process if you have never done it before.

8 After you finish those steps the next thing you need to do is setup the local disk storage for the ASG. Amazon gives you a calculator to try to determine a good idea of how big your disks need to be. All of the allocation of the disks need to be done on your hypervisor, in this case VMware. Make sure to go through the Step-by-Step instructions as you do have to do a couple things different than normal to get the disks to work correctly. You need to create at least 2 volumes, one for the upload volume and one for the cache volume.

9 Once you have your disks added to the virtual machine go ahead and start the virtual machine. Once it is up and running you want to get the local ip address of the virtual machine, as the next screen requires that local ip address in order to activate the gateway. Then you can give the gateway a name so that when you are in the AWS console you know which gateway you are looking at.

10 Once you have done that you should have an active gateway, but now we need to add some volumes to it and set it up. The first thing we need to do is to create a volume. When you create the volume the wizard will ask you which volumes you want to be the upload and cache volumes.

11 After that you can configure it to alert you when those volumes become full, and then it will ask you how big you want the actual volume for the AWS Storage Gateway to be. This will be how big of volume is presented via iscsi to the machine that is mounting it.

12 The wizard will then ask if you want to setup CHAP authentication on the iscsi target, and finally after that it will complete the configuration of the gateway.

13 Setting up NovaBACKUP DataCenter to utilize the AWS Storage Gateway Now that you have the AWS Storage Gateway setup and running, you need to get it connected with NovaBACKUP DataCenter so you can start sending data to it. In this case the configuration that will be detailed below is with a Windows Server 2012 R2, but Linux and other Windows operating systems that include iscsi connectivity will work just fine. The basics of the configuration here is to add the iscsi target to the machine, add a volume, and do a quick format. After Windows sees the drive then you can configure the storage in NovaBACKUP DataCenter as a disk pool. The first thing you need to do is to go into the iscsi configuration under control panel administrative tools. Once there add the local address of the AWS Storage Gateway.

14 Once that is added you need to connect to the target on the targets tab.

15 After you have connected to the target, go into drive manager to create the volume and start the quick format.

16 Once that drive is accessible within Windows go into the NovaBACKUP DataCenter UI and create a new disk pool so that you can backup or clone to your newly configured AWS Storage Gateway. At this point your newly created AWS Storage Gateway is going to act like any other disk pool for NovaBACKUP DataCenter. Anything that you put on this volume be it backup or other files will now be automatically sent up to Amazon S3 via the AWS Storage Gateway. How to restore from Amazon S3? One of the concerns is how to get that data back from Amazon S3 once it is no longer on the local AWS Storage Gateway s cache. This is seamless and you have to do basically nothing to tell the gateway to go out and grab data from S3. If you start a restore within NovaBACKUP DataCenter from a backup file that is no longer on the gateway locally the gateway will actually stream data from S3 for you to NovaBACKUP DataCenter. So it will be completely transparent to you as the user when it is downloading data from S3 or when coming from the local cache. Obviously from local cache it will restore faster since it does not have to stream from S3. Any Questions left? If you want to learn more about how to connect NovaBACKUP DataCenter to an Amazon S3 storage, feel free to contact our Enterprise Team directly at: Tel.: M-F 9AM-5PM PDT DCInfo@novastor.com

17 Contact Us NovaStor Software AG Poststr. 18 CH-6301 Zug, Switzerland Tel +41 (41) Fax +41 (41) NovaStor Corporation Canwood St. Agoura Hills, CA USA Tel +1 (805) Fax +1 (805) NovaStor GmbH Neumann-Reichardt-Str D Hamburg, Germany Tel +49 (40) Fax +49 (40) Notice Information in this document is subject to change without notice. NovaStor makes no representations or warranties with respect to the contents of this document and specifically disclaims any implied warranties of merchantability or fitness for any particular purpose. Further, NovaStor reserves the right to revise this publication and to make changes without obligation to notify any person or organization of such revisions or changes. NovaStor is not responsible for any charges incurred by Amazon s services. Please check Amazon s pricing here Copyright Under copyright laws, the contents of this document may not be copied, photocopied, reproduced, translated or reduced to any electronic medium or machine-readable form, in whole or in part, without prior written consent of NovaStor. Trademarks NovaBACKUP is a registered trademark of NovaStor. Windows is a registered trademark of Microsoft Corporation. Amazon and AWS are registered trademarks of Amazon.com Inc. and Amazon Web Services Inc 4 4

Release Notes: NovaBACKUP v16.0

Release Notes: NovaBACKUP v16.0 What s new in NovaBACKUP 16.0? Release Notes: NovaBACKUP v16.0 NovaBACKUP 16.0 (May, 2014) Backup for the Rest of Us NovaBACKUP Virtual Dashboard o Single File Restore of VM Backups (VMware / Hyper-V)

More information

Release Notes: NovaBACKUP v16.1

Release Notes: NovaBACKUP v16.1 What s new in NovaBACKUP 16.1? Release Notes: NovaBACKUP v16.1 NovaBACKUP 16.1 (August, 2014) Backup for the Rest of Us New Features NovaBACKUP / Central Management Console o Ability to set a Holiday Schedule

More information

Release Notes: NovaBACKUP 17.3

Release Notes: NovaBACKUP 17.3 What s new in NovaBACKUP 17.3? Release Notes: NovaBACKUP 17.3 NovaBACKUP 17.3.1203 (December, 2015) Backup for the Rest of Us New Features NovaBACKUP o Support of VMware 6.0 o Enhanced "Last Run" column

More information

System Requirements. NovaBACKUP 16.1. Copyright 2013 NovaStor www.novastor.com

System Requirements. NovaBACKUP 16.1. Copyright 2013 NovaStor www.novastor.com System Requirements NovaBACKUP 16.1 NovaBACKUP Professional, Server & Business Essentials... 3 Requirements... 3 Supported Operating Systems... 3 NovaBACKUP Virtual Dashboard Requirements... 3 Supported

More information

System Requirements NovaBACKUP 15.0

System Requirements NovaBACKUP 15.0 System Requirements NovaBACKUP 15.0 NovaBACKUP Professional, Server & Business Essentials... 3 Requirements... 3 Supported Operating Systems... 3 Supported Applications... 3 Microsoft SQL... 3 Microsoft

More information

Release Notes: NovaBACKUP 17.6

Release Notes: NovaBACKUP 17.6 Release Notes: NovaBACKUP 17.6 NovaBACKUP 17.6.415 (April, 2016) Backup for the Rest of Us What s new in NovaBACKUP 17.6? Fixed issues / bugs (17.6.415) o The user can now right-click on a scheduled Image

More information

Release Notes: NovaBACKUP 17

Release Notes: NovaBACKUP 17 What s new in NovaBACKUP 17? Release Notes: NovaBACKUP 17 NovaBACKUP 17.0.1711 (May, 2015) Backup for the Rest of Us New Features NovaBACKUP o NovaBACKUP Alerts service It s now easier than ever to send

More information

Drobo How-To Guide. Cloud Storage Using Amazon Storage Gateway with Drobo iscsi SAN

Drobo How-To Guide. Cloud Storage Using Amazon Storage Gateway with Drobo iscsi SAN The Amazon Web Services (AWS) Storage Gateway uses an on-premises virtual appliance to replicate a portion of your local Drobo iscsi SAN (Drobo B1200i, left below, and Drobo B800i, right below) to cloudbased

More information

Amazon Cloud Storage Options

Amazon Cloud Storage Options Amazon Cloud Storage Options Table of Contents 1. Overview of AWS Storage Options 02 2. Why you should use the AWS Storage 02 3. How to get Data into the AWS.03 4. Types of AWS Storage Options.03 5. Object

More information

SteelFusion with AWS Hybrid Cloud Storage

SteelFusion with AWS Hybrid Cloud Storage Solution Guide SteelFusion with AWS Hybrid Cloud Storage March 2016 The Challenge According to IDC, to meet the demands of global customer and global talent requirements, companies have to maintain remote

More information

How To Backup On A Computer With A Backup From A Backup To A Backup On Your Computer (Windows) On A Microsoft Vsphere (Windows 10) On Your Pc Or Macbook (Windows Xp) On An Uniden Computer (For

How To Backup On A Computer With A Backup From A Backup To A Backup On Your Computer (Windows) On A Microsoft Vsphere (Windows 10) On Your Pc Or Macbook (Windows Xp) On An Uniden Computer (For What s new in NovaBACKUP 17.1? Release Notes: NovaBACKUP 17.1 NovaBACKUP 17.1.804 (August, 2015) Backup wie für mich gemacht. New Features NovaBACKUP o Windows 10 Support Fixed issues / bugs (17.1.804)

More information

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

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

More information

NovaBACKUP Central Management Console User Manual NovaStor / April 2015

NovaBACKUP Central Management Console User Manual NovaStor / April 2015 NovaBACKUP Central Management Console User Manual NovaStor / April 2015 2015 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

Release Notes: NovaBACKUP xsp v14.5

Release Notes: NovaBACKUP xsp v14.5 What s new in NovaBACKUP 14.5? Release Notes: NovaBACKUP xsp v14.5 NovaBACKUP 14.5 (April, 2013) Professional Data Protection. Simple, Fast, and Reliable. Exchange 2013 support. UEFI boot support for Disaster

More information

Deployment Options for Microsoft Hyper-V Server

Deployment Options for Microsoft Hyper-V Server CA ARCserve Replication and CA ARCserve High Availability r16 CA ARCserve Replication and CA ARCserve High Availability Deployment Options for Microsoft Hyper-V Server TYPICALLY, IT COST REDUCTION INITIATIVES

More information

Zerto Virtual Manager Administration Guide

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

More information

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

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

More information

efolder BDR for Veeam Cloud Connection Guide

efolder BDR for Veeam Cloud Connection Guide efolder BDR for Veeam Cloud Connection Guide Setup Connect Preload Data uh6 efolder BDR Guide for Veeam Page 1 of 36 INTRODUCTION Thank you for choosing the efolder Cloud for Veeam. Using the efolder Cloud

More information

AVLOR SERVER CLOUD RECOVERY

AVLOR SERVER CLOUD RECOVERY AVLOR SERVER CLOUD RECOVERY WHITE PAPER 1 Table of Contents Abstract... 2 1. Introduction... 3 2. Server Cloud Recovery... 3 3. Amazon AWS Cloud... 4 a. What it is... 4 b. Why Use AWS?... 5 4. Difficulties

More information

Acronis and Acronis Secure Zone are registered trademarks of Acronis International GmbH.

Acronis and Acronis Secure Zone are registered trademarks of Acronis International GmbH. 1 Copyright Acronis International GmbH, 2002-2016 Copyright Statement Copyright Acronis International GmbH, 2002-2016. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of

More information

Infortrend EonNAS 3000 and 5000: Key System Features

Infortrend EonNAS 3000 and 5000: Key System Features Infortrend EonNAS 3000 and 5000: Key System Features White paper Abstract This document introduces Infortrend s EonNAS 3000 and 5000 systems and analyzes key features available on these systems. Table

More information

PHD Virtual Backup for Hyper-V

PHD Virtual Backup for Hyper-V PHD Virtual Backup for Hyper-V version 7.0 Installation & Getting Started Guide Document Release Date: December 18, 2013 www.phdvirtual.com PHDVB v7 for Hyper-V Legal Notices PHD Virtual Backup for Hyper-V

More information

Acronis Storage Gateway

Acronis Storage Gateway Acronis Storage Gateway DEPLOYMENT GUIDE Revision: 12/30/2015 Table of contents 1 Introducing Acronis Storage Gateway...3 1.1 Supported storage backends... 3 1.2 Architecture and network diagram... 4 1.3

More information

uh6 efolder BDR Guide for Veeam Page 1 of 36

uh6 efolder BDR Guide for Veeam Page 1 of 36 efolder BDR for Veeam Hyper-V Continuity Cloud Guide Setup Continuity Cloud Import Backup Copy Job Restore Your VM uh6 efolder BDR Guide for Veeam Page 1 of 36 INTRODUCTION Thank you for choosing the efolder

More information

White Paper: Librestream Security Overview

White Paper: Librestream Security Overview White Paper: Librestream Security Overview TABLE OF CONTENTS 1 SECURITY OVERVIEW... 3 2 USE OF SECURE DATA CENTERS... 3 3 SECURITY MONITORING, INTERNAL TESTING AND ASSESSMENTS... 4 3.1 Penetration Testing

More information

Simple Storage Service (S3)

Simple Storage Service (S3) Simple Storage Service (S3) Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers. Amazon S3 provides a simple web services interface that can be used

More information

Quick Start - Virtual Server idataagent (Microsoft/Hyper-V)

Quick Start - Virtual Server idataagent (Microsoft/Hyper-V) Page 1 of 31 Quick Start - Virtual Server idataagent (Microsoft/Hyper-V) TABLE OF CONTENTS OVERVIEW Introduction Key Features Complete Virtual Machine Protection Granular Recovery of Virtual Machine Data

More information

NovaBACKUP Virtual Dashboard

NovaBACKUP Virtual Dashboard NovaBACKUP Virtual Dashboard User Manual NovaStor / April 2015 2015 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to

More information

Virtual Web Appliance Setup Guide

Virtual Web Appliance Setup Guide Virtual Web Appliance Setup Guide 2 Sophos Installing a Virtual Appliance Installing a Virtual Appliance This guide describes the procedures for installing a Virtual Web Appliance. If you are installing

More information

AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE

AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE Copyright This document is provided "as-is." Information and views expressed in this document, including

More information

Nasuni Management Console Guide

Nasuni Management Console Guide Nasuni Management Console Guide Version 5.5 April 2014 2014 Nasuni Corporation All Rights Reserved Document Information Nasuni Management Console Guide Version 5.5 April 2014 Copyright Copyright 2010-2014

More information

Gladinet Cloud Backup V3.0 User Guide

Gladinet Cloud Backup V3.0 User Guide Gladinet Cloud Backup V3.0 User Guide Foreword The Gladinet User Guide gives step-by-step instructions for end users. Revision History Gladinet User Guide Date Description Version 8/20/2010 Draft Gladinet

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide The Virtual Appliance includes the same powerful technology and simple Web based user interface found on the Barracuda Web Application Firewall hardware appliance. It is designed for easy deployment on

More information

ArCycle vmbackup. for VMware/Hyper-V. User Guide

ArCycle vmbackup. for VMware/Hyper-V. User Guide ArCycle vmbackup for VMware/Hyper-V User Guide 2 Copyright Copyright ArCycle Software, Ltd., 2011-2014. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,

More information

Understanding AWS Storage Options

Understanding AWS Storage Options Understanding AWS Storage Options Ian Massingham, Technical Evangelist @IanMmmm ianmas@amazon.com 30 April 2014 2014 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified,

More information

Evaluation of Multi-Hypervisor Management with HotLink SuperVISOR

Evaluation of Multi-Hypervisor Management with HotLink SuperVISOR White Paper White Paper Managing Public Cloud Computing in the Enterprise Evaluation of Multi-Hypervisor Management with HotLink SuperVISOR A Quick Start Guide By David Davis vexpert 1 Table of Contents

More information

EMC CLOUDARRAY PRODUCT DESCRIPTION GUIDE

EMC CLOUDARRAY PRODUCT DESCRIPTION GUIDE EMC CLOUDARRAY PRODUCT DESCRIPTION GUIDE INTRODUCTION IT organizations today grapple with two critical data storage challenges: the exponential growth of data and an increasing need to keep more data for

More information

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

1 Main components... 3

1 Main components... 3 Quick Start Guide Table of contents 1 Main components... 3 2 Supported operating systems and environments... 4 2.1 Acronis vmprotect 8 Windows Agent... 4 2.2 Acronis vmprotect 8 Virtual Appliance... 4

More information

Virtual Managment Appliance Setup Guide

Virtual Managment Appliance Setup Guide Virtual Managment Appliance Setup Guide 2 Sophos Installing a Virtual Appliance Installing a Virtual Appliance As an alternative to the hardware-based version of the Sophos Web Appliance, you can deploy

More information

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo, Inc. One Burlington Woods Drive Burlington, MA 01803 USA Phone: (781) 373---3540 www.vmturbo.com Table of Contents Introduction

More information

Innovative Cloud SAN Solutions. Product Overview Zero-Friction Enterprise Storage

Innovative Cloud SAN Solutions. Product Overview Zero-Friction Enterprise Storage Innovative Cloud SAN Solutions Product Overview Zero-Friction Enterprise Company Overview Innovator in enterprise-class cloud storage solutions Founded 2007, Natick, MA Venture-backed, led by Avalon Ventures

More information

Dell One Identity Cloud Access Manager 8.0 - How To Deploy Cloud Access Manager in a Virtual Private Cloud

Dell One Identity Cloud Access Manager 8.0 - How To Deploy Cloud Access Manager in a Virtual Private Cloud Dell One Identity Cloud Access Manager 8.0 - How To Deploy Cloud Access Manager in a Virtual Private Cloud February 2015 This guide describes how to deploy Dell One Identity Cloud Access Manager within

More information

TECHNICAL PAPER. Veeam Backup & Replication with Nimble Storage

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

More information

Introduction to VMware vsphere Data Protection TECHNICAL WHITE PAPER

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

More information

Symantec NetBackup OpenStorage Solutions Guide for Disk

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

More information

VMware vcenter Log Insight Getting Started Guide

VMware vcenter Log Insight Getting Started Guide VMware vcenter Log Insight Getting Started Guide vcenter Log Insight 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Symantec Endpoint Protection 11.0 Architecture, Sizing, and Performance Recommendations

Symantec Endpoint Protection 11.0 Architecture, Sizing, and Performance Recommendations Symantec Endpoint Protection 11.0 Architecture, Sizing, and Performance Recommendations Technical Product Management Team Endpoint Security Copyright 2007 All Rights Reserved Revision 6 Introduction This

More information

VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014

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

More information

Identikey Server Performance and Deployment Guide 3.1

Identikey Server Performance and Deployment Guide 3.1 Identikey Server Performance and Deployment Guide 3.1 Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is'

More information

MANAGED SERVICE PROVIDERS SOLUTION BRIEF

MANAGED SERVICE PROVIDERS SOLUTION BRIEF MANAGED SERVICE PROVIDERS SOLUTION BRIEF The Assured Recovery Services Platform The data protection world has drastically changed in the past few years. Protection and recovery of data and systems has

More information

PHD Virtual Backup for Hyper-V

PHD Virtual Backup for Hyper-V PHD Virtual Backup for Hyper-V version 7.0 Document Release Date: December 18, 2013 www.phdvirtual.com Legal Notices PHD Virtual Backup for Hyper-V version 7.0 Copyright 2005-2013 PHD Virtual Technologies,

More information

JovianDSS Evaluation and Product Training. Presentation updated: October 2015

JovianDSS Evaluation and Product Training. Presentation updated: October 2015 JovianDSS Evaluation and Product Training JovianDSS High Availability Cluster running in a virtual environment on VMware ESXi Step-by-Step Presentation updated: October 2015 www.open-e.com 1 The aim of

More information

BDR for ShadowProtect Solution Guide and Best Practices

BDR for ShadowProtect Solution Guide and Best Practices BDR for ShadowProtect Solution Guide and Best Practices Updated September 2015 - i - Table of Contents Process Overview... 3 1. Assess backup requirements... 4 2. Provision accounts... 4 3. Install ShadowProtect...

More information

VMware vsphere Data Protection 6.0

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

More information

Nasuni Filer Virtualization Getting Started Guide. Version 7.5 June 2016 Last modified: June 9, 2016 2016 Nasuni Corporation All Rights Reserved

Nasuni Filer Virtualization Getting Started Guide. Version 7.5 June 2016 Last modified: June 9, 2016 2016 Nasuni Corporation All Rights Reserved Nasuni Filer Virtualization Getting Started Guide Version 7.5 June 2016 Last modified: June 9, 2016 2016 Nasuni Corporation All Rights Reserved Document Information Nasuni Filer Virtualization Getting

More information

Bosch Video Management System High availability with VMware

Bosch Video Management System High availability with VMware Bosch Video Management System High availability with VMware en Technical Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 Restrictions 4 2 Overview 5 3

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

Symantec NetBackup 7.1 What s New and Version Comparison Matrix

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

More information

ReadyRECOVER. Reviewer s Guide. A joint backup solution between NETGEAR ReadyDATA and StorageCraft ShadowProtect

ReadyRECOVER. Reviewer s Guide. A joint backup solution between NETGEAR ReadyDATA and StorageCraft ShadowProtect ReadyRECOVER Reviewer s Guide A joint backup solution between NETGEAR ReadyDATA and StorageCraft ShadowProtect Table of Contents NETGEAR Contact Info... 3 Product Category... 3 Overview... 3 ReadyRECOVER...

More information

EMC AVAMAR INTEGRATION WITH EMC DATA DOMAIN SYSTEMS

EMC AVAMAR INTEGRATION WITH EMC DATA DOMAIN SYSTEMS EMC AVAMAR INTEGRATION WITH EMC DATA DOMAIN SYSTEMS A Detailed Review ABSTRACT This white paper highlights integration features implemented in EMC Avamar with EMC Data Domain deduplication storage systems

More information

Complete Data Protection & Disaster Recovery Solutions

Complete Data Protection & Disaster Recovery Solutions Complete Data Protection & Disaster Recovery Solutions Quadric Software 2015 We were looking at other solutions. Alike was the best with XenServer, and none of them had Alike s compression abilities. After

More information

Web Application Deployment in the Cloud Using Amazon Web Services From Infancy to Maturity

Web Application Deployment in the Cloud Using Amazon Web Services From Infancy to Maturity P3 InfoTech Solutions Pvt. Ltd http://www.p3infotech.in July 2013 Created by P3 InfoTech Solutions Pvt. Ltd., http://p3infotech.in 1 Web Application Deployment in the Cloud Using Amazon Web Services From

More information

Evaluation of Enterprise Data Protection using SEP Software

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

More information

Veeam Cloud Connect. Version 8.0. Administrator Guide

Veeam Cloud Connect. Version 8.0. Administrator Guide Veeam Cloud Connect Version 8.0 Administrator Guide April, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be

More information

VMware/Hyper-V Backup Plug-in User Guide

VMware/Hyper-V Backup Plug-in User Guide VMware/Hyper-V Backup Plug-in User Guide COPYRIGHT No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying,

More information

CA ARCserve Replication and High Availability Deployment Options for Hyper-V

CA ARCserve Replication and High Availability Deployment Options for Hyper-V Solution Brief: CA ARCserve R16.5 Complexity ate my budget CA ARCserve Replication and High Availability Deployment Options for Hyper-V Adding value to your Hyper-V environment Overview Server virtualization

More information

Installing and Configuring vcenter Multi-Hypervisor Manager

Installing and Configuring vcenter Multi-Hypervisor Manager Installing and Configuring vcenter Multi-Hypervisor Manager vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.1 This document supports the version of each product listed and supports all subsequent

More information

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

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

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

Activatiecode voor NovaBACKUP BUSINESS ESSENTIALS voor 1 Windows Server/Exchange/SQL,VMware/Hyper-V

Activatiecode voor NovaBACKUP BUSINESS ESSENTIALS voor 1 Windows Server/Exchange/SQL,VMware/Hyper-V Talen Korte omschrijving English Activatiecode voor NovaBACKUP BUSINESS ESSENTIALS voor 1 Windows Server/Exchange/SQL,VMware/Hyper-V Omschrijving NovaBACKUP Business Essentials 14.1 Backup Software for

More information

Spotlight Five Reasons to Backup to NAS

Spotlight Five Reasons to Backup to NAS Spotlight Five Reasons to Backup to NAS NovaStor Content Five Reasons to Backup to NAS... 3 Simple start to complex solutions... 3 Stop juggling with removable media... 3 Centralized backups... 4 Data

More information

HP + Veeam: Fast VMware Recovery from SAN Snapshots

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

More information

BEST PRACTICES GUIDE MICROSOFT HYPER-V. 1 July 2011 Revision 3

BEST PRACTICES GUIDE MICROSOFT HYPER-V. 1 July 2011 Revision 3 MICROSOFT HYPER-V 1 July 2011 Revision 3 Copyright StorageCraft Pty Ltd 2010-2011 This document may not, in whole or part, be copied, photocopied, reproduced, translated, reduced or transferred to any

More information

Vodacom Managed Hosted Backups

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

More information

Deployment Guide: Unidesk and Hyper- V

Deployment Guide: Unidesk and Hyper- V TECHNICAL WHITE PAPER Deployment Guide: Unidesk and Hyper- V This document provides a high level overview of Unidesk 3.x and Remote Desktop Services. It covers how Unidesk works, an architectural overview

More information

StarWind iscsi SAN Software: Implementation of Enhanced Data Protection Using StarWind Continuous Data Protection

StarWind iscsi SAN Software: Implementation of Enhanced Data Protection Using StarWind Continuous Data Protection StarWind iscsi SAN Software: Implementation of Enhanced Data Protection Using StarWind Continuous Data Protection www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright

More information

With Eversync s cloud data tiering, the customer can tier data protection as follows:

With Eversync s cloud data tiering, the customer can tier data protection as follows: APPLICATION NOTE: CLOUD DATA TIERING Eversync has developed a hybrid model for cloud-based data protection in which all of the elements of data protection are tiered between an on-premise appliance (software

More information

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

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

More information

NovaBACKUP Central Management Console

NovaBACKUP Central Management Console NovaBACKUP Central Management Console User Manual NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are

More information

Arcserve Cloud. Arcserve Cloud Getting Started Guide

Arcserve Cloud. Arcserve Cloud Getting Started Guide Arcserve Cloud Arcserve Cloud Getting Started Guide This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

Supported File Systems

Supported File Systems System Requirements VMware Infrastructure Platforms Hosts vsphere 5.x vsphere 4.x Infrastructure 3.5 (VI3.5) ESX(i) 5.x ESX(i) 4.x ESX(i) 3.5 vcenter Server 5.x (optional) vcenter Server 4.x (optional)

More information

13.1 Backup virtual machines running on VMware ESXi / ESX Server

13.1 Backup virtual machines running on VMware ESXi / ESX Server 13 Backup / Restore VMware Virtual Machines Tomahawk Pro This chapter describes how to backup and restore virtual machines running on VMware ESX, ESXi Server or VMware Server 2.0. 13.1 Backup virtual machines

More information

Acronis Backup & Recovery Online Advanced. User Guide

Acronis Backup & Recovery Online Advanced. User Guide Acronis Backup & Recovery Online Advanced User Guide Table of contents 1 Introduction to Acronis Backup & Recovery Online...4 1.1 What is Acronis Backup & Recovery Online?... 4 1.2 What data can I back

More information

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

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

More information

Service Level Agreement (SLA) Arcplace Backup Enterprise Service

Service Level Agreement (SLA) Arcplace Backup Enterprise Service (SLA) Arcplace Backup Enterprise Service 1. Introduction This Service Level Agreement ( SLA ) forms an integral part of the Agreement between Arcplace and Customer. This SLA describes the Backup Enterprise

More information

Unitrends Virtual Backup Installation Guide Version 8.0

Unitrends Virtual Backup Installation Guide Version 8.0 Unitrends Virtual Backup Installation Guide Version 8.0 Release June 2014 7 Technology Circle, Suite 100 Columbia, SC 29203 Phone: 803.454.0300 Contents Chapter 1 Getting Started... 1 Version 8 Architecture...

More information

Acronis Backup & Recovery Online Advanced. User Guide

Acronis Backup & Recovery Online Advanced. User Guide Acronis Backup & Recovery Online Advanced User Guide Table of contents 1 Introduction to Acronis Backup & Recovery Online...4 1.1 What is Acronis Backup & Recovery Online?... 4 1.2 What data can I back

More information

NovaBACKUP: VMware Plug-In

NovaBACKUP: VMware Plug-In NovaBACKUP: VMware Plug-In Nathan Fouarge / NovaStor / April 2012 2012 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

Best Practices Guide. Version 7.2. November 2015 Last modified: November 16, 2015 2015 Nasuni Corporation All Rights Reserved

Best Practices Guide. Version 7.2. November 2015 Last modified: November 16, 2015 2015 Nasuni Corporation All Rights Reserved Best Practices Guide Version 7.2 November 2015 Last modified: November 16, 2015 2015 Nasuni Corporation All Rights Reserved Document Information Best Practices Guide Version 7.2 November 2015 Copyright

More information

AWS Virtual Tape Library as storage for Bareos

AWS Virtual Tape Library as storage for Bareos AWS Virtual Tape Library as storage for Bareos The story behind the setup Legacy Bacula (5.2) installation Physical datacenter HP MSL 2024: 24 slots, 1 tape drive, autochanger MSL attached to the server,

More information

VX 9000E WiNG Express Manager INSTALLATION GUIDE

VX 9000E WiNG Express Manager INSTALLATION GUIDE VX 9000E WiNG Express Manager INSTALLATION GUIDE 2 VX 9000E WiNG Express Manager Service Information If you have a problem with your equipment, contact support for your region. Support and issue resolution

More information

Compatibility and Support Information Nasuni Corporation Natick, MA

Compatibility and Support Information Nasuni Corporation Natick, MA Information Nasuni Corporation Natick, MA Contents 1. Introduction... 1 2.... 1 2.1. Virtualization platforms... 1 3. Filers... 2 3.1. Filer properties... 2 3.2. Clients... 3 3.3. VSS... 7 3.4. Security...

More information

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V Installation Guide for Microsoft Hyper-V Egnyte Inc. 1890 N. Shoreline Blvd. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) www.egnyte.com 2013 by Egnyte Inc. All rights reserved. Revised

More information

RSA Authentication Manager 8.1 Setup and Configuration Guide. Revision 2

RSA Authentication Manager 8.1 Setup and Configuration Guide. Revision 2 RSA Authentication Manager 8.1 Setup and Configuration Guide Revision 2 Contact Information Go to the RSA corporate website for regional Customer Support telephone and fax numbers: www.emc.com/domains/rsa/index.htm

More information

German manufacturer of backup and restore software

German manufacturer of backup and restore software NovaBACKUP xsp NovaStor Who we are. German manufacturer of backup and restore software Owner-managed and profitable - on the market for over 20 years Offices in Germany, Switzerland and the USA Nearly

More information

Disk-to-Disk-to-Offsite Backups for SMBs with Retrospect

Disk-to-Disk-to-Offsite Backups for SMBs with Retrospect Disk-to-Disk-to-Offsite Backups for SMBs with Retrospect Abstract Retrospect backup and recovery software provides a quick, reliable, easy-to-manage disk-to-disk-to-offsite backup solution for SMBs. Use

More information

NetIQ Sentinel 7.0.1 Quick Start Guide

NetIQ Sentinel 7.0.1 Quick Start Guide NetIQ Sentinel 7.0.1 Quick Start Guide April 2012 Getting Started Use the following information to get Sentinel installed and running quickly. Meeting System Requirements on page 1 Installing Sentinel

More information

Ensuring Enterprise Data Security with Secure Mobile File Sharing.

Ensuring Enterprise Data Security with Secure Mobile File Sharing. A c c e l l i o n S e c u r i t y O v e r v i e w Ensuring Enterprise Data Security with Secure Mobile File Sharing. Accellion, Inc. Tel +1 650 485-4300 1804 Embarcadero Road Fax +1 650 485-4308 Suite

More information