How To Run Apa Hadoop 1.0 On Vsphere Tmt On A Hyperconverged Network On A Virtualized Cluster On A Vspplace Tmter (Vmware) Vspheon Tm (

Size: px
Start display at page:

Download "How To Run Apa Hadoop 1.0 On Vsphere Tmt On A Hyperconverged Network On A Virtualized Cluster On A Vspplace Tmter (Vmware) Vspheon Tm ("

Transcription

1 Apache Hadoop 1.0 High Availability Solution on VMware vsphere TM Reference Architecture TECHNICAL WHITE PAPER v 1.0 June 2012

2 Table of Contents Executive Summary... 3 Introduction... 3 Terminology... 5 High Level Use Cases... 5 Reference Architecture... 6 Design Principles for High Availability... 6 Key Components of Apache Hadoop 1.0 High Availability Solution using VMware vsphere TM.. 6 New components... 8 Failover Test Scenarios... 8 Conclusion... 9 Appendix... 9 Test Configuration... 9 VMware vmotion TM Technology VMware Fault Tolerance VMware Dynamic Resource Scheduling (DRS) References About VMware About Hortonworks... 13

3 Executive Summary There is a need in the Apache Hadoop ecosystem for production quality of High Availability (HA) solutions in Hadoop 1.0 environments. Hadoop 1.0 is adopted in large scale in many corporations as a key data management platform running in production and needs to be up and available as continuously as possible. This paper describes a Reference Architecture for running key Apache Hadoop 1.0 services on VMware vsphere TM platform, providing a HA solution to these services. All testing was done using a pre-release build of the Hortonworks Data Platform, powered by Apache Hadoop and is a joint work of Hortonworks and VMware. Hadoop enhancements required for this reference architecture have been contributed to the Apache Foundation. Introduction An Apache Hadoop cluster is designed to be very fault tolerant and resilient to failures. Such a cluster is composed of many servers (machines or VMs) each of which runs one or more processes that cooperate to provide the Hadoop services (HDFS, MapReduce, etc.). The majority of servers in a Hadoop cluster are worker nodes. Hadoop has built in redundancy and failure recovery algorithms to detect and repair a Hadoop cluster, without interruption, when a worker fails. A Hadoop cluster does depend on a small number of key master nodes being available for the cluster to function. These masters provide key services necessary for Hadoop to function. The NameNode and JobTracker are the most critical of these masters. Without the NameNode, data stored in Hadoop (HDFS) cannot be accessed or modified. Without the JobTracker, end user programs (MapReduce Jobs) cannot be executed. Currently the stable version of Hadoop (Hadoop 1.0) does not provide an HA solution for its masters and work to improve this situation in the Hadoop 2.0 development branch is incomplete and only addresses NameNode availability. This document outlines a solution to NameNode availability in stable Hadoop 1.0 line that also can be applied to the other Hadoop masters, providing a complete HA solution for Hadoop using VMware HA. Solutions to ensure higher levels of availability have traditionally been very costly, hard to implement, and difficult to manage. VMware vsphere TM makes it simpler and less expensive to provide higher levels of availability for important applications. The revolutionary VMware vmotion TM capabilities in vsphere TM make it possible to perform planned hardware maintenance with zero application downtime. VMware HA, a feature of vsphere TM, specifically reduces unplanned downtime by leveraging multiple VMware ESXi hosts configured as a cluster, to provide rapid recovery from outages as well as cost-effective high availability for applications running in virtual machines. VMware HA protects application availability in the following ways: It protects against hardware failure and network disruptions by restarting virtual machines on active hosts within the cluster. It protects against operating system (OS) failures by continuously monitoring a virtual machine and restarting it as required. It provides a mechanism to react to application failures. It provides the infrastructure to protect all workloads within the cluster. After VMware HA is configured, no actions are required to protect new virtual machines. They are automatically protected. One can combine VMware HA with VMware Distributed Resource Scheduler (VMware DRS) to protect against failures and to provide load balancing across the hosts within a cluster.

4 Figure 1: VMware HA solution VMware HA on Hadoop 1.0 offers a mature and tested alternative to the evolving HA facilities planned in Hadoop 2.0. VMware HA can also be applied to the full stack of Hadoop service, while current work in Hadoop 2.0 only covers NameNode HA. We believe VMware HA will continue to offer improved manageability with future version of Hadoop. Simply enable HA on the appropriate VMs, and the VMware cluster will automatically restart those services in the event of a host or software failure. One of the most important reasons to consider VMware HA is that it is a generic service that can cover all components of Hadoop ecosystem. So rather than treating the NameNode as a special case, one can apply the same technology to all key Hadoop services. These include: HDFS (NameNode, Check Point Server) MapReduce (JobTracker) Hive / HCatalog metadata server & Database Ambari Oozie Others.

5 Terminology High Availability (HA) - an application s ability to restore itself to full operating capabilities when faced with intermittent or permanent failure because of any dependency from network through operating system to application, itself. NameNode (NN) - the master service or interface called by all Hadoop filesystem operations. The NameNode manages files which exist in a Hadoop system as well as where the data for those files reside. JobTracker (JT) - the master service or interface called by all MapReduce clients attempting to execute code and work inside a Hadoop cluster. Worker - A VM or physical machine running the Hadoop TaskTracker to execute user code and the DataNode to store user data. Hadoop is designed to transparently handle failure of these nodes. Master A Hadoop service that is critical to Hadoop s functionality, such as the NameNode or JobTracker. For a Hadoop cluster to be HA, these services must be made HA. Cold Standby is an HA strategy where a replacement service is started only after a service configured for HA is determined to have failed. Hot Standby - is an HA strategy where a service configured for HA has a second version kept in lockstep with the active server. Clients can failover to this hot standby automatically w/o external hardware or software intervention. High Level Use Cases High availability capabilities are typically meant for use by operations and DevOps teams. To that end, the use cases listed below are focused on production scenarios. Planned Downtime: A Hadoop cluster is often shutdown in order to perform operating system or hardware maintenance servers, switches etc. If this maintenance impacts a Hadoop master s hardware or OS, that service is typically taken out of service for minutes to hours. From a user experience perspective, it is desired that users should be able to continue to use the cluster without interruption caused by master downtime. In a vsphere TM virtualized cluster, VMware vmotion TM technology and HA solution can address this requirement, either through live migration of the VM or by explicitly triggering a failover from the vcenter TM console with no or minimal downtime. Unplanned Downtime or Unresponsive Service: The failover of the NameNode service can occur due to hardware or OS failure, a failure of the NameNode daemon, or because the NameNode daemon becomes unresponsive for a few minutes. While this is not common, the failure can occur at unexpected times and may have an impact on meeting the SLAs of some critical applications. VMware HA solution automatically detects any hardware or VM failure to take appropriate action. In addition, the HA solution also provides a mechanism to detect failures of the NameNode service running in a VM. Detection of failures automatically triggers HA failover without any human intervention. In essence, the difference between planned and unplanned modes of failover is that planned failover is initiated by a human and unplanned failover is initiated by the system itself. Planned upgrades cause the biggest unavailability of the HDFS service because HDFS NameNode failures are not very common. Since most outages are planned, operators are in control of when those outages occur and can schedule in low utilization times. Hence a cold standby and failover HA solution should suffice for Namenode and can be enabled by VMware HA feature.

6 To support hot standby HA, VMware offers a feature called Fault Tolerance (FT). See Appendix for more details. Reference Architecture This section describes the Reference Architecture for providing a HA solution to key Apache Hadoop 1.0 services such as the NameNode. Design Principles for High Availability The key to architecting a highly available computing environment is to eliminate single points of failure. With the potential of occurring anywhere in the environment, failures can affect both hardware and software. Building redundancy at vulnerable points helps reduce or eliminate downtime caused by hardware failures. These include redundancies at the following layers: Server components such as network adaptors and host bus adaptors (HBAs) Servers, including blades and blade chassis Networking components Storage arrays and storage networking VMware vcenter TM Server is the management focal point for any VMware environment. Although VMware High Availability will continue to protect your environment without vcenter TM Server, the ability to manage the environment is severely impacted. It is highly recommended that you protect your vcenter TM Server instance as best as possible. This can be accomplished in the following ways: Use of VMware vcenter TM Server Heartbeat A specially designed HA solution for vcenter TM. Use of VMware High Availability Useful in environments where the vcenter TM Server instance is virtualized, such as when using the vsphere TM vcenter TM Server Appliance. Refer to VMware High Availability Deployment Best Practices [1] for further guidance on storage, networking, and cluster HA design considerations. Key Components of Apache Hadoop 1.0 High Availability Solution using VMware vsphere TM An Apache Hadoop cluster consists of two classes of hosts - masters and workers. Hadoop masters include the HDFS NameNode and MapReduce JobTracker. These nodes are single points of failure in Hadoop 1.0. If the hardware, OS, or master software for these hosts should fail, the Hadoop cluster becomes unavailable. In our reference architecture, this is resolved by deploying these hosts in a virtualized VMware HA cluster. The remaining hosts in a Hadoop cluster are workers. Apache Hadoop 1.0 has built in redundancy and failure recovery algorithms to detect and repair a Hadoop cluster, without interruption, when a worker fails. While these nodes do not need HA support, when designing a Hadoop cluster, there are many advantages to a uniform design where vsphere TM is used to manage all hosts. Virtualizing the entire Hadoop cluster is an option that brings additional operational and performance benefits such as automation, datacenter consolidation, rapid provisioning, higher resource utilization, a uniform system management, and monitoring framework for all nodes, leading to reduced TCO. [2]

7 Figure 2: VMware HA solution Ref. Arch. for Apache Hadoop 1.0 Reference Architecture described here consists of at least 2 ESX hosts that are configured to run in a single HA cluster, hosting the NameNode and JobTracker VM s. If an active Namenode or JobTracker fails, any other host in the HA cluster can become the active NameNode or JobTracker. There is no explicit host in the cluster configured as a hot or cold standby NameNode. A SAN is used to manage VM images and the server state of the NameNode and JobTracker. VMware vcenter TM is used to configure and manage the cluster. As Hadoop manages worker nodes failure transparently, the worker nodes are not configured for HA. They may be virtualized in an ESX cluster as described here [2] or deployed on physical hardware. Table 1: Reference Architecture Components COMPONENT NAME Name Node Job Tracker Workers (TaskTracker, and Data Nodes) CONFIGURATION One VM running the NameNode and monitoring tool on host1 with Shared Storage (SAN) One VM running the JobTracker on host2 with Shared Storage (SAN) One VM or physical machine running both components with direct attached storage (DAS) for HDFS and MapReduce.

8 New components Application health monitoring components VMware HA solution enables the HA agent on a host to heartbeat with a virtual machine through VM Tools or to an agent running within the virtual machine that is monitoring the application health. After the loss of a defined number of VMware Tools heartbeats with the virtual machine, HA will reset the virtual machine. Hortonworks has contributed an open source monitoring agent to the Apache Ambari project. [3] Client Patch To complete the HA solution, the failure of the HDFS NameNode not only needs to be detected and repaired, HDFS clients also need to behave gracefully, while the HA system detects and repairs the fault in the HDFS master. To support this, the standard HDFS client s existing retry logic was extended to support a configurable window during which it regularly attempts to reconnect to the NameNode. Assuming NameNode service is restored within that window, clients seamlessly continue their work, allowing HA to be transparent to HDFS. [4] Failover Test Scenarios Name Node host or VM Failure When the physical host running NameNode is failed, or the host OS is crashed, VMware HA solution automatically restarts the NameNode VM on one of the available hosts in the cluster. When the VM/Guest OS running the NameNode fails, VMware HA solution automatically restarts the NameNode VM on the same physical host in the cluster. In both cases, the failure is transparent to the user or any other services in the system, and failover involved no human intervention, except for when triggered manually. This capability is provided by VMware HA solution out-of-the box and applies to planned as well as unplanned downtime. vmotion TM was tested as well, a capability that can be used for manually moving the live NameNode VM from one host to another without any downtime. Name Node application Failure The new Monitoring Tool, introduced earlier in the document is used to enable and demonstrate the HA capability of the NameNode application running in a VM. When the NN process fails to start or crashes for reasons such as JVM crash, failure is reported by the monitoring tool to vsphere TM which in turn takes appropriate action to restart the NameNode VM.

9 Conclusion VMware vsphere TM 5.0 and VMware HA helps eliminate single points of failure in the deployment of business-critical applications in virtual machines. VMware HA solution works well with Apache Hadoop master services like NameNode to greatly simplify application provisioning while also providing an easy-touse, cost-effective high-availability, and failover solution. The results presented here represent a small part of ongoing work surrounding HA solution for virtualized Hadoop. Future documents will deal with results of applying FT and HA solution to other Hadoop master services, as well as performance and sizing analysis. Appendix Test Configuration Hardware Servers: o Dell R510 o 2 x Intel Xeon Processor X GHz 6 Core o 6 x 8GB 1333Mhz Dual Ranked LV RDIMMs o 2 x 500GB 7.2K RPM SATA 3.5 HD (ESX OS in Raid 1) o 8 x 1TB 7.2K RPM SATA 3.5 HD (JBOD) o 1 x PERC H700 Integrated RAID Controller 512MB Cache o 1 x QLogic (QLE2560) 8Gbps PCI-E FC HBA o o 1 x Broadcom 5716 dual-port gigabit Ethernet without TOE enabled 1 x Broadcom NetXtreme II Dual Port SFP+ Direct Attach 10GbE NIC PCIe x8 with TOE and iscsi Switches: o Extreme Summit x port switch o Arista 7124SX 24-port 10GbE switch o Brocade DS-300 FC switch Storage: o EMC VNX5700 Linux Distribution : CentOS bit Java : Sun Java 1.6.0_22 Native OS CPU, memory and disk 1VM per host, same as hardware Hypervisor vsphere TM ESXi 5.0, Build No vcenter TM 5.0.0, Build No Virtual Machines VMware Tools : installed Virtual network adapter : E1000

10 Virtual SCSI controller : LSILogicParallel Disks : VMDK 1 VM per host : 2 Master Nodes: 12G memory, 4 vcpus, shared storage 4 Worker Nodes : 12G memory, 4 vcpus, 8 local disks + shared storage (used for OS image) Hadoop Distribution : Hortonworks Data Platform Active NameNode : Host1 Active JobTracker : Host2 Workers : All hosts/vms from Host3 Host6 java.opts = -Xmx2048m Xmn512m Cluster topology o Native, 1 VM per host: all hosts in the default rack Figure 3: Test Cluster Layout

11 VMware vmotion TM Technology vmotion TM eliminates the need to schedule application downtime due to planned server maintenance through live migration of virtual machines across servers with no disruption to users or loss of service. With vmotion TM, resources can be dynamically reallocated across physical hosts. Figure 4: VMware vmotion TM Technology VMware Fault Tolerance Fault Tolerance (FT) means zero down time, and should not include any human intervention. In VMware virtualized environment, VMware Fault Tolerance (FT) can be designed to do so with minimum impact to the SLA. Using the VMware s vlockstep technology, FT on the ESXi host platform provides continuous availability by protecting a virtual machine (the Primary virtual machine) with a shadow copy (secondary virtual machine). The Secondary virtual machine can take over execution at any point without service interruption or loss of data because it is in virtual lockstep with the primary virtual machine. Figure 5: VMware Fault Tolerance (FT) Solution

12 VMware Distributed Resource Scheduling (DRS) In deployments with shared storage, Dynamic Resource Scheduling (DRS) dynamically load balances server resources to deliver the right resource to the right application based on business priority; allowing applications to shrink and grow as required. DRS performs an initial placement of the virtual machine on a host. As the cluster conditions change (for example, load and available resources), DRS uses vmotion TM to migrate virtual machines to other hosts as required. This capability can be used by the master nodes when more than one host is available in the cluster to dynamically balance the load across physical hosts. Figure 6: VMware DRS Solution References 1. VMware High Availability (VMware HA) Deployment Best Practices: 2. Virtualizing Hadoop: 3. Application health Monitoring Tool: HDFS Client Patch: About VMware VMware (NYSE:VMW), the global leader in virtualization and cloud infrastructure, delivers customer-proven solutions that accelerate IT by reducing complexity and enabling more flexible, agile service delivery. VMware enables enterprises to adopt a cloud model that addresses their unique business challenges. VMware s approach accelerates the transition to cloud computing while preserving existing investments and improving security and control. With more than 300,000 customers and 25,000 partners, VMware solutions help organizations of all sizes lower costs, increase business agility and ensure freedom of choice.

13 About Hortonworks Hortonworks was formed by the key architects and core Hadoop committers from the Yahoo! Hadoop software engineering team that led the effort to design and build every major release of Apache Hadoop from 0.1 to the most current stable release, contributing more than 80% of the code along the way. The team continues to be the leading contributor to core Hadoop (MapReduce and HDFS) as well as many other important Hadoop projects. We are also the major driving force behind the next generation of Apache Hadoop.

Running Philips IntelliSpace Portal with VMware vmotion, DRS and HA on vsphere 5.1 and 5.5. September 2014

Running Philips IntelliSpace Portal with VMware vmotion, DRS and HA on vsphere 5.1 and 5.5. September 2014 Running Philips IntelliSpace Portal with VMware vmotion, DRS and HA on vsphere 5.1 and 5.5 September 2014 D E P L O Y M E N T A N D T E C H N I C A L C O N S I D E R A T I O N S G U I D E Running Philips

More information

Virtualizing Apache Hadoop. June, 2012

Virtualizing Apache Hadoop. June, 2012 June, 2012 Table of Contents EXECUTIVE SUMMARY... 3 INTRODUCTION... 3 VIRTUALIZING APACHE HADOOP... 4 INTRODUCTION TO VSPHERE TM... 4 USE CASES AND ADVANTAGES OF VIRTUALIZING HADOOP... 4 MYTHS ABOUT RUNNING

More information

Technical Paper. Leveraging VMware Software to Provide Failover Protection for the Platform for SAS Business Analytics April 2011

Technical Paper. Leveraging VMware Software to Provide Failover Protection for the Platform for SAS Business Analytics April 2011 Technical Paper Leveraging VMware Software to Provide Failover Protection for the Platform for SAS Business Analytics April 2011 Table of Contents About this Document... 3 Introduction... 4 What is Failover?...

More information

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers EMC VPLEX FAMILY Continuous Availability and data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is

More information

COMPARISON OF VMware VSHPERE HA/FT vs stratus

COMPARISON OF VMware VSHPERE HA/FT vs stratus COMPARISON OF VMware VSHPERE HA/FT vs stratus ftserver SYSTEMS White Paper 2 Ensuring Availability of Virtualized Business-Critical Applications in an Always-On World Introduction Virtualization has become

More information

High-Availability Fault Tolerant Computing for Remote and Branch Offices HA/FT solutions for Cisco UCS E-Series servers and VMware vsphere

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

More information

VMware vsphere 5.1 Advanced Administration

VMware vsphere 5.1 Advanced Administration Course ID VMW200 VMware vsphere 5.1 Advanced Administration Course Description This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter.

More information

Microsoft SMB File Sharing Best Practices Guide

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

More information

MAKING YOUR VIRTUAL INFRASTUCTURE NON-STOP Making availability efficient with Veritas products

MAKING YOUR VIRTUAL INFRASTUCTURE NON-STOP Making availability efficient with Veritas products TECHNOLOGY REVIEW MAKING YOUR VIRTUAL INFRASTUCTURE NON-STOP Making availability efficient with Veritas products AUGUST 2015 All businesses have a core set of applications and services that are critical

More information

Protecting Hadoop with VMware vsphere. 5 Fault Tolerance. Performance Study TECHNICAL WHITE PAPER

Protecting Hadoop with VMware vsphere. 5 Fault Tolerance. Performance Study TECHNICAL WHITE PAPER VMware vsphere 5 Fault Tolerance Performance Study TECHNICAL WHITE PAPER Table of Contents Executive Summary... 3 Introduction... 3 Configuration... 4 Hardware Overview... 5 Local Storage... 5 Shared Storage...

More information

VirtualclientTechnology 2011 July

VirtualclientTechnology 2011 July WHAT S NEW IN VSPHERE VirtualclientTechnology 2011 July Agenda vsphere Platform Recap vsphere 5 Overview Infrastructure Services Compute, Storage, Network Applications Services Availability, Security,

More information

VMware vsphere 5.0 Boot Camp

VMware vsphere 5.0 Boot Camp VMware vsphere 5.0 Boot Camp This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter. Assuming no prior virtualization experience, this

More information

MaxDeploy Ready. Hyper- Converged Virtualization Solution. With SanDisk Fusion iomemory products

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

More information

Expert Reference Series of White Papers. Visions of My Datacenter Virtualized

Expert Reference Series of White Papers. Visions of My Datacenter Virtualized Expert Reference Series of White Papers Visions of My Datacenter Virtualized 1-800-COURSES www.globalknowledge.com Visions of My Datacenter Virtualized John A. Davis, VMware Certified Instructor (VCI),

More information

Reference Architecture and Best Practices for Virtualizing Hadoop Workloads Justin Murray VMware

Reference Architecture and Best Practices for Virtualizing Hadoop Workloads Justin Murray VMware Reference Architecture and Best Practices for Virtualizing Hadoop Workloads Justin Murray ware 2 Agenda The Hadoop Journey Why Virtualize Hadoop? Elasticity and Scalability Performance Tests Storage Reference

More information

Oracle Database Scalability in VMware ESX VMware ESX 3.5

Oracle Database Scalability in VMware ESX VMware ESX 3.5 Performance Study Oracle Database Scalability in VMware ESX VMware ESX 3.5 Database applications running on individual physical servers represent a large consolidation opportunity. However enterprises

More information

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available Phone: (603)883-7979 sales@cepoint.com Cepoint Cluster Server CEP Cluster Server turnkey system. ENTERPRISE HIGH AVAILABILITY, High performance and very reliable Super Computing Solution for heterogeneous

More information

VBLOCK SOLUTION FOR SAP APPLICATION HIGH AVAILABILITY

VBLOCK SOLUTION FOR SAP APPLICATION HIGH AVAILABILITY Vblock Solution for SAP Application High Availability Table of Contents www.vce.com VBLOCK SOLUTION FOR SAP APPLICATION HIGH AVAILABILITY Version 2.0 February 2013 1 Copyright 2013 VCE Company, LLC. All

More information

Deploying Virtualized Hadoop Systems with VMware vsphere Big Data Extensions A DEPLOYMENT GUIDE

Deploying Virtualized Hadoop Systems with VMware vsphere Big Data Extensions A DEPLOYMENT GUIDE Deploying Virtualized Hadoop Systems with VMware vsphere Big Data Extensions A DEPLOYMENT GUIDE Table of Contents Introduction.... 4 Overview of Hadoop, vsphere, and Project Serengeti.... 4 An Overview

More information

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware

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

More information

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, 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

More information

Oracle Database Solutions on VMware High Availability. Business Continuance of SAP Solutions on Vmware vsphere

Oracle Database Solutions on VMware High Availability. Business Continuance of SAP Solutions on Vmware vsphere Business Continuance of SAP Solutions on Vmware vsphere This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed

More information

Oracle Databases on VMware High Availability

Oracle Databases on VMware High Availability This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware

More information

VBLOCK SOLUTION FOR SAP: HIGH AVAILABILITY FOR THE PRIVATE CLOUD

VBLOCK SOLUTION FOR SAP: HIGH AVAILABILITY FOR THE PRIVATE CLOUD Vblock Solution for SAP: High Availability for the Private Cloud Table of Contents www.vce.com VBLOCK SOLUTION FOR SAP: HIGH AVAILABILITY FOR THE PRIVATE CLOUD Version 2.0 February 2013 1 Copyright 2013

More information

The Future of Computing Cisco Unified Computing System. Markus Kunstmann Channels Systems Engineer

The Future of Computing Cisco Unified Computing System. Markus Kunstmann Channels Systems Engineer The Future of Computing Cisco Unified Computing System Markus Kunstmann Channels Systems Engineer 2009 Cisco Systems, Inc. All rights reserved. Data Centers Are under Increasing Pressure Collaboration

More information

Philips IntelliSpace Critical Care and Anesthesia on VMware vsphere 5.1

Philips IntelliSpace Critical Care and Anesthesia on VMware vsphere 5.1 Philips IntelliSpace Critical Care and Anesthesia on VMware vsphere 5.1 Jul 2013 D E P L O Y M E N T A N D T E C H N I C A L C O N S I D E R A T I O N S G U I D E Table of Contents Introduction... 3 VMware

More information

Dell Reference Configuration for Hortonworks Data Platform

Dell Reference Configuration for Hortonworks Data Platform Dell Reference Configuration for Hortonworks Data Platform A Quick Reference Configuration Guide Armando Acosta Hadoop Product Manager Dell Revolutionary Cloud and Big Data Group Kris Applegate Solution

More information

EMC VPLEX FAMILY. Continuous Availability and Data Mobility Within and Across Data Centers

EMC VPLEX FAMILY. Continuous Availability and Data Mobility Within and Across Data Centers EMC VPLEX FAMILY Continuous Availability and Data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is

More information

27 22 00 Data Communications Hardware 27 22 16 Data Communications Storage and Backup 27 22 19 Data Communications Servers

27 22 00 Data Communications Hardware 27 22 16 Data Communications Storage and Backup 27 22 19 Data Communications Servers Pivot3 has over 1200 customers across the globe that rely on purpose-built Pivot3 appliances for highcapacity video surveillance and high-iop virtual desktop environments. The company is the leading supplier

More information

VMware High Availability (VMware HA): Deployment Best Practices

VMware High Availability (VMware HA): Deployment Best Practices VMware High Availability (VMware HA): Deployment Best Practices VMware vsphere 4.1 TECHNICAL WHITE PAPER This paper describes best practices and guidance for properly deploying VMware High Availability

More information

Configuration Maximums

Configuration Maximums Topic Configuration s VMware vsphere 5.1 When you select and configure your virtual and physical equipment, you must stay at or below the maximums supported by vsphere 5.1. The limits presented in the

More information

Symantec and VMware: Virtualizing Business Critical Applications with Confidence WHITE PAPER

Symantec and VMware: Virtualizing Business Critical Applications with Confidence WHITE PAPER Symantec and VMware: Virtualizing Business Critical Applications with Confidence WHITE PAPER Challenges of Using Traditional High-Availability Solutions Business-critical applications and the systems they

More information

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Applied Technology Abstract By migrating VMware virtual machines from one physical environment to another, VMware VMotion can

More information

A Continuous-Availability Solution for VMware vsphere and NetApp

A Continuous-Availability Solution for VMware vsphere and NetApp Technical Report A Continuous-Availability Solution for VMware vsphere and NetApp Using VMware High Availability and Fault Tolerance and NetApp MetroCluster NetApp and VMware, Inc. June 2010 TR-3788 EXECUTIVE

More information

Microsoft Exchange Solutions on VMware

Microsoft Exchange Solutions on VMware Design and Sizing Examples: Microsoft Exchange Solutions on VMware Page 1 of 19 Contents 1. Introduction... 3 1.1. Overview... 3 1.2. Benefits of Running Exchange Server 2007 on VMware Infrastructure 3...

More information

Balancing CPU, Storage

Balancing CPU, Storage TechTarget Data Center Media E-Guide Server Virtualization: Balancing CPU, Storage and Networking Demands Virtualization initiatives often become a balancing act for data center administrators, who are

More information

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION

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

More information

Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820

Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820 Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820 This white paper discusses the SQL server workload consolidation capabilities of Dell PowerEdge R820 using Virtualization.

More information

CLOUDERA REFERENCE ARCHITECTURE FOR VMWARE STORAGE VSPHERE WITH LOCALLY ATTACHED VERSION CDH 5.3

CLOUDERA REFERENCE ARCHITECTURE FOR VMWARE STORAGE VSPHERE WITH LOCALLY ATTACHED VERSION CDH 5.3 CLOUDERA REFERENCE ARCHITECTURE FOR VMWARE VSPHERE WITH LOCALLY ATTACHED STORAGE VERSION CDH 5.3 Contents 1 Table of Figures 3 2 Table of Tables 3 3 Executive Summary 4 4 Audience and Scope 5 5 Glossary

More information

VMware vsphere High Availability 5.0 Deployment Best Practices TECHNICAL MARKETING DOCUMENTATION UPDATED JANUARY 2013

VMware vsphere High Availability 5.0 Deployment Best Practices TECHNICAL MARKETING DOCUMENTATION UPDATED JANUARY 2013 VMware vsphere High Availability 5.0 TECHNICAL MARKETING DOCUMENTATION UPDATED JANUARY 2013 Table of Contents Introduction.... 3 Design Principles for High Availability.... 4 Host Considerations.... 4

More information

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software Best Practices for Monitoring Databases on VMware Dean Richards Senior DBA, Confio Software 1 Who Am I? 20+ Years in Oracle & SQL Server DBA and Developer Worked for Oracle Consulting Specialize in Performance

More information

Hyper-V vs ESX at the datacenter

Hyper-V vs ESX at the datacenter Hyper-V vs ESX at the datacenter Gabrie van Zanten www.gabesvirtualworld.com GabesVirtualWorld Which hypervisor to use in the data center? Virtualisation has matured Virtualisation in the data center grows

More information

Building the Virtual Information Infrastructure

Building the Virtual Information Infrastructure Technology Concepts and Business Considerations Abstract A virtual information infrastructure allows organizations to make the most of their data center environment by sharing computing, network, and storage

More information

Oracle E-Business Suite Disaster Recovery Solution with VMware Site Recovery Manager and EMC CLARiiON

Oracle E-Business Suite Disaster Recovery Solution with VMware Site Recovery Manager and EMC CLARiiON Oracle E-Business Suite Disaster Recovery Solution with VMware Site Recovery Manager and EMC CLARiiON Applied Technology Abstract This white paper demonstrates how VMware s Site Recovery Manager enables

More information

Dell High Availability Solutions Guide for Microsoft Hyper-V

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.

More information

REDEFINE SIMPLICITY TOP REASONS: EMC VSPEX BLUE FOR VIRTUALIZED ENVIRONMENTS

REDEFINE SIMPLICITY TOP REASONS: EMC VSPEX BLUE FOR VIRTUALIZED ENVIRONMENTS REDEFINE SIMPLICITY AGILE. SCALABLE. TRUSTED. TOP REASONS: EMC VSPEX BLUE FOR VIRTUALIZED ENVIRONMENTS Redefine Simplicity: Agile, Scalable and Trusted. Mid-market and Enterprise customers as well as Managed

More information

Migrating to ESXi: How To

Migrating to ESXi: How To ILTA Webinar Session Migrating to ESXi: How To Strategies, Procedures & Precautions Server Operations and Security Technology Speaker: Christopher Janoch December 29, 2010 Migrating to ESXi: How To Strategies,

More information

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 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

More information

Apache Hadoop Cluster Configuration Guide

Apache Hadoop Cluster Configuration Guide Community Driven Apache Hadoop Apache Hadoop Cluster Configuration Guide April 2013 2013 Hortonworks Inc. http://www.hortonworks.com Introduction Sizing a Hadoop cluster is important, as the right resources

More information

Adobe Deploys Hadoop as a Service on VMware vsphere

Adobe Deploys Hadoop as a Service on VMware vsphere Adobe Deploys Hadoop as a Service A TECHNICAL CASE STUDY APRIL 2015 Table of Contents A Technical Case Study.... 3 Background... 3 Why Virtualize Hadoop on vsphere?.... 3 The Adobe Marketing Cloud and

More information

Veritas InfoScale Availability

Veritas InfoScale Availability Veritas InfoScale Availability Delivers high availability and disaster recovery for your critical applications Overview protects your most important applications from planned and unplanned downtime. InfoScale

More information

Virtualization with the Intel Xeon Processor 5500 Series: A Proof of Concept

Virtualization with the Intel Xeon Processor 5500 Series: A Proof of Concept White Paper Intel Information Technology Computer Manufacturing Server Virtualization Virtualization with the Intel Xeon Processor 5500 Series: A Proof of Concept Intel IT, together with Intel s Digital

More information

The best platform for building cloud infrastructures. Ralf von Gunten Sr. Systems Engineer VMware

The best platform for building cloud infrastructures. Ralf von Gunten Sr. Systems Engineer VMware The best platform for building cloud infrastructures Ralf von Gunten Sr. Systems Engineer VMware The Problem Overwhelming complexity >70% of IT budgets just to keep the lights on

More information

OPTIMIZING SERVER VIRTUALIZATION

OPTIMIZING SERVER VIRTUALIZATION OPTIMIZING SERVER VIRTUALIZATION HP MULTI-PORT SERVER ADAPTERS BASED ON INTEL ETHERNET TECHNOLOGY As enterprise-class server infrastructures adopt virtualization to improve total cost of ownership (TCO)

More information

Improving IT Operational Efficiency with a VMware vsphere Private Cloud on Lenovo Servers and Lenovo Storage SAN S3200

Improving IT Operational Efficiency with a VMware vsphere Private Cloud on Lenovo Servers and Lenovo Storage SAN S3200 Improving IT Operational Efficiency with a VMware vsphere Private Cloud on Lenovo Servers and Lenovo Storage SAN S3200 Most organizations routinely utilize a server virtualization infrastructure to benefit

More information

Module: Business Continuity

Module: Business Continuity Upon completion of this module, you should be able to: Describe business continuity and cloud service availability Describe fault tolerance mechanisms for cloud infrastructure Discuss data protection solutions

More information

Top 10 Reasons to Virtualize VMware Zimbra Collaboration Server with VMware vsphere. white PAPER

Top 10 Reasons to Virtualize VMware Zimbra Collaboration Server with VMware vsphere. white PAPER Top 10 Reasons to Virtualize VMware Zimbra Collaboration Server with VMware vsphere white PAPER Email outages disrupt a company s ability to conduct business. Issues as diverse as scheduled downtime, human

More information

MaxDeploy Hyper- Converged Reference Architecture Solution Brief

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

More information

High Availability with Windows Server 2012 Release Candidate

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

More information

SQL Server High Availability: After Virtualization SQL PASS Virtualization Virtual Chapter September 11, 2013

SQL Server High Availability: After Virtualization SQL PASS Virtualization Virtual Chapter September 11, 2013 SQL Server High Availability: After Virtualization SQL PASS Virtualization Virtual Chapter September 11, 2013 About David Klee Founder and Chief Architect, Heraflux Technologies Teammate, Linchpin People

More information

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware

More information

Microsoft Exchange, Lync, and SharePoint Server 2010 on Dell Active System 800v

Microsoft Exchange, Lync, and SharePoint Server 2010 on Dell Active System 800v Microsoft Exchange, Lync, and SharePoint Server 2010 on Dell Active System 800v A Design and Implementation Guide with a sample implementation for 5,000 users Global Solutions Engineering This document

More information

Getting the Most Out of Virtualization of Your Progress OpenEdge Environment. Libor Laubacher Principal Technical Support Engineer 8.10.

Getting the Most Out of Virtualization of Your Progress OpenEdge Environment. Libor Laubacher Principal Technical Support Engineer 8.10. Getting the Most Out of Virtualization of Your Progress OpenEdge Environment Libor Laubacher Principal Technical Support Engineer 8.10.2013 Agenda Virtualization Terms, benefits, vendors, supportability,

More information

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014 VMware SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014 VMware SAN Backup Using VMware vsphere Table of Contents Introduction.... 3 vsphere Architectural Overview... 4 SAN Backup

More information

Apache Hadoop Storage Provisioning Using VMware vsphere Big Data Extensions TECHNICAL WHITE PAPER

Apache Hadoop Storage Provisioning Using VMware vsphere Big Data Extensions TECHNICAL WHITE PAPER Apache Hadoop Storage Provisioning Using VMware vsphere Big Data Extensions TECHNICAL WHITE PAPER Table of Contents Apache Hadoop Deployment on VMware vsphere Using vsphere Big Data Extensions.... 3 Local

More information

EMC Business Continuity for Microsoft SQL Server 2008

EMC Business Continuity for Microsoft SQL Server 2008 EMC Business Continuity for Microsoft SQL Server 2008 Enabled by EMC Celerra Fibre Channel, EMC MirrorView, VMware Site Recovery Manager, and VMware vsphere 4 Reference Architecture Copyright 2009, 2010

More information

Pivot3 Reference Architecture for VMware View Version 1.03

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

More information

SAP Solutions on VMware Business Continuance Protecting Against Unplanned Downtime

SAP Solutions on VMware Business Continuance Protecting Against Unplanned Downtime of SAP Solutions on Vmware vsphere SAP Solutions on VMware Protecting Against Unplanned Downtime This product is protected by U.S. and international copyright and intellectual property laws. This product

More information

Introduction to VMware EVO: RAIL. White Paper

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...............................................................

More information

HRG Assessment: Stratus everrun Enterprise

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

More information

Unleash the Performance of vsphere 5.1 with 16Gb Fibre Channel

Unleash the Performance of vsphere 5.1 with 16Gb Fibre Channel W h i t e p a p e r Unleash the Performance of vsphere 5.1 with 16Gb Fibre Channel Introduction The July 2011 launch of the VMware vsphere 5.0 which included the ESXi 5.0 hypervisor along with vcloud Director

More information

The next step in Software-Defined Storage with Virtual SAN

The next step in Software-Defined Storage with Virtual SAN The next step in Software-Defined Storage with Virtual SAN VMware vforum, 2014 Lee Dilworth, principal SE @leedilworth 2014 VMware Inc. All rights reserved. The Software-Defined Data Center Expand virtual

More information

SAP NetWeaver High Availability and Business Continuity in Virtual Environments with VMware and Hyper-V on Microsoft Windows

SAP NetWeaver High Availability and Business Continuity in Virtual Environments with VMware and Hyper-V on Microsoft Windows SAP NetWeaver High Availability and Business Continuity in Virtual Environments with VMware and Hyper-V on Microsoft Windows Applies to: SAP NetWeaver 7.00 and higher releases. Summary Introduction: SAP

More information

A virtual SAN for distributed multi-site environments

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

More information

Virtualization In Manufacturing Industries. Copyright 2012 Rockwell Automation, Inc. All rights reserved.

Virtualization In Manufacturing Industries. Copyright 2012 Rockwell Automation, Inc. All rights reserved. Virtualization In Manufacturing Industries Rev 5058-CO900C What is Virtualization? Traditionally the OS and its applications were tightly coupled to the hardware they were installed on Virtualization breaks

More information

Veritas Cluster Server from Symantec

Veritas Cluster Server from Symantec Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overview protects your most important applications from planned and unplanned downtime. Cluster

More information

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Solutions for Large Environments Virtualization Solutions Engineering Ryan Weldon and Tom Harrington THIS WHITE PAPER IS FOR

More information

VMWARE VSPHERE 5.0 WITH ESXI AND VCENTER

VMWARE VSPHERE 5.0 WITH ESXI AND VCENTER VMWARE VSPHERE 5.0 WITH ESXI AND VCENTER CORPORATE COLLEGE SEMINAR SERIES Date: April 15-19 Presented by: Lone Star Corporate College Format: Location: Classroom instruction 8 a.m.-5 p.m. (five-day session)

More information

EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution. Enabled by EMC Celerra and Linux using NFS and DNFS. Reference Architecture

EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution. Enabled by EMC Celerra and Linux using NFS and DNFS. Reference Architecture EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution Enabled by EMC Celerra and Linux using NFS and DNFS Reference Architecture Copyright 2009 EMC Corporation. All rights reserved. Published

More information

Private cloud computing advances

Private cloud computing advances Building robust private cloud services infrastructures By Brian Gautreau and Gong Wang Private clouds optimize utilization and management of IT resources to heighten availability. Microsoft Private Cloud

More information

Citrix XenApp Server Deployment on VMware ESX at a Large Multi-National Insurance Company

Citrix XenApp Server Deployment on VMware ESX at a Large Multi-National Insurance Company Citrix XenApp Server Deployment on VMware ESX at a Large Multi-National Insurance Company June 2010 TECHNICAL CASE STUDY Table of Contents Executive Summary...1 Customer Overview...1 Business Challenges...1

More information

Optimization, Business Continuity & Disaster Recovery in Virtual Environments. Darius Spaičys, Partner Business manager Baltic s 2012-06-14

Optimization, Business Continuity & Disaster Recovery in Virtual Environments. Darius Spaičys, Partner Business manager Baltic s 2012-06-14 Optimization, Business Continuity & Disaster Recovery in Virtual Environments Darius Spaičys, Partner Business manager Baltic s 2012-06-14 Agenda Business Continuity and Disaster Recovery Challenges How

More information

Veritas Storage Foundation High Availability for Windows by Symantec

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

More information

VMware vsphere 4.1. Pricing, Packaging and Licensing Overview. E f f e c t i v e A u g u s t 1, 2 0 1 0 W H I T E P A P E R

VMware vsphere 4.1. Pricing, Packaging and Licensing Overview. E f f e c t i v e A u g u s t 1, 2 0 1 0 W H I T E P A P E R VMware vsphere 4.1 Pricing, Packaging and Licensing Overview E f f e c t i v e A u g u s t 1, 2 0 1 0 W H I T E P A P E R Table of Contents Executive Summary...................................................

More information

Symantec Cluster Server powered by Veritas

Symantec Cluster Server powered by Veritas Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overview protects your most important applications from planned and unplanned downtime. Cluster

More information

Active Fabric Manager (AFM) Plug-in for VMware vcenter Virtual Distributed Switch (VDS) CLI Guide

Active Fabric Manager (AFM) Plug-in for VMware vcenter Virtual Distributed Switch (VDS) CLI Guide Active Fabric Manager (AFM) Plug-in for VMware vcenter Virtual Distributed Switch (VDS) CLI Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R O r a c l e V i r t u a l N e t w o r k i n g D e l i v e r i n g F a b r i c

More information

Virtualization of the MS Exchange Server Environment

Virtualization of the MS Exchange Server Environment MS Exchange Server Acceleration Maximizing Users in a Virtualized Environment with Flash-Powered Consolidation Allon Cohen, PhD OCZ Technology Group Introduction Microsoft (MS) Exchange Server is one of

More information

VMware vsphere-6.0 Administration Training

VMware vsphere-6.0 Administration Training VMware vsphere-6.0 Administration Training Course Course Duration : 20 Days Class Duration : 3 hours per day (Including LAB Practical) Classroom Fee = 20,000 INR Online / Fast-Track Fee = 25,000 INR Fast

More information

VMware for SMB environments(min. 505 1 st year)

VMware for SMB environments(min. 505 1 st year) VMware offers dozens of products, but at its core is vsphere, its virtualization platform, and vcenter Server, its management family. Understanding VMware's vsphere, vcenter and vcloud licensing is critical

More information

Symantec Storage Foundation High Availability for Windows

Symantec Storage Foundation High Availability for Windows Symantec Storage Foundation High Availability for Windows Storage management, high availability and disaster recovery for physical and virtual Windows applications Data Sheet: High Availability Overview

More information

Merge Healthcare Virtualization

Merge Healthcare Virtualization Merge Healthcare Virtualization CUSTOMER Merge Healthcare 900 Walnut Ridge Drive Hartland, WI 53029 USA 2014 Merge Healthcare. The information contained herein is confidential and is the sole property

More information

EMC SCALEIO OPERATION OVERVIEW

EMC SCALEIO OPERATION OVERVIEW EMC SCALEIO OPERATION OVERVIEW Ensuring Non-disruptive Operation and Upgrade ABSTRACT This white paper reviews the challenges organizations face as they deal with the growing need for always-on levels

More information

Welcome to the unit of Hadoop Fundamentals on Hadoop architecture. I will begin with a terminology review and then cover the major components

Welcome to the unit of Hadoop Fundamentals on Hadoop architecture. I will begin with a terminology review and then cover the major components Welcome to the unit of Hadoop Fundamentals on Hadoop architecture. I will begin with a terminology review and then cover the major components of Hadoop. We will see what types of nodes can exist in a Hadoop

More information

Exchange Failover in a StarWind Virtual SAN using a vsphere VI with Virtualized iscsi Devices on DAS

Exchange Failover in a StarWind Virtual SAN using a vsphere VI with Virtualized iscsi Devices on DAS #1 HyperConverged Appliance for SMB and ROBO Exchange Failover in a StarWind Virtual SAN using a vsphere VI with Virtualized iscsi Devices on DAS Cost Effective HA Storage for Critical Business Applications

More information

An Oracle White Paper August 2011. Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability

An Oracle White Paper August 2011. Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability An Oracle White Paper August 2011 Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability Note This whitepaper discusses a number of considerations to be made when

More information

MICROSOFT CLOUD REFERENCE ARCHITECTURE: FOUNDATION

MICROSOFT CLOUD REFERENCE ARCHITECTURE: FOUNDATION Reference Architecture Guide MICROSOFT CLOUD REFERENCE ARCHITECTURE: FOUNDATION EMC VNX, EMC VMAX, EMC ViPR, and EMC VPLEX Microsoft Windows Hyper-V, Microsoft Windows Azure Pack, and Microsoft System

More information

Implementing Storage Concentrator FailOver Clusters

Implementing Storage Concentrator FailOver Clusters Implementing Concentrator FailOver Clusters Technical Brief All trademark names are the property of their respective companies. This publication contains opinions of StoneFly, Inc. which are subject to

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

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

More information