Summary of Features. Backup, recovery and copy-data enhancements. Background

Size: px
Start display at page:

Download "Summary of Features. Backup, recovery and copy-data enhancements. Background"

Transcription

1 Summary of Features For Ignite Version 3.4: o Backup, recovery, and copy data enhancements. o Disaster recovery orchestration via REST API o VDI enhancements with Windows unattended install and configuration capabilities o Live resize of disks with Windows and Linux instances o Smart disk placement across federated storage pools o Pre and Post snapshot processing scripts Additional Feature Notes: o Software based encryption Backup, recovery and copy-data enhancements Background In IT, there are countless situations in which it is desirable to create copies of your production data: to perform tasks such as malware analysis, application development and test (dev/test), user acceptance testing (UAT), analytics, data protection, archiving and provisioning of new VM s. It is not uncommon to see 7-10 copies of production data in enterprises today. Unfortunately, traditional copies don t come for free. They consume significant storage, server and network resources, and valuable administrator time and energy. As a result, many IT shops make do with fewer, and less up-to-date copies than they really need. The problem is so significant that entire companies have been created to attack this problem of copy data management. Cloudistics cloning allows IT administrators to support many data protection and availability use cases directly within the Cloudistics platform, all from only one golden copy of your production data. The application consistent clones can be created in seconds, are space efficient and available for quick access while also being deduplicated and compressed for backup or long-term retention. Clones allows IT administrators to access a single, point-in-time copy of your primary data. The basic operation is Clone and Attach which allows a consistent copy to be made and immediately attached to a new application that needs that copy. Clones may also be deleted once their need is over. A common use case for clones is malware analysis in a VDI environment. By using the Cloudistics API, active VM s disks can be cloned and attached to a VM with malware software installed that does scanning for vulnerabilities. The clone can then be deleted. This is accomplished during normal business operations and without disrupting the production VM. 1

2 Using Clone and Attach We added the ability to clone an individual disk (vdisk) in a snapshot and to permanently attach it to any application instance on the same virtual datacenter and storage pool as the snapshot. Attaching a vdisk to an instance from its own snapshot Method 1: 1. Select Add vdisk from the Actions drop-down menu or click Add vdisk in the Storage section of the instance's Profile page. 2. Click Add vdisk clone. 3. Select the snapshot and vdisk you wish to clone and attach to this instance. 4. Click Clone and Attach to Instance. Method 2: 1. On the instance's Local Snapshots page, click... beside the snapshot and click View vdisks. 2. Click... beside the vdisk you wish to clone and select Clone and attach to this instance. 3. Click Clone and Attach to this Instance. Attaching a vdisk to an instance from another instance's snapshot 1. On the instance's Local Snapshots or Disaster Recovery page, click... beside the snapshot and click View vdisks. 2. Click... beside the vdisk you wish to clone and select Clone and attach to. 3. Select the instance you wish to attach the vdisk to, and click Clone and Attach to Instance. After adding the disk in Windows 1. In the instance's console, open Disk Management 2. Right-click on the newly added disk and select Online. After adding the disk in Linux In this example, the new, clone disk is /dev/sdb with partition /dev/sdb1, which has an ext4 filesystem. 1. In the instance's console, run lsblk to verify the new, clone disk shows up. 2. Create a mount point: mkdir /disk1 3. Mount the clone disk to the mount point: mount /dev/sdb1 /disk1 4. Edit fstab so the new drive automatically mounts to /disk1 on reboot: o vi /etc/fstab o Enter ESC and type i to edit the file. o Add a line: /dev/sdb1 /disk1 ext4 defaults 1 2 o Enter :wq to write the changes and save the file. 2

3 The KB article is also updated on ZenDesk ( REST API support for Clone and Attach All Cloudistics REST APIs are documented in Github. The Clone and Attach Disk API call fully supports the functionality referenced above. The process for using the Clone and Attach Disk API call is to: Obtain the UUID of the application / Virtual Machine you want to attach a disk clone to; this will be used in the REST end-point URL: Example Call curl -H "Authorization: Bearer [YOUR TOKEN]" \ -G \ -d 'limit-count=10' Example Results "uuid": "e696855c-186f-4c2a-a bef3f", "name": "CentOS 7.5 Application", "description": "This application was created from a CentOS template.", "vcpus": 4, "memory": , "categoryuuid": "a55bb4da-7cad-40cb-95e0-37db93c7aa5e", "tags": [ "uuid": "fa527c e5-afcb-4b181b8e39aa" } ], "datacenteruuid": "101552a2-e a-a1cd-a11e5cb1e06e", Obtain the UUID of the disk snapshot you wish to attach to this VM. In the example below, we are querying the snapshots of the same VM we wish to attach to, and the result is a single snapshot of two disks: Example Call curl -H "Authorization: Bearer [YOUR TOKEN]" \ -G \ -d 'limit-count=10' Example Results [ "uuid":"b576c8de-c70f-46d9-9a b2f788", "name":"snapshot One", 3

4 "createdtimestamp":" 't'12:00:00", "size": , "type":"local", "generated":"manual", "disasterrecovery": "transferstatus":"transferring", "transferpercentage":50 }, "bootorder":[ "diskuuid":"1b35fadb-7c63-46a df2a4f34918", "name":"disk 1", "order":1 }, "vnicuuid":"bf6199ea-a94b-4768-b24d-8994bf9bdf88", "name":"vnic 0", "order":2 }, "diskuuid":"694c1484-ced bcb3-a302ffb45f12", "name":"disk 2", "order":3 } ] } ] Clone the snapshot s disks individually as so: Example Call curl -H "Authorization: Bearer [YOUR TOKEN]" \ -H "Content-Type: application/json" \ -X PUT \ -d '"uuid": "8292f853-1c47-41ac-941c-b8fad35e8497"}' Example Results "actionuuid": "71011d4e-a4f7-4ab1-95e0-9e8986fb3f2c", "objectuuid": e696855c-186f-4c2a-a bef3f" } 4

