HC3, SCRIBE and HyperCore. Theory of Operations
|
|
- Brook Griffin
- 1 years ago
- Views:
Transcription
1 HC3, SCRIBE and HyperCore Theory of Operations
2 This document is intended to describe the technology, concepts and operating theory behind the Scale Computing HC3 System (Hyper-converged Compute Cluster) and the HyperCore TM OS that powers it. It also covers the new storage layer SCRIBE introduced with HyperCore. It is assumed that the reader is already familiar with the basic virtualized compute features and benefits of HyperCore-based clusters and high-level components of an HC3 cluster (nodes, drives, network switches, etc.). Design Goals... 2 HC3, SCRIBE and HyperCore TM Overview... 2 Software Defined Storage... 2 Software Managed Compute... 2 HC3 and HyperCore In Action... 2 Cluster Formation - Storage and Compute Resource Aggregation... 3 Create a Virtual Machine... 3 HC3 Virtual Machine Placement... 4 HC3Protect Intra Cluster Mirroring and Wide Striping... 4 Distributed I/O Caching... 5 Expanding the Cluster... 5 Disk Failure Scenario... 5 Node Failure Scenario... 6 Virtual Machine Failover... 6 HyperCore Rolling Upgrades (Planned Node Maintenance)... 6 Storage Pool Verification / Orphan Block Detection... 6 HyperCore VM Level Snapshots... 6 VM Promote / Revert... 7 VM Snapshot Based Thin Cloning... 7 Cluster-to-Cluster Replication... 7 VM Replication and Recovery... 7
3 Design Goals Scale Computing s HC3 and the HyperCore architecture were designed to provide highly available, scalable compute and storage services while maintaining operational simplicity through highly intelligent software automation and architecture simplification. HyperCore puts intelligence and automation in the software layer and was designed to take advantage of low cost, easily replaceable and upgradable commodity hardware components including the virtualization capabilities built into modern CPU architectures. By clustering these components together into a single unified and redundant system, these attributes combine to create a flexible and complete datacenter in a box that operates as a redundant and elastic private cloud with additional nodes being automatically incorporated into the cluster and failed hardware being expected, and easily replaced with minimal effort or disruption. HC3, SCRIBE and HyperCore Overview HC3 and HyperCore are based on a 64-bit hardened and proven OS kernel and leverage a mixture of patented proprietary and adapted open source components. Software Defined Storage A critical software component of HyperCore is the Scale Computing Reliable Independent Block Engine, known as SCRIBE, an enterprise class clustered block storage layer, purpose built to be consumed by the HC3 embedded KVM based hypervisor directly. SCRIBE discovers and aggregates all block storage devices across all nodes of the system into a single managed pool of storage. All data written to this pool is immediately available for read or write by any and every node in the storage cluster, allowing for sophisticated data redundancy and load balancing schemes to be used by higher layers of the stack such as the HC3 compute layer. More unique aspects of SCRIBE will be detailed later in this paper. Software Managed Compute The HyperCore compute software layer is a lightweight, type 1 (bare metal) hypervisor that is directly integrated into the OS kernel, and leverages the virtualization offload capabilities provided by modern CPU architectures. Specifically, it is based on components of the KVM hypervisor, which has been part of the Linux mainline kernel for many years and has been extensively field-proven in large-scale environments. HyperCore integrates the SCRIBE block storage objects directly into the KVM hypervisor. This means that virtual machines running on HC3 have direct access to SCRIBE virtual storage device (VSD) objects in the clustered storage pool without the complexity or performance overhead introduced by using remote storage protocols and accessing remote storage over a network. Unlike other seemingly converged architectures in the market, the storage layer is not a Virtual Storage Appliance or VSA but instead interfaces directly with the hypervisor allowing data flows to benefit from zero copy shared memory performance. Nor is SCRIBE simply a re-purposed file system with the overhead introduced by local file / file system abstractions such as virtual hard disk files that attempt to act like a block storage device. Performance killing issues such as disk partition alignment 1 with external RAID arrays go away. Arcane concepts like storing VM snapshots as delta files that later have to be merged through I/O killing brute force reads and re-writes are a thing of the past. HC3 and HyperCore In Action One of the best ways to highlight the benefits of the HC3 design is to follow it in action through a typical real world usage scenario. The following section will describe how HyperCore intelligence simplifies virtualization and storage management from initial setup and configuration, through eventual capacity and performance expansions, hardware failures and replacements. 1 virtual disk block alignment problems can happen when you try to represent a virtual block device as a file sitting on a file system with its own different block size which itself ultimately will sit on top of some other physical or logical block storage that may have it s own block size and physical data layout. 2 of 8
4 Cluster Formation - Storage and Compute Resource Aggregation Once the Scale Cluster nodes are racked, cabled and configured with physical network connectivity, the cluster formation process takes multiple nodes (currently a minimum of 3 and a tested maximum of 16 in the current release) and logically bonds them together to act as a single coordinated system. Once a cluster is formed, it is managed as a single system and all resources attached to each node are aggregated into a single managed pool of storage and compute resources. With HC3 there is no separate management server (or VM appliance) to install or connect to or a single brain that controls the overall system. You can manage the entire system simply by pointing a web browser to the LAN IP address of any node in the cluster and you will get the same cluster-wide management view. Also, all nodes of the HC3 system coordinate with each other to monitor the overall state of the cluster, nodes, hardware components and virtual machines running across the entire system. While each node has its own physical network identity and interfaces, the ability to move and place virtual machines on specific nodes lets the HC3 intelligently balance compute and I/O load among nodes and network interfaces in the cluster, maximizing overall system performance. HC3 nodes have two distinct physical networks in which they participate 2. A public network provides a path to allow network access to virtual machines, as well as for and users accessing data from VM s running on the cluster. A private backplane connection is for intra-cluster communication, such as the creation of redundant copies of data being written on one node or disk to a mirrored copy on another node. For more information on the mirroring method used in HyperCore, please see the section titled HC3Protect Intra Cluster Mirroring and Wide Striping. After forming an HC3 cluster, the next step is to create your first virtual machine. There is no need to provision storage for use by VM s, create iscsi luns or NFS shares, or create a datastore for VMs use by connecting the hypervisor to that storage. None of those concepts even apply to a hyperconverged HC3 system. Create a Virtual Machine Creating a virtual machine is a simple process that is accomplished through the Scale Computing HC3 Manager web browser user interface. Selecting the Create option from the Virtualization tab allows the user to specify required and optional parameters for the virtual machine including: Number of virtual CPU cores RAM Number and size of virtual disks to create Attach or upload a virtual DVD/CD ISO image for installing an operating system Creating a virtual machine not only persists those VM configuration parameters that will later tell the hypervisor how to create the virtual machine container when it is started, it also physically creates storage objects using the SCRIBE distributed storage pool that will contain the virtual hard disks to present to the VM once it is started. HC3 Virtual Machines are able to access their virtual hard disk files directly as if they are local disks, without the use of any SAN or NAS protocols, regardless of where they are running at the time. HC3 virtual disks are thin provisioned so that virtual hard drive space is not fully allocated until it is actually used by the guest virtual machine. 2 All current HC3 nodes offer redundant network ports for both the public LAN and private backplane network connections to allow for full network redundancy. 3 of 8
5 The HC3 web UI is used to upload Operating System and Virtual Appliance ISO installation images for virtual machine installation as part of the VM creation process (ISO s are virtual DVD / CD images). Once uploaded, ISO images are available for use by future VMs. Migrating Existing Workloads to HC3 If the customer has existing workloads that they want to move to HC3, there are a variety of Scale Computing provided or third-party tools available that can migrate existing physical server (P2V Physical-to-virtual) and virtual machine (V2V Virtual-to-Virtual) images to HC3 VMs. HC3 Move Powered by Double-Take is available from Scale Computing and offers near-zero downtime migration of Windows servers and applications onto HC3. Several other tools have been outlined in Application Notes that can be found on the MyScale portal. In addition, Scale Computing and its partners offer full or quick start migration services to make it easy for customers to begin using HC3. HC3 Virtual Machine Placement Because all HC3 capable nodes have access to the entire pool of storage, any virtual machine can be started on any HC3 capable node of the cluster based on the availability of compute resources that VM requires. For example, if a new VM requires 16GB RAM there may only be certain nodes with that much currently available and HC3 makes this node selection automatically. HC3 allows running VMs to be live migrated to other HC3 nodes without the VM being shutdown and with virtually no noticeable impact to the workload being run or clients connecting to it. In addition, should an HC3 node fail, any VMs that were running on that node will be quickly re-started on remaining nodes since every HC3 node has access to the same pool of redundant storage. HC3Protect Intra Cluster Mirroring and Wide Striping While HyperCore treats all storage in the cluster as a single logical pool for management and scalability purposes, the real magic comes in how data blocks are stored redundantly across the cluster to maximize availability as well as performance. The SCRIBE Storage Layer allocates storage for block I/O requests in chunks ranging from as large as 1MB to as small as a 512 byte disk sector. SCRIBE ensures that two or more 3 copies of every chunk are written to the storage pool in a manner that not only creates the required level of redundancy (equivalent of a RAID 10 approach) but also aggregates the I/O and throughput capabilities of all the individual disks in the cluster, commonly known as wide striping. Data writes between the node where the VM issues the I/O request and the nodes where the blocks will be stored occurs over the private backplane network connection to isolate that traffic from incoming user/server traffic. Striped and Mirrored Writes Scale Node DISK DISK 2 DISK 3 DISK 4 Take the example of 1GB of data being written to a cluster of 3 Scale Computing HC3m2 nodes, which contain a total of 12 hard drives (each node contains 4 drives with 500GB RAW capacity, thus contributing 1TB of effective storage space to the cluster after accounting for 2 copies of all data blocks being stored). That 1GB of data (or 1024MB) would require 1024 chunks (1MB each) to store the first copy plus 1024 chunks to store a second copy of each chunk. Not factoring in other I/O that may be occurring at the same time, you could picture each of the 12 disks doing approximately 170 x 1MB writes in order to store that 1GB redundantly. 1MB Blocks VSD Scale Node DISK 1 DISK 2 DISK 3 DISK 4 Scale Node DISK 1 DISK 2 DISK 3 DISK 4 3 In the current release, all data is replicated two times for redundancy. In a future release the number of copies will be selectable at the VM level allowing greater replication across a larger number of nodes if desired. 4 of 8
6 Of course other I/O is likely going on in the cluster at the same time further leveraging the I/O capabilities and throughput of all the drives in the cluster, and the more nodes you add to the cluster, the more aggregate performance you are able to achieve. The benefits of wide striping across a large number of disks apply to both read and write I/O as well. Contrast this to a conventional RAID array controller where you pick a small number of disks, allocate them to a specific RAID set and are limited to the performance of the drives in that specific RAID set. If disks in another RAID set happen to be idle, those disks could be sitting there doing nothing while disks in a heavily utilized RAID set have become a bottleneck for that application (note there are many other common limitations of conventional RAID such as the overhead of parity calculations, rebuild times, dedicated hot spares, etc., that are beyond the scope of this document). Later in this document we will discuss various hardware failure and replacement scenarios to show how HyperCore leverages the redundancy provided by these mirrored blocks in various real world scenarios. Distributed I/O Caching It was described earlier how the HC3 VM Placement and SCRIBE storage layer is designed to distribute I/O across each HyperCore cluster node and how wide striping I/O requests across all disks in the cluster provides aggregate performance levels that smaller sets of disks cannot. An additional optimization of the HyperCore architecture is the use of aggressive per node RAM caching, which is expanded with every HyperCore node added to the cluster. HyperCore RAM cache keeps copies of recently read and written blocks in memory so they can be quickly read without requiring additional disk I/O or having to fetch storage chunks across the backplane network connection in the case that a copy of a required chunk is not stored on the requesting node. In the case of HC3 virtual machines, this benefit is further magnified since unlike servers and storage systems that communicate across a network, this storage cache is using the same RAM as the virtual machines are for computing. Therefore, any data available in cache can be accessed by a VM directly in RAM without needing to initiate disk access or fetch data across a network resulting in amazing performance (both throughput and IOPS) and negligible I/O latency for VMs reading blocks from cache. This also frees up compute resources from the overhead of excessive memory copies and CPU context switching. Expanding the Cluster After the initial cluster formation, HyperCore was designed to allow additional nodes to be added to the cluster at any time. Joining a new node to the cluster automatically adds its storage to the storage pool increasing storage and compute capacity and I/O handing. If the nodes are capable of running virtual machines (verses simply expanding storage resources), they are added to the HC3 managed compute pool and available for new VMs or for existing VMs to be live migrated to distribute load. New nodes can be of the same or different type or capacity as the existing nodes in the cluster. HC3 was designed to allow newer, faster nodes with different CPU, RAM and disk configurations to be added to existing HC3 systems over time. When adding nodes with storage resources to an existing cluster, while not required, HyperCore does provide the capability to re-balance existing storage to utilize all the new resources of the cluster. This process will essentially move some blocks from the older nodes onto the newer nodes to achieve an equal distribution of data across cluster nodes and drives. Consult with Scale Computing technical support to determine if this is recommended based on the current utilization of the cluster. For HC3 Virtual Machines, it is simple to immediately move live running virtual machines to the new node to take advantage of the new compute resources with no downtime or disruption. Disk Failure Scenario HyperCore was designed such that disk failures have little effect on the cluster beyond the temporary loss of the capacity and I/O resources of that disk. When a disk is determined to have failed, in addition to raising corresponding alerts in the Scale Computing Cluster Manager UI and remote alerting mechanisms, HyperCore will continue servicing I/O transparently using the mirrored data copies. In addition, HyperCore will automatically use remaining available space to re-generate a second copy of any chunk that was previously located on the failed disk. Any new writes are mirrored 5 of 8
7 across the remaining disks to ensure immediate protection of new and changed data and reduce future data movement once the failed disk is replaced. Note that unlike many RAID systems, this process does NOT need to perform time consuming and I/O intensive parity calculations to determine what data was lost. HyperCore simply reads the mirror blocks and writes a new copy using any available space on the cluster. Note that both read and write operations here leverage the same wide striping performance benefits as normal I/O. Not only does HyperCore not require a dedicated hot spare disk that sits idle most of the time, HyperCore does not even require a failed disk to be replaced or any manual steps before it automatically re-creates the lost mirror copies to regain full data redundancy. Node Failure Scenario HyperCore was designed to sustain the temporary loss of an entire node while continuing to process data and running VMs using redundant resources from the remaining cluster nodes. Because of the number of different scenarios possible, we recommend that customers work with our support team on the best plan of action if the node failure is considered permanent. Virtual Machine Failover If an HC3 node was running VMs prior to failure, those VM disks and data are still available to the remaining cluster nodes. This allows VMs to be automatically re-started on the remaining nodes with HyperCore selecting the ideal node placement for restarting. HyperCore Rolling Upgrades HyperCore added the ability to do automatic non-disruptive upgrades of itself across the entire cluster. When an update is shown as available in the UI and the upgrade process initiated, HC3 will automatically live migrate running VM s from each node, update the OS kernel, hypervisor (KVM), storage (SCRIBE) and management software in a single automated step and then return VM s to their original location using live migration when the upgrade is complete. The only requirement is that there is sufficient compute RAM available to allow the VMs running on each node to be migrated across the remaining nodes in the cluster. Since this is also a requirement to allow for VM failover, HC3 continuously monitors used vs. available memory and generates an alert if there is not sufficient memory to allow VM s from any node to failover to remaining nodes in the cluster. Storage Pool Verification / Orphan Block Detection For temporary failures such as a node power outage, HyperCore will automatically verify that any data blocks it contains were not changed elsewhere on the cluster while the node was off-line and will free the original blocks to the pool if they are no longer required (for example by a snapshot). For example, it is possible that block 200 was contained on node 1 and 2 and while node 1 was down due to a power outage, block 200 had changed and would have been updated on node 2, plus a new redundant copy written elsewhere on the cluster. When node 1 is back online, HyperCore will detect that the original contents of block 200 are no longer current or needed and correct that discrepancy. HyperCore VM Level Snapshots HyperCore offers the ability to take multiple point-in-time consistent snapshots of virtual machine storage objects (virtual disks) and their VM configuration. Snapshots occur nearly instantly with virtually no impact on production workloads. HyperCore snapshots use a space efficient allocate-on-write methodology where no additional storage is used at the time the snapshot is taken, but as blocks are changed, the original content blocks are preserved, and new content written to freshly allocated space. Over time, the space consumed by a particular snapshot represents only the blocks that are unique to that snapshot point in time which given multiple possible snapshots would be a subset of the data that has have changed since the time the snapshot was taken. Blocks that are the same in multiple point in time snapshots or in the current live image are reference 6 of 8
8 Deleting a snapshot is simply a matter of updating the reference counts for blocks referenced by that snapshot and returning any that go to 0 to the capacity pool. This methodology does not introduce the additional I/O associated with older copy on write snapshot methods which for every change must first read the original content, write it to a new temporary location, update the snapshot metadata to reflect that new location, then allow the new data to be written and metadata updated. VM Promote / Revert Any HC3 VM level snapshot can be promoted to a live VM and started nearly instantaneously from the HC3 management UI by leveraging the clone action. If the goal is to revert the running VM to a previous point in time, for example to undo a problem patch, you can simultaneously clone the previous snapshot to a live VM and start it while you stop and optionally delete the problem VM. Or, retain the problem VM image and start it isolated from the product network to do a post mortem analysis. When promoting or reverting a VM, the entire VM configuration and it s snapshotted storage objects are made available allowing you to edit the VM configuration as you chose and start it up immediately with no data recovery time required. VM Snapshot Based Thin Cloning It may be obvious from the examples above but VM Snapshots also allow for instant space efficient cloning or the creation of template VM s. In a single step, you can clone a live running VM by taking a snapshot and immediately promoting the snapshot to live, starting it in an isolated network and doing a trial run of a new software patch for example. Golden Master template VM s can be created with the latest OS and application patches, security and AV tools and settings and used to quickly deploy large numbers of similar server or desktop OS VM s. Each VM created from a snapshot clone originally takes zero additional space and grows based only on the changes made once that clone is booted. Cluster-to-Cluster Replication 4 HyperCore cluster-to-cluster replication provides the ability to replicate selected virtual machines on one HC3 cluster to a second cluster, often at a remote location. Cluster-to-cluster replication is designed to run continuously to transmit changes to a secondary cluster as quickly as possible. HC3 VM replication leverages the SCRIBE snapshot capabilities plus additional functionality to efficiently determine the data changes between the current data snapshot and the snapshot that represents the last completed replication point which may be just minutes old. Leveraging change tracking reduces the impact of replication on the cluster by reducing the I/O required to read and transmit changes. This also eliminates the need to brute force read and compare data to determine which blocks have changed since the last replication cycle. For virtual machines that were created from snapshots or via cloning that share common data blocks (such as multiple VM s created from a template and cloned), HC3 is intelligent enough to transmit those common blocks across the network to the remote cluster only once which can greatly reduce the bandwidth required for the initial replication of a new virtual machine created from an already replicated template. VM Replication and Recovery HC3 replicated VM s as well as their snapshots can be manually activated and made live with a click of a button. The recovery process from a remote replicated cluster is the same as recovering from a snapshot on the original cluster. The entire process can later be reversed to replicate and return one or more VMs back to the original cluster. As with the original replication, HC3 can determine the block differences between multiple points in time which can minimize the amount of data that needs to be sent back to the original cluster. 4 The initial release of HyperCore will not have built in HC3 replication, which is expected to be released in the 1st half of Until then, use of optional software - HC3 Availability Powered by Double-Take is recommended. 7 of 8
9 Also note that for immediate and automatic failover at the VM level between HC3 and non HC3 workloads optional HC3 Availability powered by Double-Take replication and failover software can be run on physical machines or inside the guest operating systems on non HC3 platforms replicating to VM s running on HC3 target systems. This approach could also allow HC3 to be used as an off-site recovery and failover target for workloads running on physical machines or other virtualization platforms. Corporate Headquarters West Coast Office 5225 Exploration Drive 2121 South El Camino Real Indianapolis, IN Suite 500 P San Mateo, CA SCALE-59 ( ) EMEA Office Saunders House The Mall London W5 3TA United Kingdom 2014 Scale Computing, All rights reserved. Any and all other trademarks used are owned by their respective owners.
Dell Networking N2024: Quick Setup Guide
Dell Networking N2024: Quick Setup Guide Version 1.0 Table of Contents Introduction...2 About the Dell Networking N2024...2 About the HC3 Cluster...2 Software Requirements for this Application Note...2
Extending Virtualized Oracle RAC Across Data Centers:
1 Extending Virtualized Oracle RAC Across Data Centers: True Active-Active Availability Over Distance Sam Lucido, EMC Kannan Mani, VMware Inc., 2 Agenda Customer Challenges What is Oracle Real Application
RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES
RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server
Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware
Introduction By leveraging the inherent benefits of a virtualization based platform, a Microsoft Exchange Server 2007 deployment on VMware Infrastructure 3 offers a variety of availability and recovery
Pivot3 Reference Architecture for VMware View Version 1.03
Pivot3 Reference Architecture for VMware View Version 1.03 January 2012 Table of Contents Test and Document History... 2 Test Goals... 3 Reference Architecture Design... 4 Design Overview... 4 The Pivot3
IOmark- VDI. HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VDI- HC- 150427- b Test Report Date: 27, April 2015. www.iomark.
IOmark- VDI HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VDI- HC- 150427- b Test Copyright 2010-2014 Evaluator Group, Inc. All rights reserved. IOmark- VDI, IOmark- VM, VDI- IOmark, and IOmark
FOR SERVERS 2.2: FEATURE matrix
RED hat ENTERPRISE VIRTUALIZATION FOR SERVERS 2.2: FEATURE matrix Red hat enterprise virtualization for servers Server virtualization offers tremendous benefits for enterprise IT organizations server consolidation,
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
Cloud Optimize Your IT
Cloud Optimize Your IT Windows Server 2012 The information contained in this presentation relates to a pre-release product which may be substantially modified before it is commercially released. This pre-release
Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4
Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4 Application Note Abstract This application note explains the configure details of using Infortrend FC-host storage systems
June 2009. Blade.org 2009 ALL RIGHTS RESERVED
Contributions for this vendor neutral technology paper have been provided by Blade.org members including NetApp, BLADE Network Technologies, and Double-Take Software. June 2009 Blade.org 2009 ALL RIGHTS
HRG Assessment: Stratus everrun Enterprise
HRG Assessment: Stratus everrun Enterprise Today IT executive decision makers and their technology recommenders are faced with escalating demands for more effective technology based solutions while at
DELL. Dell VMware ESX/ESXi 3.5 Virtualization Reference Architecture
DELL Dell VMware ESX/ESXi 3.5 Virtualization Reference Architecture Dell Virtualization Solutions Engineering September 2008 1 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL
Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011
Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Executive Summary Large enterprise Hyper-V deployments with a large number
An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database
An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always
High Availability with Windows Server 2012 Release Candidate
High Availability with Windows Server 2012 Release Candidate Windows Server 2012 Release Candidate (RC) delivers innovative new capabilities that enable you to build dynamic storage and availability solutions
What s new in Hyper-V 2012 R2
What s new in Hyper-V 2012 R2 Carsten Rachfahl MVP Virtual Machine Rachfahl IT-Solutions GmbH & Co KG www.hyper-v-server.de Thomas Maurer Cloud Architect & MVP itnetx gmbh www.thomasmaurer.ch Before Windows
Pivot3 Desktop Virtualization Appliances. vstac VDI Technology Overview
Pivot3 Desktop Virtualization Appliances vstac VDI Technology Overview February 2012 Pivot3 Desktop Virtualization Technology Overview Table of Contents Executive Summary... 3 The Pivot3 VDI Appliance...
IOmark-VM. DotHill AssuredSAN Pro 5000. Test Report: VM- 130816-a Test Report Date: 16, August 2013. www.iomark.org
IOmark-VM DotHill AssuredSAN Pro 5000 Test Report: VM- 130816-a Test Report Date: 16, August 2013 Copyright 2010-2013 Evaluator Group, Inc. All rights reserved. IOmark-VM, IOmark-VDI, VDI-IOmark, and IOmark
IOmark- VDI. Nimbus Data Gemini Test Report: VDI- 130906- a Test Report Date: 6, September 2013. www.iomark.org
IOmark- VDI Nimbus Data Gemini Test Report: VDI- 130906- a Test Copyright 2010-2013 Evaluator Group, Inc. All rights reserved. IOmark- VDI, IOmark- VDI, VDI- IOmark, and IOmark are trademarks of Evaluator
Whitepaper. NexentaConnect for VMware Virtual SAN. Full Featured File services for Virtual SAN
Whitepaper NexentaConnect for VMware Virtual SAN Full Featured File services for Virtual SAN Table of Contents Introduction... 1 Next Generation Storage and Compute... 1 VMware Virtual SAN... 2 Highlights
Virtual SAN Design and Deployment Guide
Virtual SAN Design and Deployment Guide TECHNICAL MARKETING DOCUMENTATION VERSION 1.3 - November 2014 Copyright 2014 DataCore Software All Rights Reserved Table of Contents INTRODUCTION... 3 1.1 DataCore
The functionality and advantages of a high-availability file server system
The functionality and advantages of a high-availability file server system This paper discusses the benefits of deploying a JMR SHARE High-Availability File Server System. Hardware and performance considerations
VMware Virtual SAN Remote Office / Branch Office Deployment
SOLUTION OVERVIEW VMware Virtual SAN Radically Simple Storage for Remote and Branch Offices VMware Virtual SAN is VMware s radically simple, enterprise-class, software-defined storage solution for Hyper-Converged
Coho Data s DataStream Clustered NAS System
Technology Insight Paper Coho Data s DataStream Clustered NAS System Bridging a Gap Between Webscale and Enterprise IT Storage By John Webster November, 2014 Enabling you to make the best technology decisions
RED HAT ENTERPRISE VIRTUALIZATION
Giuseppe Paterno' Solution Architect Jan 2010 Red Hat Milestones October 1994 Red Hat Linux June 2004 Red Hat Global File System August 2005 Red Hat Certificate System & Dir. Server April 2006 JBoss April
What s New with VMware Virtual SAN 6.2
What s New with VMware Virtual SAN 6.2 Technical White Paper February 2016 Contents Introduction... 3 Architecture Overview... 3 Space Efficiency... 4 Deduplication and Compression... 4 RAID-5/6 (Erasure
Nutanix NOS 4.0 vs. Scale Computing HC3
Nutanix NOS 4.0 vs. Scale Computing HC3 HC3 Nutanix Integrated / Included Hypervisor Software! requires separate hypervisor licensing, install, configuration, support, updates Shared Storage benefits w/o
OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006
OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 EXECUTIVE SUMMARY Microsoft Exchange Server is a disk-intensive application that requires high speed storage to deliver
TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS
TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS Leverage EMC and VMware To Improve The Return On Your Oracle Investment ESSENTIALS Better Performance At Lower Cost Run
What s New with VMware Virtual Infrastructure
What s New with VMware Virtual Infrastructure Virtualization: Industry-Standard Way of Computing Early Adoption Mainstreaming Standardization Test & Development Server Consolidation Infrastructure Management
Feature Comparison. Windows Server 2008 R2 Hyper-V and Windows Server 2012 Hyper-V
Comparison and Contents Introduction... 4 More Secure Multitenancy... 5 Flexible Infrastructure... 9 Scale, Performance, and Density... 13 High Availability... 18 Processor and Memory Support... 24 Network...
A virtual SAN for distributed multi-site environments
Data sheet A virtual SAN for distributed multi-site environments What is StorMagic SvSAN? StorMagic SvSAN is a software storage solution that enables enterprises to eliminate downtime of business critical
Financial Services Case Study
Customer Profile Fortune 100 Global Bank with over 150,000 employees in 60 countries. Business Objectives Centralize desktop delivery Lower desktop costs Increase flexibility VDI Challenges Storage CAPEX
7 Ways Compellent Optimizes VMware Server Virtualization WHITE PAPER I MARCH 2010
7 Ways Compellent Optimizes ware Virtualization WHITE PAPER I MARCH 2010 7 Ways Compellent Optimizes ware Virtualization I WHITE PAPER 1 INTRODUCTION Increasingly, enterprises are turning to server virtualization
VMware VADP Virtualization - Building Block Guide
VMware VADP Virtualization - Building Block Guide Page 1 of 13 Page 2 of 13 VMware VADP Virtualization - Building Block Guide TABLE OF CONTENTS BACKUP AGENT Overview Backup Transport Methods Installation
VMware vstorage Virtual Machine File System. Technical Overview and Best Practices
VMware vstorage Virtual Machine File System Technical Overview and Best Practices A V M wa r e T e c h n i c a l W h i t e P a p e r U p d at e d f o r V M wa r e v S p h e r e 4 V e r s i o n 2. 0 Contents
Maxta Storage Platform Enterprise Storage Re-defined
Maxta Storage Platform Enterprise Storage Re-defined WHITE PAPER Software-Defined Data Center The Software-Defined Data Center (SDDC) is a unified data center platform that delivers converged computing,
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 &
EMC Celerra Unified Storage Platforms
EMC Solutions for Microsoft SQL Server EMC Celerra Unified Storage Platforms EMC NAS Product Validation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008, 2009 EMC
Enterprise Storage Services (ESS) for Windows
Add StoneFly ESS for Windows to your Windows Server and the possibilities are endless! Reduce your CapEx and OpEx by optimized utilization of servers and storage. Installing StoneFly ESS for Windows creates
What s New in VMware Virtual SAN TECHNICAL WHITE PAPER
What s New in VMware Virtual SAN TECHNICAL WHITE PAPER v1.0/february 2014 Update Table of Contents 1. Introduction.... 4 1.1 Software-Defined Datacenter.... 4 1.2 Software-Defined Storage.... 4 1.3 VMware
VMware Virtual Machine File System: Technical Overview and Best Practices
VMware Virtual Machine File System: Technical Overview and Best Practices A VMware Technical White Paper Version 1.0. VMware Virtual Machine File System: Technical Overview and Best Practices Paper Number:
MaxDeploy Hyper- Converged Reference Architecture Solution Brief
MaxDeploy Hyper- Converged Reference Architecture Solution Brief MaxDeploy Reference Architecture solutions are configured and tested for support with Maxta software- defined storage and with industry
Pivot3 Storage and Compute STAC. Technology Overview
Pivot3 Storage and Compute STAC Technology Overview April 2011 Pivot3 STAC Technology Overview Table of Contents Introduction... 3 Pivot3 STAC Architecture... 4 1. Virtual Server Environments... 5 2. Pivot3
Deep Dive on SimpliVity s OmniStack A Technical Whitepaper
Deep Dive on SimpliVity s OmniStack A Technical Whitepaper By Hans De Leenheer and Stephen Foskett August 2013 1 Introduction This paper is an in-depth look at OmniStack, the technology that powers SimpliVity
Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008
Best Practices Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Installation and Configuration Guide 2010 LSI Corporation August 13, 2010
DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION
DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION A DIABLO WHITE PAPER AUGUST 2014 Ricky Trigalo Director of Business Development Virtualization, Diablo Technologies
MaxDeploy Ready. Hyper- Converged Virtualization Solution. With SanDisk Fusion iomemory products
MaxDeploy Ready Hyper- Converged Virtualization Solution With SanDisk Fusion iomemory products MaxDeploy Ready products are configured and tested for support with Maxta software- defined storage and with
Veritas Storage Foundation High Availability for Windows by Symantec
Veritas Storage Foundation High Availability for Windows by Symantec Simple-to-use solution for high availability and disaster recovery of businesscritical Windows applications Data Sheet: High Availability
1V Number: 1V0-601 Passing Score: 800 Time Limit: 120 min File Version: 6.0 1V0-601
1V0-601 Number: 1V0-601 Passing Score: 800 Time Limit: 120 min File Version: 6.0 1V0-601 VMware Certified Associate 6 Data Center Virtualization Fundamentals Exam Экзамен A QUESTION 1 Why does iscsi use
Zadara Storage Cloud A whitepaper. @ZadaraStorage
Zadara Storage Cloud A whitepaper @ZadaraStorage Zadara delivers two solutions to its customers: On- premises storage arrays Storage as a service from 31 locations globally (and counting) Some Zadara customers
The Benefits of Virtualizing
T E C H N I C A L B R I E F The Benefits of Virtualizing Aciduisismodo Microsoft SQL Dolore Server Eolore in Dionseq Hitachi Storage Uatummy Environments Odolorem Vel Leveraging Microsoft Hyper-V By Heidi
Solution Overview 4 Layers...2. Layer 1: VMware Infrastructure 3...2. Components of the VMware infrastructure...2
Contents Overview...1 Key Implementation Challenges...1 Providing a Solution through Virtualization...1 Benefits of Running SQL Server with VMware Infrastructure...1 Solution Overview 4 Layers...2 Layer
CompTIA Cloud+ 9318; 5 Days, Instructor-led
CompTIA Cloud+ 9318; 5 Days, Instructor-led Course Description The CompTIA Cloud+ certification validates the knowledge and best practices required of IT practitioners working in cloud computing environments,
HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN
HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN Table of contents Executive summary... 2 Introduction... 2 Solution criteria... 3 Hyper-V guest machine configurations...
COMPELLENT SERVER INSTANT REPLAY: A COMPLETE BOOT FROM SAN SOLUTION WHITE PAPER MARCH 2007
COMPELLENT SERVER INSTANT REPLAY: A COMPLETE BOOT FROM SAN SOLUTION WHITE PAPER MARCH 2007 EECUTIVE SUMMARY For IT organizations with more than a few servers, deploying, provisioning and recovering servers
Virtualized Disaster Recovery from VMware and Vision Solutions Cost-efficient, dependable solutions for virtualized disaster recovery and business
Virtualized Disaster Recovery from VMware and Vision Solutions Cost-efficient, dependable solutions for virtualized disaster recovery and business continuity Cost-efficient, dependable solutions for virtualized
CompTIA Cloud+ Course Content. Length: 5 Days. Who Should Attend:
CompTIA Cloud+ Length: 5 Days Who Should Attend: Project manager, cloud computing services Cloud engineer Manager, data center SAN Business analyst, cloud computing Summary: The CompTIA Cloud+ certification
Improving Your Business Continuity with Vmware. Ilir Mitrushi Consultant TETRA Solutions April 2011
Improving Your Business Continuity with Vmware Ilir Mitrushi Consultant TETRA Solutions April 2011 Agenda Introduction : general problem statement Planned vs. Unplanned downtime vsphere 4 platform capabilities:
ENTERPRISE VIRTUALIZATION ONE PLATFORM FOR ALL DATA
ENTERPRISE VIRTUALIZATION ONE PLATFORM FOR ALL DATA ENTERPRISE VIRTUALIZATION ONE PLATFORM FOR ALL DATA SUMMARY ONE PLATFORM FOR ALL DATA WOULD YOU LIKE TO SAVE 20% TO 30% ON YOUR STORAGE SPEND? We can
Microsoft SMB File Sharing Best Practices Guide
Technical White Paper Microsoft SMB File Sharing Best Practices Guide Tintri VMstore, Microsoft SMB 3.0 Protocol, and VMware 6.x Author: Neil Glick Version 1.0 06/15/2016 @tintri www.tintri.com Contents
Nutanix Tech Note. Configuration Best Practices for Nutanix Storage with VMware vsphere
Nutanix Tech Note Configuration Best Practices for Nutanix Storage with VMware vsphere Nutanix Virtual Computing Platform is engineered from the ground up to provide enterprise-grade availability for critical
Introduction to VMware EVO: RAIL. White Paper
Introduction to VMware EVO: RAIL White Paper Table of Contents Introducing VMware EVO: RAIL.... 3 Hardware.................................................................... 4 Appliance...............................................................
Virtualizing Microsoft Exchange Server 2010 with NetApp and VMware
Virtualizing Microsoft Exchange Server 2010 with NetApp and VMware Deploying Microsoft Exchange Server 2010 in a virtualized environment that leverages VMware virtualization and NetApp unified storage
Nutanix Complete Cluster Date: August 2011 Author: Ginny Roth, Lab Engineer and Analyst
ESG Lab Review Nutanix Complete Cluster Date: August 2011 Author: Ginny Roth, Lab Engineer and Analyst Abstract: This ESG Lab review documents hands-on testing of the Nutanix Complete Cluster, highlighting
Virtual Fibre Channel for Hyper-V
Virtual Fibre Channel for Hyper-V Virtual Fibre Channel for Hyper-V, a new technology available in Microsoft Windows Server 2012, allows direct access to Fibre Channel (FC) shared storage by multiple guest
High-Availability Fault Tolerant Computing for Remote and Branch Offices HA/FT solutions for Cisco UCS E-Series servers and VMware vsphere
Table of Contents UCS E-Series Availability and Fault Tolerance... 3 Solid hardware... 3 Consistent management... 3 VMware vsphere HA and FT... 3 Storage High Availability and Fault Tolerance... 4 Quick-start
Session Code: VIR311. Deploying Windows Server 2008 Hyper-V and System Center Virtual Machine Manager 2008 Best Practices
Session Code: VIR311 Deploying Windows Server 2008 Hyper-V and System Center Virtual Machine Manager 2008 Best Practices Agenda Discuss Hyper V deployment strategies Discuss System Center Virtual Machine
Windows Server 2008 R2 Hyper-V Server and Windows Server 8 Beta Hyper-V
Features Comparison: Hyper-V Server and Hyper-V February 2012 The information contained in this document relates to a pre-release product which may be substantially modified before it is commercially released.
Evolving Datacenter Architectures
Technology Insight Paper Evolving Datacenter Architectures HP technologies for Cloud ready IT By Russ Fellows January, 2013 Enabling you to make the best technology decisions Evolving Datacenter Architectures
Nimble Storage for VMware View VDI
BEST PRACTICES GUIDE Nimble Storage for VMware View VDI N I M B L E B E S T P R A C T I C E S G U I D E : N I M B L E S T O R A G E F O R V M W A R E V I E W V D I 1 Overview Virtualization is an important
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
EMC Integrated Infrastructure for VMware
EMC Integrated Infrastructure for VMware Enabled by EMC Celerra NS-120 Reference Architecture EMC Global Solutions Centers EMC Corporation Corporate Headquarters Hopkinton MA 01748-9103 1.508.435.1000
Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management
Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Integration note, 4th Edition Introduction... 2 Overview... 2 Comparing Insight Management software Hyper-V R2 and VMware ESX management...
Dell High Availability Solutions Guide for Microsoft Hyper-V
Dell High Availability Solutions Guide for Microsoft Hyper-V www.dell.com support.dell.com Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer.
Windows Server 2008 R2 Hyper-V Live Migration
Windows Server 2008 R2 Hyper-V Live Migration White Paper Published: August 09 This is a preliminary document and may be changed substantially prior to final commercial release of the software described
Scala Storage Scale-Out Clustered Storage White Paper
White Paper Scala Storage Scale-Out Clustered Storage White Paper Chapter 1 Introduction... 3 Capacity - Explosive Growth of Unstructured Data... 3 Performance - Cluster Computing... 3 Chapter 2 Current
Redefining Microsoft SQL Server Data Management. PAS Specification
Redefining Microsoft SQL Server Data Management APRIL Actifio 11, 2013 PAS Specification Table of Contents Introduction.... 3 Background.... 3 Virtualizing Microsoft SQL Server Data Management.... 4 Virtualizing
Virtualization with VMware ESX and VirtualCenter SMB to Enterprise
Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Course VM-03 5 Days Instructor-led, Hands-on Course Description This is a 5-day intense introduction to virtualization using VMware s
A New Method of SAN Storage Virtualization
A New Method of SAN Storage Virtualization Table of Contents 1 - ABSTRACT 2 - THE NEED FOR STORAGE VIRTUALIZATION 3 - EXISTING STORAGE VIRTUALIZATION METHODS 4 - A NEW METHOD OF VIRTUALIZATION: Storage
Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies
Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies Kurt Klemperer, Principal System Performance Engineer kklemperer@blackboard.com Agenda Session Length:
PARALLELS CLOUD STORAGE
PARALLELS CLOUD STORAGE Performance Benchmark Results 1 Table of Contents Executive Summary... Error! Bookmark not defined. Architecture Overview... 3 Key Features... 5 No Special Hardware Requirements...
Red Hat enterprise virtualization 3.0 feature comparison
Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware
VMware ESX Server 3.0.1 Configuration and Operation Using a PS Series Group
VMware ESX Server 3.0.1 Configuration and Operation Using a PS Series Group Abstract This Technical Report describes how to use VMware ESX Server 3.0.1 with PS Series storage arrays from EqualLogic to
Optimized Storage Solution for Enterprise Scale Hyper-V Deployments
Optimized Storage Solution for Enterprise Scale Hyper-V Deployments End-to-End Storage Solution Enabled by Sanbolic Melio FS and LaScala Software and EMC SAN Solutions Proof of Concept Published: March
Dell Compellent Storage Center SAN & VMware View 1,000 Desktop Reference Architecture. Dell Compellent Product Specialist Team
Dell Compellent Storage Center SAN & VMware View 1,000 Desktop Reference Architecture Dell Compellent Product Specialist Team THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL
Backup and Recovery Best Practices With CommVault Simpana Software
TECHNICAL WHITE PAPER Backup and Recovery Best Practices With CommVault Simpana Software www.tintri.com Contents Intended Audience....1 Introduction....1 Consolidated list of practices...............................
StarWind Virtual SAN Best Practices
#1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Best Practices NOVEMBER 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are
MICROSOFT HYPER-V SCALABILITY WITH EMC SYMMETRIX VMAX
White Paper MICROSOFT HYPER-V SCALABILITY WITH EMC SYMMETRIX VMAX Abstract This white paper highlights EMC s Hyper-V scalability test in which one of the largest Hyper-V environments in the world was created.
EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, Symmetrix Management Console, and VMware vcenter Converter
EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, VMware vcenter Converter A Detailed Review EMC Information Infrastructure Solutions Abstract This white paper
Windows Server 2008 R2 Hyper-V Live Migration
Windows Server 2008 R2 Hyper-V Live Migration Table of Contents Overview of Windows Server 2008 R2 Hyper-V Features... 3 Dynamic VM storage... 3 Enhanced Processor Support... 3 Enhanced Networking Support...
Automated Storage Tiering on Infortrend s ESVA Solution
Automated Storage Tiering on Infortrend s ESVA Solution White paper Abstract This white paper introduces automated storage tiering on Infortrend s ESVA storage solutions. Automated storage tiering can
VMware vsphere Data Protection 6.1
VMware vsphere Data Protection 6.1 Technical Overview Revised August 10, 2015 Contents Introduction... 3 Architecture... 3 Deployment and Configuration... 5 Backup... 6 Application Backup... 6 Backup Data
- Brazoria County on coast the north west edge gulf, population of 330,242
TAGITM Presentation April 30 th 2:00 3:00 slot 50 minutes lecture 10 minutes Q&A responses History/Network core upgrade Session Outline of how Brazoria County implemented a virtualized platform with a
Installation Guide July 2009
July 2009 About this guide Edition notice This edition applies to Version 4.0 of the Pivot3 RAIGE Operating System and to any subsequent releases until otherwise indicated in new editions. Notification
Cloud Sure - Virtual Machines
Cloud Sure - Virtual Machines Maximize your IT network The use of Virtualization is an area where Cloud Computing really does come into its own and arguably one of the most exciting directions in the IT
Lab Validation Report. By Steven Burns. Month Year
1 Hyper-V v2 Host Level Backups Using Symantec NetBackup 7.0 and the Hitachi VSS Hardware Provider with the Hitachi Adaptable Modular Storage 2000 Family Lab Validation Report By Steven Burns March 2011
Traditional v/s CONVRGD
Traditional v/s CONVRGD Traditional Virtualization Stack Converged Virtualization Infrastructure with HCE/HSE Data protection software applications PDU Backup Servers + Virtualization Storage Switch HA
Best Practices for Virtualised SharePoint
Best Practices for Virtualised SharePoint Brendan Law Blaw@td.com.au @FlamerNZ Flamer.co.nz/spag/ Nathan Mercer Nathan.Mercer@microsoft.com @NathanM blogs.technet.com/nmercer/ Agenda Why Virtualise? Hardware