5 Disaster recovery orchestration via REST API The Cloudistics REST API now provides API control for automation, batching, and sequencing capabilities for large-scale deployment of applications and managing a virtual networking infrastructure. Customers can execute fine-grained disaster recovery plans to match their business needs. REST API support for Disaster Recovery Automation Create, update, and delete Vnets. This allows customers, in the event of a disaster, to programmatically recreate existing Vnets on the disaster recovery site. Create an application instance from a snapshot. This allows customers to launch a new application instance from the latest available snapshot of an application. Our solutions team will offer code examples upon request. Please contact support for more information. VDI enhancements with Windows unattended install and configuration capabilities Cloudistics added the capability to do unattended installation and configuration of Windows instances. Application administrators are able to specify a sysprep answer file for creating and configuring Windows instances. An answer file allows administrators to automatically preconfigure instance settings such as joining Active Directory groups and accepting the EULA during creation and boot time for a fully unattended install. The steps are as follows: Create a gold master Windows 2016 Remote FX/RDSH instance. Create a template from that instance. During the template creation process: o Inject a sysprep answer file with settings for unattended install. Bulk deploy instances from that template. The answer file will be part of each instance. Resize storage disk attached to a running Windows instance In this release, we added the capability to hot-expand a disk attached to a Windows instance. Using Resize Disk How to resizing a disk which supports both Linux and Windows instances. 1. On the application instance's Profile page, click beside the vdisk you want to resize and click Edit Size. 2. Enter the new size of the disk. The new size must be larger than the current size. 3. Click Save. 5

6 On Windows a. Console into the Windows instance. b. Open Disk Management. The disk that was resized will show Unallocated space. c. To create a new volume in the Unallocated space: i. Right-click on the Unallocated space and select New Simple Volume. ii. Click Next and enter the volume size iii. Click Next and assign a drive letter to the new volume. iv. Click Next, select formatting options and assign a volume label. v. Click Next and Finish. d. To extend the current volume into the Unallocated space: i. Right-click on the volume and select Extend Volume. ii. Click Next and enter the amount of space to add to the volume. iii. Click Next and Finish. After resizing disk on Linux 1. Console into the Linux instance. 2. To create a new, ext4 partition /dev/sdb2 on disk /dev/sdb: 1. Check how many drives are installed: fdisk -l grep '^Disk' 2. Add a partition to the disk: fdisk /dev/sdb Type p to use the partitioner, n to create a new partition, and select your preferred settings when prompted. Type w to save the partition. 3. Format the disk: mkfs.ext4 /dev/sdb2 4. Create a mount point and mount the partition: mkdir /disk2 mount /dev/sdb2 /disk2 5. Edit fstab so the new partition automatically mounts to /disk2 on reboot: vi /etc/fstab Enter ESC and type i to edit the file. Add a line: /dev/sdb2 /disk2 ext4 defaults 1 2 Enter :wq to write the changes and save the file. 3. To expand an existing, ext4 partition /dev/sdc1 on disk /dev/sdc that's mounted to /disk3: 1. Unmount the partition: umount /disk3 2. Expand the partition by deleting and recreating it without deleting the data: fdisk /dev/sdc Print the current partitions: p Delete the partition: d If multiple partitions are present, select the desired partition when prompted Recreate the partition: Type p to use the partitioner, n to create a new partition, and select your preferred settings when prompted. Type w to save the partition. 3. Expand the ext4 filesystem: resize2fs /dev/sdc1 6

7 These instructions have also been added to the KB: Additional Enhancements Storage enhancements with smart disk placement In this version we optimized storage utilization of storage pools with smart placement of an application instance's disks on multiple storage blocks when storage pools are federated, and capacity is available. This smart placement ensures that storage is utilized across blocks more efficiently. There are two options, it is important to understand the implications of each before implementing. 1. If the new disk is part of a VM template which has already been instantiated, then it is possible to use that same storage unit and create a clone of the disk. This is the quickest approach and requires the least amount of resources. However if the storage unit is using over 80% of its physical capacity, follow Item 2 below. 2. Determine the storage unit with the lowest Overallocation Exposure Factor (OEF). OEF is calculated as follows: OEF = Ratio of allocated virtual capacity (i.e. sum total of allocations of all disks on the storage block) to actual used physical capacity. This method favors spreading allocations across blocks as evenly as possible. If the Storage Unit with the lowest OEF is using over 80% of its physical capacity, utilize the Storage Unit with the next highest OEF or skip placement if there are none available. Added snapshot pre and post processing scripts In this version we added the ability for users to specify pre- and post- snapshot scripts that can be invoked in an application instance whenever a snapshot is taken. We also added the ability to specify a custom time interval for fine-grained specification of auto-snapshot policies. One use case for this feature is to ensure the effective backup of databases, such as flushing I/O caches and placing Oracle tablespaces into hot backup mode, and then taking the database out of backup mode after the snapshot is created. 7

8 Other Feature Notes Software Encryption Beginning with version 3.2 we use a hardware accelerated FIPS certified software encryption engine and don t require SED drives, reducing flash drive costs. Since our software encryption engine is hardware accelerated by specialized encryption/decryption instructions, there is no performance penalty. Our implementation interfaces to external key managers - SafeNet and Vormetric - over KMIP to support special encryption use cases. Please see the online user guide: or contact support for more information. Bug Fixes When accessing a share (import VM, create application from installer), the guidance message to the user "The share must be accessible by the storage controllers' Virtual IP", now includes the virtual IP in the message. The link labeled "Learn more about instance modes" at the bottom of the page when creating an instance has been corrected. Vnet creation is no longer prevented when a template description is NULL Stat file size no longer causes storage controller connection failures to the Ignite cloud controller. For customers who do not have Ignite SDN routers on UPS power, the SDN router no longer enters a reboot loop when trying to recover from a loss of power. The Cloudistics API now responds with JSON instead of HTML to GET migration-zones calls. The intermittent issue where importing template would fail after timeout - due to an image conversion failure - has been fixed. When creating a new virtual network with Virtual Networking mode, the Virtual Network select box is no longer empty. A syntax error no longer occurs when importing a VM from a directory with a parenthesis in its name. A small memory leak in the Cloudistics hypervisor kernel has been repaired. Known Limitations Compute block statistics will not be collected for applications running in compatibility mode. Restarting a controller service may sometimes result in the service not reconnecting to management. The workaround is to log onto the machine, stop the service, wait two minutes, and start the service again. In rare cases related to timing, a duplicate application template request may fail to be completed and take up to 24 hours to be canceled due to time-to-live request constraints. On Windows 10 applications in a Vnet, manual DHCP renewal may fail (ipconfig \renew). The workaround is to first release (ipconfig \release) and then (ipconfig \renew). 8

Cloudistics On-premises Cloud Platform

Cloudistics On-premises Cloud Platform Cloudistics On-premises Cloud Platform User Guide V3.5 Copyright 2013-2018 Cloudistics, Inc. All rights reserved. Last updated: March 2018 Contents Getting started... 13 Welcome to Cloudistics... 13 Getting

More information

SUREedge DR Installation Guide for Windows Hyper-V

SUREedge DR Installation Guide for Windows Hyper-V SUREedge DR Installation Guide for Windows Hyper-V Contents 1. Introduction... 2 1.1 SUREedge DR Deployment Scenarios... 2 1.2 Installation Overview... 3 2. Obtaining SUREedge Software and Documentation...

More information

IBM Spectrum Protect Plus Version Installation and User's Guide IBM

IBM Spectrum Protect Plus Version Installation and User's Guide IBM IBM Spectrum Protect Plus Version 10.1.1 Installation and User's Guide IBM Note: Before you use this information and the product it supports, read the information in Notices on page 119. Third edition

More information

VMware Mirage Getting Started Guide

VMware Mirage Getting Started Guide Mirage 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Guide. Cloudistics Ignite: Setup and Configuration Guide

Guide. Cloudistics Ignite: Setup and Configuration Guide Guide Cloudistics Ignite: Setup and Configuration Guide Contents Introduction... 3 Step 1: Configure Ignite Uplink Network... 4 1.1 Console into each Ignite SDN Router... 4 1.2 Configure the IP address(es)

More information

REFERENCE ARCHITECTURE. Rubrik and Nutanix

REFERENCE ARCHITECTURE. Rubrik and Nutanix REFERENCE ARCHITECTURE Rubrik and Nutanix TABLE OF CONTENTS INTRODUCTION - RUBRIK...3 INTRODUCTION - NUTANIX...3 AUDIENCE... 4 INTEGRATION OVERVIEW... 4 ARCHITECTURE OVERVIEW...5 Nutanix Snapshots...6

More information

OPS235. Linux File Systems Partitioning Mounting File Systems

OPS235. Linux File Systems Partitioning Mounting File Systems OPS235 Linux File Systems Partitioning Mounting File Systems 1 Lab 4 Part 1 Topics Linux File Systems (ext2 / ext3 / ext4) Linux Partitioning / Formatting Mounting Linux File Systems 2 Linux File Systems

More information

v5: How to restore a backup image

v5: How to restore a backup image This article describes how to restore a backup image Restoring a backup image is very simple using Macrium Reflect. If the image contains only data, it is a matter of restoring it back to its original

More information

Zadara Enterprise Storage in

Zadara Enterprise Storage in Zadara Enterprise Storage in Google Cloud Platform (GCP) Deployment Guide March 2017 Revision A 2011 2017 ZADARA Storage, Inc. All rights reserved. Zadara Storage / GCP - Deployment Guide Page 1 Contents

More information

Ellipse Support. Contents

Ellipse Support. Contents Ellipse Support Ellipse Support Contents Ellipse Support 2 Commercial In Confidence 3 Preface 4 Mission 5 Scope 5 Introduction 6 What do you need to know about tuning and configuration? 6 How does a customer

More information

VMware vsphere 5.5 Professional Bootcamp

VMware vsphere 5.5 Professional Bootcamp VMware vsphere 5.5 Professional Bootcamp Course Overview Course Objectives Cont. VMware vsphere 5.5 Professional Bootcamp is our most popular proprietary 5 Day course with more hands-on labs (100+) and

More information

Unless otherwise noted, all references to STRM refer to STRM, STRM Log Manager, and STRM Network Anomaly Detection.

Unless otherwise noted, all references to STRM refer to STRM, STRM Log Manager, and STRM Network Anomaly Detection. TECHNICAL CONFIGURING iscsi AUGUST 2012 You can use a iscsi storage network in your STRM deployment. This document provides information on configuring and using iscsi devices with your deployment. Unless

More information

Intel Cache Acceleration Software (Intel CAS) for Linux* v2.8 (GA)

Intel Cache Acceleration Software (Intel CAS) for Linux* v2.8 (GA) Intel Cache Acceleration Software (Intel CAS) for Linux* v2.8 (GA) Quick Start Guide August 2015 Revision 001 Order Number: 332551-001US Intel may make changes to specifications and product descriptions

More information

On-Premises Cloud Platform. Bringing the public cloud, on-premises

On-Premises Cloud Platform. Bringing the public cloud, on-premises On-Premises Cloud Platform Bringing the public cloud, on-premises How Cloudistics came to be 2 Cloudistics On-Premises Cloud Platform Complete Cloud Platform Simple Management Application Specific Flexibility

More information

VMware Overview VMware Infrastructure 3: Install and Configure Rev C Copyright 2007 VMware, Inc. All rights reserved.

VMware Overview VMware Infrastructure 3: Install and Configure Rev C Copyright 2007 VMware, Inc. All rights reserved. VMware Overview Kontakt: jens.soeldner@netlogix.de 1-1 You Are Here Virtual Infrastructure VMware Overview ESX Server Installation ESX Server Installation Networking Networking Storage Storage ESX Server

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version Patch D Release Notes. Revised July 02, :15 pm Pacific

Citrix CloudPlatform (powered by Apache CloudStack) Version Patch D Release Notes. Revised July 02, :15 pm Pacific Citrix CloudPlatform (powered by Apache CloudStack) Version 3.0.5 Patch D Release Notes Revised July 02, 2014 10:15 pm Pacific Citrix CloudPlatform (powered by Apache CloudStack) Version 3.0.5 Patch D

More information

Adding a block devices and extending file systems in Linux environments

Adding a block devices and extending file systems in Linux environments Adding a block devices and extending file systems in Linux environments In this exercise we simulate situation where user files partition /home fills up and needs to be extended. Also we migrate from static

More information

XenServer Release Notes

XenServer Release Notes Version 5.5.0 Published June 2009 1.0 Edition About this document XenServer Release Notes This document provides important information about the XenServer 5.5.0 Release. Release notes specific to the supported

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

Oracle VM Template for MySQL Enterprise Edition =========================================================================== ===

Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Note: * This is first release of MySQL in a Template delivery for installation

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

Elevate the Conversation: Put IT Resilience into Practice for Cloud Service Providers

Elevate the Conversation: Put IT Resilience into Practice for Cloud Service Providers Elevate the Conversation: Put IT Resilience into Practice for Cloud Service Providers Don Wales, VP, Global Cloud Sales Mariah West, Director, Global Marketing Programs & Operations IT Resilience Protect

More information

Oracle Cloud IaaS: Compute and Storage Fundamentals

Oracle Cloud IaaS: Compute and Storage Fundamentals Oracle University Contact Us: 1.800.529.0165 Oracle Cloud IaaS: Compute and Storage Fundamentals Duration: 3 Days What you will learn This Oracle Cloud IaaS: Compute and Storage Fundamentals training gives

More information

Citrix Connector Citrix Systems, Inc. All rights reserved. p.1. About this release. System requirements. Technical overview.

Citrix Connector Citrix Systems, Inc. All rights reserved. p.1. About this release. System requirements. Technical overview. Citrix Connector 3.1 May 02, 2016 About this release System requirements Technical overview Plan Install Citrix Connector Upgrade Create applications Deploy applications to machine catalogs Publish applications

More information

Disaster Recovery Workflow

Disaster Recovery Workflow CHAPTER 4 InMage CDP starts with the FX/VX agent, also known as "DataTap," which is used to monitor all writes to disk. A small amount of memory on the source machine is reserved by the DataTap (250MB).

More information

StorageGRID Webscale 10.3 Maintenance Guide for OpenStack Deployments

StorageGRID Webscale 10.3 Maintenance Guide for OpenStack Deployments StorageGRID Webscale 10.3 Maintenance Guide for OpenStack Deployments September 2016 215-10820-A0 doccomments@netapp.com Table of Contents 3 Contents Maintain your StorageGRID Webscale system... 6 Checking

More information

Deploy a Barracuda Backup Virtual Appliance

Deploy a Barracuda Backup Virtual Appliance Deploy a Virtual Appliance https://campus.barracuda.com/doc/78155552/ The following sections walk you through the process of deploying a Virtual (Vx) appliance. System Platform Requirements Barracuda provides

More information

CMB-207-1I Citrix Desktop Virtualization Fast Track

CMB-207-1I Citrix Desktop Virtualization Fast Track Page1 CMB-207-1I Citrix Desktop Virtualization Fast Track This fast-paced course covers select content from training courses CXA-206: Citrix XenApp 6.5 Administration and CXD-202: Citrix XenDesktop 5 Administration

More information

XenServer Demo/Evaluation System

XenServer Demo/Evaluation System 1 XenServer Demo/Evaluation System Technical Setup Guide December 2009 2 Overview This document describes the implementation of a simple demonstration and evaluation environment for Citrix XenServer. The

More information

BT Cloud Compute. Adding a Volume to an existing VM running Linux. The power to build your own cloud solutions to serve your specific business needs

BT Cloud Compute. Adding a Volume to an existing VM running Linux. The power to build your own cloud solutions to serve your specific business needs Adding a Volume to an existing VM running Linux BT Cloud Compute The power to build your own cloud solutions to serve your specific business needs Issue 3 Introduction This guide has been designed to walk

More information

Farstone TotalDeploy User Guide

Farstone TotalDeploy User Guide Farstone TotalDeploy User Guide 1 Introduction to TotalDeploy...3 1.1 Overview...3 1.1.1 What is TotalDeploy...3 1.1.2 Who needs TotalDeploy?...3 1.1.3 TotalDeploy infrastructure...3 1.2 What you can do

More information

HyperFlex. Simplifying your Data Center. Steffen Hellwig Data Center Systems Engineer June 2016

HyperFlex. Simplifying your Data Center. Steffen Hellwig Data Center Systems Engineer June 2016 HyperFlex Simplifying your Data Center Steffen Hellwig Data Center Systems Engineer June 2016 Key Challenges You Face Business Speed Operational Simplicity Cloud Expectations APPS Hyperconvergence First

More information

Hedvig as backup target for Veeam

Hedvig as backup target for Veeam Hedvig as backup target for Veeam Solution Whitepaper Version 1.0 April 2018 Table of contents Executive overview... 3 Introduction... 3 Solution components... 4 Hedvig... 4 Hedvig Virtual Disk (vdisk)...

More information

Changing user login password on templates

Changing user login password on templates Changing user login password on templates 1. Attach an ISO via the cloudstack interface and boot the VM to rescue mode. Click on attach iso icon highlighted below: A popup window appears from which select

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

Getting Started with the Deployment Console and Deploying the Clients Per PXE Network Booting using their MAC address. Quick Guide

Getting Started with the Deployment Console and Deploying the Clients Per PXE Network Booting using their MAC address. Quick Guide Getting Started with the Deployment Console and Deploying the Clients Per PXE Network Booting using their MAC address Quick Guide Deployment Manager 2 Quick Guide 1 Introduction...3 1.1 Installing the

More information

TECHNICAL REPORT. Design Considerations for Using Nimble Storage with OpenStack

TECHNICAL REPORT. Design Considerations for Using Nimble Storage with OpenStack TECHNICAL REPORT Design Considerations for Using Nimble Storage with OpenStack Contents OpenStack Introduction... 3 Cloud Definition... 3 OpenStack Services... 4 Nimble Storage Value in OpenStack... 5

More information

Automated Deployment Services

Automated Deployment Services Building Out the Enterprise Using Automated Deployment Services Automated Deployment Services (ADS), a component of the Microsoft Windows Server 2003 operating system, includes a new set of imaging tools

More information

Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7

Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7 Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7 Disclaimer: I haven t gone through RHCSA/RHCE EL 7. I am preparing for upgrade of my RHCE certificate from RHCE EL4 to RHCE EL7. I don

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

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information

SUREedge Migrator Installation Guide for Amazon AWS

SUREedge Migrator Installation Guide for Amazon AWS SUREedge Migrator Installation Guide for Amazon AWS Contents 1. Introduction... 3 1.1 SUREedge Migrator Deployment Scenarios... 3 1.2 Installation Overview... 4 2. Obtaining Software and Documentation...

More information

Oracle VM Server Recovery Guide. Version 8.2

Oracle VM Server Recovery Guide. Version 8.2 Oracle VM Server Recovery Guide Version 8.2 Oracle VM Server for x86 Recovery Guide The purpose of this document is to provide the steps necessary to perform system recovery of an Oracle VM Server for

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions OD20533C; On-Demand, Video-based Course Description This course is intended for IT professionals who are familiar with managing on-premises IT deployments

More information

Virtual Data Center (vdc) Manual

Virtual Data Center (vdc) Manual Virtual Data Center (vdc) Manual English Version 1.0 Page 1 of 43 Content 1 HOW TO USE CLOUD PORTAL (VMWARE VIRTUAL DATA CENTER)... 3 2 VMWARE SYSTEM DETAILS... 5 3 HOW TO MANAGE VIRTUAL MACHINE... 6 Edit

More information

QuickSpecs. HP Integrated Citrix XenServer. Overview. Retired

QuickSpecs. HP Integrated Citrix XenServer. Overview. Retired Overview Citrix XenServer, HP Select Edition: Citrix XenServer is the only enterprise-class, cloud-proven virtualization infrastructure solution that delivers the critical features of live migration and

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Restoring the Server to Bare Metal

Restoring the Server to Bare Metal Restoring the Server to Bare Metal Figure 19 below shows a virtual machine named Bare Metal System. As you can see, when we try to boot the system the boot fails because there is no operating system installed

More information

Modernize Your Backup and DR Using Actifio in AWS

Modernize Your Backup and DR Using Actifio in AWS FOR AWS Modernize Your Backup and DR Using Actifio in AWS 150105H FOR AWS Modernize Your Backup and DR Using Actifio in AWS What is Actifio? Actifio virtualizes the data that s the lifeblood of business.

More information

Citrix Connector 7.5 for Configuration Manager. Using Provisioning Services with Citrix Connector 7.5 for Configuration Manager

Citrix Connector 7.5 for Configuration Manager. Using Provisioning Services with Citrix Connector 7.5 for Configuration Manager Citrix Connector 7.5 for Configuration Manager Using Provisioning Services with Citrix Connector 7.5 for Configuration Manager Prepared by: Subbareddy Dega and Kathy Paxton Commissioning Editor: Kathy

More information

1z0-337 oracle. Number: 1z0-337 Passing Score: 800 Time Limit: 120 min.

1z0-337 oracle. Number: 1z0-337 Passing Score: 800 Time Limit: 120 min. 1z0-337 oracle Number: 1z0-337 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 Which three steps should be completed in order to get started with Oracle Storage Cloud Service? A. Associate a permanent

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Installation Guide Applies to the following editions: Update 2 Advanced Server Server for Windows Virtual Edition Server for Linux Advanced Server SBS Edition Workstation

More information

Installation runbook for Hedvig + Cinder Driver

Installation runbook for Hedvig + Cinder Driver Installation runbook for Hedvig + Cinder Driver Partner Name: Product Name: Product Version: Hedvig Inc. Hedvig Distributed Storage Platform V-1.0.0 MOS Version: Kilo on Ubuntu 14.04 (2015.1.0-7.0) OpenStack

More information

Jumpstart your Production OpenStack Deployment with

Jumpstart your Production OpenStack Deployment with Jumpstart your Production OpenStack Deployment with Dave Cain Wednesday April 27 th, 2016 11:50am-12:30pm CST 1 About me Dave Cain 12+ years working on IT in datacenters B.S. Computer Science @ NC State

More information

App Orchestration 2.5. Upgrading Session Machine Catalogs in App Orchestration 2.5. Prepared by: Mohit Menghnani Last Updated: July 25, 2014

App Orchestration 2.5. Upgrading Session Machine Catalogs in App Orchestration 2.5. Prepared by: Mohit Menghnani Last Updated: July 25, 2014 App Orchestration 2.5 Upgrading Session Machine Catalogs in App Orchestration 2.5 Prepared by: Mohit Menghnani Last Updated: July 25, 2014 Page 1 Contents Introduction... 4 Version upgrade methods... 4

More information

NexentaStor VVOL

NexentaStor VVOL NexentaStor 5.1.1 VVOL Admin Guide Date: January, 2018 Software Version: NexentaStor 5.1.1 VVOL Part Number: 3000-VVOL-5.1.1-000065-A Table of Contents Preface... 3 Intended Audience 3 References 3 Document

More information

COURSE OUTLINE IT TRAINING

COURSE OUTLINE IT TRAINING CMB-207-1I Citrix XenApp and XenDesktop Fast Track Duration: 5 days Overview: This fast-paced course covers select content from training courses CXA-206 and CXD- 202 and provides the foundation necessary

More information

What s New with VMware vcloud Director 8.0

What s New with VMware vcloud Director 8.0 Feature Overview TECHNICAL WHITE PAPER Table of Contents What s New with VMware....3 Support for vsphere 6.0 and NSX 6.1.4....4 VMware vsphere 6.0 Support...4 VMware NSX 6.1.4 Support....4 Organization

More information

Exam : Implementing a Cloud Based Infrastructure

Exam : Implementing a Cloud Based Infrastructure Exam 70-414: Implementing a Cloud Based Infrastructure Course Overview This course teaches students about creating the virtualization infrastructure, planning and deploying virtual machines, monitoring,

More information

VMware Mirage Getting Started Guide

VMware Mirage Getting Started Guide Mirage 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

EDB Ark. Getting Started Guide. Version 3.0

EDB Ark. Getting Started Guide. Version 3.0 EDB Ark Getting Started Guide Version 3.0 April 19, 2018 , Version 3.0 by EnterpriseDB Corporation Copyright 2018 EnterpriseDB Corporation. All rights reserved. EnterpriseDB Corporation, 34 Crosby Drive,

More information

1Y0-A26 Citrix XenServer 6.0 Practice Exam

1Y0-A26 Citrix XenServer 6.0 Practice Exam 1Y0-A26 Citrix XenServer 6.0 Practice Exam Section 1: Implementing XenServer 1.1 Specific Task: Configure boot storage from SAN Objective: Given a scenario, determine how to configure options on the XenServer

More information

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5 vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Infoblox Trinzic V-x25 Series Appliances for AWS

Infoblox Trinzic V-x25 Series Appliances for AWS DEPLOYMENT GUIDE Infoblox Trinzic V-x25 Series Appliances for AWS NIOS version 8.2 Oct. 2017 2017 Infoblox Inc. All rights reserved. Infoblox Trinzic TE-Vx25 Deployment Guide October 2017 Page 1 of 29

More information

OpenNebula on VMware: Cloud Reference Architecture

OpenNebula on VMware: Cloud Reference Architecture OpenNebula on VMware: Cloud Reference Architecture Version 1.2, October 2016 Abstract The OpenNebula Cloud Reference Architecture is a blueprint to guide IT architects, consultants, administrators and

More information

Acronis Backup Advanced Version 11.5 Update 6

Acronis Backup Advanced Version 11.5 Update 6 Acronis Backup Advanced Version 11.5 Update 6 APPLIES TO THE FOLLOWING PRODUCTS Advanced for Windows Server Advanced for Linux Server Advanced for PC Advanced for VMware / Hyper-V / RHEV / Citrix XenServer

More information

Securing the Data Center against

Securing the Data Center against Securing the Data Center against vulnerabilities & Data Protection Agenda Virtual Virtualization Technology How Virtualization affects the Datacenter Security Keys to a Secure Virtualized Deployment and

More information

Horizon Console Administration. 13 DEC 2018 VMware Horizon 7 7.7

Horizon Console Administration. 13 DEC 2018 VMware Horizon 7 7.7 Horizon Console Administration 13 DEC 2018 VMware Horizon 7 7.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

Physical-to-Virtual Migration with Portlock Storage Manager

Physical-to-Virtual Migration with Portlock Storage Manager PO RTL OC K Physical-to-Virtual Migration with Portlock Storage Manager Table of Contents Introduction... 3 About this Document... 3 About the Reader... 3 About Portlock Storage Manager and the Portlock

More information

UUID and R1Soft. What is a UUID and what is it used for?

UUID and R1Soft. What is a UUID and what is it used for? UUID and R1Soft What is a UUID and what is it used for? A Universally Unique Identifier (UUID) is a 36-digit code that is used to identify or label something. For the purposes of this article, we will

More information

VMware vsphere with ESX 6 and vcenter 6

VMware vsphere with ESX 6 and vcenter 6 VMware vsphere with ESX 6 and vcenter 6 Course VM-06 5 Days Instructor-led, Hands-on Course Description This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere

More information

Hyper-Convergence De-mystified. Francis O Haire Group Technology Director

Hyper-Convergence De-mystified. Francis O Haire Group Technology Director Hyper-Convergence De-mystified Francis O Haire Group Technology Director The Cloud Era Is Well Underway Rapid Time to Market I deployed my application in five minutes. Fractional IT Consumption I use and

More information

REDCENTRIC VSPHERE AGENT VERSION

REDCENTRIC VSPHERE AGENT VERSION REDCENTRIC VSPHERE AGENT VERSION 7.36.5686 RELEASE NOTES, MAY 17, 2016 vsphere Agent Version 7.36.5686 Release Notes, May 17, 2016 Contents 1 OVERVIEW 1.1 Release History 1.2 Supported Platforms/VMware

More information

Administering vrealize Log Insight. April 12, 2018 vrealize Log Insight 4.6

Administering vrealize Log Insight. April 12, 2018 vrealize Log Insight 4.6 Administering vrealize Log Insight April 12, 2018 4.6 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

Administering vrealize Log Insight. September 20, 2018 vrealize Log Insight 4.7

Administering vrealize Log Insight. September 20, 2018 vrealize Log Insight 4.7 Administering vrealize Log Insight September 20, 2018 4.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

DESS. User Guide. Issue 06 Date HUAWEI TECHNOLOGIES CO., LTD.

DESS. User Guide. Issue 06 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 06 Date 2018-12-20 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

USING NGC WITH AZURE. DU _v01 September Setup Guide

USING NGC WITH AZURE. DU _v01 September Setup Guide USING NGC WITH AZURE DU-08833-001 _v01 September 2018 Setup Guide TABLE OF CONTENTS Chapter Introduction to... 1 Chapter 2. Before You Start... 2 2. Prerequisites... 2 2.2. Setting Up SSH Keys...3 2.3.

More information

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer Summary This document outlines the process to perform the following tasks. 1. Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer.

More information

VMware vfabric Data Director 2.5 EVALUATION GUIDE

VMware vfabric Data Director 2.5 EVALUATION GUIDE VMware vfabric Data Director 2.5 EVALUATION GUIDE Introduction... 2 Pre- requisites for completing the basic and advanced scenarios... 3 Basic Scenarios... 4 Install Data Director using Express Install...

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Revised January 30, 2015 06:00 pm IST Citrix CloudPlatform Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5

More information

Chapter 10 Protecting Virtual Environments

Chapter 10 Protecting Virtual Environments Chapter 10 Protecting Virtual Environments 164 - Protecting Virtual Environments As more datacenters move to virtualize their environments and the number of virtual machines and the physical hosts they

More information

Countering ransomware with HPE data protection solutions

Countering ransomware with HPE data protection solutions Countering ransomware with HPE data protection solutions What is ransomware? Definition Malware that prevents or limits users from accessing their system by: Locking the system s screen Encrypting files

More information

Amazon AWS-Solution-Architect-Associate Exam

Amazon AWS-Solution-Architect-Associate Exam Volume: 858 Questions Question: 1 You are trying to launch an EC2 instance, however the instance seems to go into a terminated status immediately. What would probably not be a reason that this is happening?

More information

SysadminSG RHCSA Study Guide

SysadminSG RHCSA Study Guide SysadminSG RHCSA Study Guide This is the RHCSA Study Guide for the System Administration Study Group. The study guide is intended to be printed by those who wish to study common tasks performed by many

More information

Veeam Endpoint Backup

Veeam Endpoint Backup Veeam Endpoint Backup Version 1.5 User Guide March, 2016 2016 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

More information

Azure Marketplace Getting Started Tutorial. Community Edition

Azure Marketplace Getting Started Tutorial. Community Edition Azure Marketplace Getting Started Tutorial Community Edition Introduction NooBaa software provides a distributed storage solution for unstructured data such as analytics data, multi-media, backup, and

More information

Table of Contents HOL SLN

Table of Contents HOL SLN Table of Contents Lab Overview - - Modernizing Your Data Center with VMware Cloud Foundation... 3 Lab Guidance... 4 Module 1 - Deploying VMware Cloud Foundation (15 Minutes)... 7 Introduction... 8 Hands-on

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

Paperspace. Deployment Guide. Cloud VDI. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper

Paperspace. Deployment Guide. Cloud VDI. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper Deployment Guide Cloud VDI Copyright 2017 Paperspace, Co. All Rights Reserved September - 1-2017 Technical Whitepaper Whitepaper: Deployment Guide Paperspace Content 1. Overview... 3 2. User Management...

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

Managing VMware vcenter Site Recovery Manager

Managing VMware vcenter Site Recovery Manager Managing VMware vcenter Site Recovery Manager This chapter contains the following sections: About VMware vcenter Site Recovery Manager, page 1 Overview of SRM Configuration, page 2 Integrating SRM with

More information

Partitioning and Formatting Reference Guide

Partitioning and Formatting Reference Guide Partitioning and Formatting Reference Guide This guide provides simple guidelines for the initial setup of your hard disk drive using the most common methods and utilities available within the following

More information

Complete Data Protection & Disaster Recovery Solution

Complete Data Protection & Disaster Recovery Solution Complete Data Protection & Disaster Recovery Solution 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

CXS Citrix XenServer 6.0 Administration

CXS Citrix XenServer 6.0 Administration Course Overview View Course Dates & Register Today Students will learn to effectively install, configure, administer, and troubleshoot XenServer 6.0. Students will also learn how to configure a Provisioning

More information

Actifio Sky DB. Actifio s Solution for Oracle, Oracle EBS with standalone, RAC, ASM, EXADATA configurations

Actifio Sky DB. Actifio s Solution for Oracle, Oracle EBS with standalone, RAC, ASM, EXADATA configurations Actifio Sky DB Actifio s Solution for Oracle, Oracle EBS with standalone, RAC, ASM, EXADATA configurations The Big Database Problem Database Cloning Time-consuming. No self service. Storageintensive. Can

More information

Partitioning and Formatting Guide

Partitioning and Formatting Guide Partitioning and Formatting Guide Version 1.2 Date 05-15-2006 Partitioning and Formatting Guide This guide is designed to explain how to setup your drive with the correct partition and format for your

More information

MongoDB Database on NetApp AFF8080

MongoDB Database on NetApp AFF8080 Technical Report MongoDB Database on NetApp AFF8080 Customer Blueprint Ranga Sankar, NetApp February 2018 TR-4659 Abstract This document describes the installation of MongoDB database on NetApp AFF8080

More information

Dell DL4300 Appliance Release Notes

Dell DL4300 Appliance Release Notes Dell DL4300 Appliance Release Notes Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either potential

More information

Cloud Storage. Patrick Osborne Director of Product Management. Sam Fineberg Distinguished Technologist.

Cloud Storage. Patrick Osborne Director of Product Management. Sam Fineberg Distinguished Technologist. Cloud Storage Patrick Osborne (@patrick_osborne) Director of Product Management Sam Fineberg Distinguished Technologist HP Storage Why HP will WIN with Converged Storage Industry Standard x86-based platforms

More information

Resiliency Replication Appliance Installation Guide Version 7.2

Resiliency Replication Appliance Installation Guide Version 7.2 Resiliency Replication Appliance Installation Guide Version 7.2 DISCLAIMER IBM believes that the information in this publication is accurate as of its publication date. The information is subject to change

More information