NICE Perform Virtualization Solution Overview

Size: px
Start display at page:

Download "NICE Perform Virtualization Solution Overview"

Transcription

1 INSIGHT FROM INTERACTIONS Solution Overview NICE Perform Virtualization Solution Overview

2 Table of Contents Introduction... 3 Server Virtualization... 4 The Virtualization Layer (aka Hypervisor)... 6 CPU Resources and Virtual CPUs (aka vcpus)... 7 RAM Resources... 7 VMs and the Storage Infrastructure... 8 Managing a Virtual Infrastructure... 8 NICE Support for Server Virtualization... 9 Designing a Virtualized NICE Perform Solution Server Virtualization High Availability Solutions Moving VMs from one Physical Server to Another Moving VMs from one Storage Area to Another VM Clustering VM Fault Tolerance VM Disaster Recovery Desktop Virtualization NICE Perform and VMWare VDI About NICE... 19

3 Introduction Companies are constantly dealing with the challenges of balancing operational expenses and providing high quality customer support. In order to overcome them, management needs to streamline processes and improve operational efficiency while continuing to meet the customer s consistent expectations of outstanding customer service. Benefits of Virtualization: Server Consolidation and Infrastructure Optimization Physical Infrastructure Cost Reduction Improved Operational Flexibility and Responsiveness Increased Application Availability and Improved Business Continuity Improved Desktop Manageability and Security There are a variety of technological options available in enterprise-grade solutions to reduce total cost of ownership (TCO) by lowering IT administration and hardware costs. An option which is gaining popularity when planning data center consolidation projects is virtualization. Virtualization conceals the physical characteristics of computing resources from applications or end users. Companies can optimize their network infrastructure by deploying VMs that operate safely and move transparently across shared hardware. It also enables an organization to consolidate the number of servers as well as reduce data center operating costs by as much as 35-50% by minimizing necessary floor space, hardware power and cooling. The key benefits of virtualization include: Server Consolidation and Infrastructure Optimization: Virtualization makes it possible to achieve significantly higher resource utilization by pooling common infrastructure resources and breaking the legacy one application to one server model. Physical Infrastructure Cost Reduction: With virtualization, customers can reduce the number of servers and related IT hardware in the data center. This leads to reductions in real estate, power and cooling requirements, resulting in significantly lower IT costs. Improved Operational Flexibility and Responsiveness: Virtualization offers a new way of managing IT infrastructure and can help IT administrators spend less time on repetitive tasks such as provisioning, configuration, monitoring and maintenance. Increased Application Availability and Improved Business Continuity: Eliminate planned downtime and recover quickly from unplanned outages with the ability to securely backup and migrate entire virtual environments with no interruption in service. Improved Desktop Manageability and Security: Deploy, manage and monitor secure desktop environments that end users can access locally or remotely, with or without a network connection, on almost any standard desktop, laptop or tablet PC. Green IT: Lowers power consumption by requiring electricity only for the server and cooling which is friendlier on the environment As NICE supports VMWare and Microsoft virtualization solutions, this solution overview will focus on these virtualization vendors solutions.

4 Server Virtualization Virtualization is the technology of managing systems and resources functionally regardless of their physical layout or location. In the IT arena, it has become a significant asset for servers, desktops, applications, networks, storage and more. Server virtualization allows one physical computer to host multiple virtual computers (also known as VMs or VMs) by sharing the computer s physical resources across multiple environments. Figure 1: Server Virtualization Architecture Figure 1 shows the typical x86 Server (Intel or AMD processor) on the left. Each server has a hardware configuration, an operating system installed on the hardware, and applications installed on the operating system. Each layer of this architecture is tightly tied to the layer below and ultimately to the hardware the OS is customized to the hardware present in the drivers it uses, the way its parameters are tuned, etc. Applications are in turn tied to the OS on which they are installed. This architecture has been used for over a decade but it is not ideal because there is only one OS and essentially one workload per physical machine. It is very difficult to put more than one major application on these servers because of the risk of encountering conflicts and performance problems. In fact, a best practice for computing today is to run only one application per server in order to avoid those problems. However, the result is that most of the time utilization is very low and lots of paid computing power is wasted. There is a trade-off between wasting hardware and lowering risk. Furthermore, this architecture is inflexible. The server is mostly idle. It also would take a long time to repurpose it for something else since the current OS and application needs to be archived, reconfigured or, to be on the safe side, the OS needs to be reinstalled for a

5 new application, an already installed application, etc. This is not a very attractive proposition if it needs to be repurposed again later. Server Virtualization changes all that. It takes a physical system along with the operating system and anything installed in the operating system and packages them into a virtual machine or VM. A VM contains a virtual hardware configuration as well as virtual disks where the operating system and applications can be installed. For the OS in a VM, it is the same as running on real physical hardware. The OS inside a VM is the same operating system as used on a physical machine whether it is Windows, Linux, Netware, BSD, etc. It does not need to be modified for virtualization. The applications installed on the OS are the same complete applications that ran on an OS before virtualization. Each VM runs on top of a thin virtualization layer called the hypervisor that the virtualization vendor software places on a server. The hypervisor allocates resources to each VM and maps the virtual hardware that each VM sees to the actual physical hardware on the server. Virtualization Vendors Server Virtualization Products Virtualization Layer (hypervisor) Virtualization Management System VMWare Products Microsoft Products ESX Hyper-V ESXi (free) vcenter (FKA Virtual Virtual Machine Manager (aka VMM) Center) Table 1: Virtualization Products For product versions supported by NICE, see further below.

6 The Virtualization Layer (aka Hypervisor) The hypervisor represents a layer separating the physical server from the VMs. It allows hosting many VMs on a single physical server while each VM is not aware the other VMs share the same physical resources. Through the management system of the virtualized infrastructure, each VM is configured with resources which are not necessarily reserved for this VM, thus separating what the VM thinks from what it actually gets. For example, a server with 2 Quad Core 3GHz CPUs (8 processors) and 32GB RAM can host many VMs. Two such VMs on this server can be configured with 2 Virtual CPUs and 4GB RAM meaning these VMs would think they are working with 2 processors with 3GHz and 4GB RAM and will try utilizing these resources. However, if these resources were not actually reserved for these particular VMs, the hypervisor s scheduling mechanism would try to balance the resource loads between the actual physical resources (not necessarily the same physical resources) and achieve better resource utilization. Notice that resources can indeed be allocated to VMs and that allocated resources do not need to correlate with the configured VM resources. For example, one can configure 2 vcpus with 3GHz and 4GB RAM to a specific VM yet reserve only 2GHz and 2GB RAM for this VM. Figure 2: Configured Resources vs. Physical Resources

7 CPU Resources and Virtual CPUs (aka vcpus) CPU resources in a virtualized environment are usually measured by adding up the amount of GHz. For example, the amount of CPU resources of a Quad Core 3GHz CPUs (8 processors) physical server is 8*3GHz=24GHz. Virtual CPUs represent the configured count of processors for a specific VM, not necessarily correlating to the actual reserved CPU resources. However, the vcpu count of a VM does correlate to the amount of processors that will be used to balance its CPU utilization load. For example, a VM resides on a physical server with Quad Core 3GHz CPUs (8 processors) and is configured with 4vCPUs. This means that the VM would think it has 4 processors with 3GHz (notice that the amount of GHz is identical to that of the physical server s CPUs) and the hypervisor would indeed share this VM s CPU load across 4 physical processors. If CPU resources were not allocated specifically to this VM, then it will probably share its CPU load across these 4 processors with several other VMs. However, if 5GHz of CPU resources were allocated to this VM, then 5GHz of total CPU utilization (across the 4 processors) are guaranteed to be available for this VM at any given time. Another way of ensuring resource availability to certain VM(s) is by defining priorities. In cases where many VMs simultaneously require resources, a prioritization mechanism within the hypervisor will make sure to allocate resources to higher-priority VMs first. RAM Resources Each VM is configured with a set amount of RAM, not necessarily correlating to the actual reserved RAM resources for this VM nor to the actual physical RAM residing on the physical server. For example, a VM resides on a physical server with 32GB RAM and is configured with 4GB RAM. This means the VM would think it has 4GB RAM. If no RAM was specifically reserved for this VM, then the hypervisor would allow the VM to use the physical 32GB RAM as needed while sharing these 32GB between the other VMs. If the hypervisor runs out of RAM resources, it will not necessarily allow the VM to use 4GB RAM, even if these are required, pressuring this VM s operating system to utilize RAM saving mechanisms (e.g.- paging). However, if a set amount of RAM is reserved for this VM, then this amount would be available only for this VM and not shared with other VMs. Another way of ensuring resource availability to certain VM(s) is by defining priorities. In cases where many VMs simultaneously require resources, a prioritization mechanism within the hypervisor will make sure to allocate resources to higher-priority VMs first.

8 VMs and the Storage Infrastructure Each VM is usually represented as a large file which is usually kept in the shared storage. Thus, instead of keeping each VM locally, the hypervisor keeps a pointer to the actual file residing on the shared storage. This pointer contains all the metadata of the actual VM it represents including the OS, applications, file structure and running state. Keeping the VMs as files in the shared storage enables deploying high availability mechanisms, as the physical servers hosting the VMs do not store the actual VMs, but only point to them. Thus, the VMs be transferred to be governed by other physical servers. This will be discussed in the Server Virtualization High Availability Solutions section. Figure 3: VMs residing on the Shared Storage Managing a Virtual Infrastructure The Virtual Infrastructure Management System is crucial for the provisioning and management of VMs in a Virtual Infrastructure. It allows the configuration of VMs, deploying high availability solutions and adds maintenance options, such as P2V (migrating physical servers into a virtual infrastructure). The Virtual Infrastructure Management System also allows receiving crucial information regarding the resource utilization of the physical servers and VMs.

9 NICE Support for Server Virtualization NICE Perform Release 3.1 provides the option of consolidating multiple standalone servers into one or more physical platforms utilizing VMware s virtualization technology with the ESX hypervisor and vcenter virtualization management system. Refer to the NICE Perform Release 3.1 Design Considerations Guide for the approved hypervisor versions, the list of NICE Perform components supported as VMs including resource requirements and deployment guidelines for each NICE Perform VM. NICE Perform Release 3.2 adds the option of consolidating multiple standalone servers into one or more physical platforms utilizing Microsoft s virtualization technology with Windows 2008 hypervisor and Virtual Machine Manager virtualization management system. Refer to the NICE Perform Release 3.2 Certified Servers Guide for the approved hypervisor versions, a list of NICE Perform components supported as VMs including resource requirements and deployment guidelines for each NICE Perform VM. NICE allows NICE Perform VMs to reside on existing virtualized servers with other customer VMs if NICE Perform VM resource requirements and deployment guidelines are met. Figure 4: NICE Perform Virtualization Solution Deliverables

10 Designing a Virtualized NICE Perform Solution Before virtualizing NICE Perform, a NICE Sales Engineer will need to receive information to answer the following discovery questions: 1. What is the business need for using virtualization? Please provide specific details regarding: Server consolidation Virtual Desktop Infrastructure High availability features Disaster recovery 2. Is there already a virtual infrastructure organization in place? How many VMs are already deployed? What is the hypervisor type/version? What is the VDI connection broker type/version? What is the virtualization management application type/version? 3. Are there virtualization deployment policies? A policy for deploying a hypervisor on every server even when deploying only one VM on one physical server A policy for using hypervisor high availability and/or disaster recovery applications for operational mission-critical systems Other policies The NICE Sales Engineer then delivers a list of relevant NICE Perform components that can be virtualized in the customer s environment including resource requirements and deployment guidelines for these components. For example, in a VMWare virtualized environment in NICE Perform Release 3.2, the NICE Sales Engineer may compile a requirements table similar to the one below. Applications Server (DB call rate - 11cps) Database Server 64bit (DB call rate - 11cps) Datamart Server 64bit (DB call rate - 11cps) Interactions Center (call rate - 11cps) Amount CPU [GHz] RAM [GB] vcpu count Vmotion Configuration Guidelines Minimum Memory Reservation - 16GB; Disk Priority (shares) - High for each HDD; Requires RDM (Mapped Passive VoIP Logger (up tp 200 channels) Dedicated NIC configured to Promiscuous mode; Minimum Memory Preservation MB; Balloon Driver - Disabled; Backup devices on VoIP Loggers are not supported NiceScreen Logger Storage Center (non-ia deployments) NMS Total CPU Resources [GHz] 57.4 Total RAM Resources [GB] 64 Must be installed on a different ESX to maintain system alarming Table 2: NICE Perform Virtualization Solution Deliverables Notice table 2 is only an example for actual resource requirements and deployment guidelines please contact your NICE Sales Engineer.

11 The information about the NICE Perform virtualization solution deliverables can then be used to design the virtualized NICE Perform component deployment in the virtualized environment on top of new or existing physical servers with other customer VMs. For example, if the customer intends to purchase new servers with 2 Quad Core 3GHz CPUs and 48GB RAM, then each server will provide 2*4*3GHz=24GHz of CPU resources and 48GB of RAM resources. As 57.4GHz of total CPU resources and 64GB of total RAM resources are needed, all of these NICE Perform VMs can fit on 3 physical servers with resources left over for additional VMs. Moreover, if there is an existing physical server with 10GHz of free CPU resources and 15GB of free RAM resources, NICE Perform VMs can be added on top of the existing server. For example, it is possible to add a virtualized applications server (3GHz, 3GB) and virtualized storage center (2GHz, 5GB) on top of the existing physical server.

12 Server Virtualization High Availability Solutions In virtualized environments, VMs are usually files residing in the storage area and not on local hard drives. This enables deploying many high availability mechanisms and maintenance features as the VMs can be pointed to by different physical servers and can also be replicated from one storage area to another. There are several types of high availability solutions that can be utilized within a virtualized environment. Each virtualization vendor has its own set of solutions which are not necessarily for all the solution types explained in the next few sections. Moving VMs from One Physical Server to Another These solutions allow moving a VM from one physical machine to another with near-zero downtime usually for maintenance reasons such as server maintenance or load balancing. Moving VMs can be done manually or automatically via a mechanism that identifies resource utilization bottlenecks (via resource thresholds) and moves VMs to balance the resource loads around several physical servers. OS 2 App. 2 OS 3 App. 3 Pointer to VM 1 Pointer to VM 2 Pointer to VM 3 VM1 File VM2 File OS 2 App. 2 VM3 File OS 3 App. 3 Physical Server 1 Storage Infrastructure Pointer to VM 1 Established instead of the pointer from Physical Server 1 automatically or manually Physical Server 2 Virtualization Management System Figure 4: Moving VMs from One Physical Server to Another 1. VMWare Solution: Vmotion (manual or automatic with VMWare s Distributed Resource Scheduling mechanism, which monitors resource utilization across virtual servers and load balances the resource load by moving VMs around) Microsoft Solution: Live Migration NICE Support: Vmotion starting NPR3.2

13 Moving VMs from One Storage Area to Another These solutions allow moving a VM file from one storage machine to another with near-zero downtime usually for maintenance reasons such as storage machine maintenance or load balancing. Moving VMs can be done manually or automatically via a mechanism that identifies storage utilization bottlenecks and moves VMs to balance the storage space around several storage machines. Initial Pointer to VM 1 VM1 File OS 1 App. 1 Physical Server New Pointer to VM 1 Storage Area VM1 File OS 1 App. 1 Virtualization Management System Storage Area Figure 5: Moving VMs from One Storage Area to Another VMWare Solution: Storage Vmotion Microsoft Solution: Storage Migration NICE Support: Not supported yet

14 VM Clustering These solutions allow several physical servers to keep a heartbeat between each other so that if a specific physical server fails, another physical server will instantly restart the failed VMs on its own hypervisor. As VMs need to be restarted on a new physical server, this solution includes a failover time but offers high availability with minimal downtime. OS 2 App. 2 OS 3 App. 3 Pointer to VM 1 Pointer to VM 2 Pointer to VM 3 VM1 File VM2 File OS 2 App. 2 VM3 File OS 3 App. 3 Heartbeat Physical Server 1 Storage Infrastructure Pointer to VM 1 Established instead of the pointer from Physical Server 1 when Physical Server 1 fails Notice the VM needs to be restarted to start working Physical Server 2 Virtualization Management System VMWare Solution: VMFS Clustering Microsoft Solution: Host Clustering NICE Support: Not supported yet Figure 6: VM Clustering

15 VM Fault Tolerance These solutions allow for a VM to be active on two separate physical machines so that if one fails, there is near-zero downtime. These solutions are usually active-passive solutions where both physical servers listen to the same VM IP while only one of them processes the information sent to the VM. If the active physical server fails, then the passive physical server detects the failure via a heartbeat and starts processing the VM s transactions. OS 2 App. 2 OS 3 App. 3 Pointer to VM 1 Pointer to VM 2 Pointer to VM 3 VM1 File VM2 File OS 2 App. 2 VM3 File OS 3 App. 3 Heartbeat Physical Server 1 Storage Infrastructure Pointer to VM 1 Always active and starts processing transactions only after Physical Server 1 fails Physical Server 2 Virtualization Management System VMWare Solution: VMWare Fault-Tolerance NICE Support: Not supported yet Figure 6: VM Fault Tolerance

16 VM Disaster Recovery These solutions are aimed at achieving business continuity when a data center fails. In these solutions, the VM files are storage replicated from one data center to another. They allow the VMs on physical servers to restart in the disaster recovery site when the primary data center fails. Such solutions can either be performed either manually or using virtualization vendor tools to control the failover/failback process. Storage Area 1 Virtualization Management System Physical Server 1 Pointer to VM 1 Pointer to VM 2 OS 2 App. 2 Pointer to VM 3 OS 3 App. 3 Primary Data Center VM1 File OS App. 1 VM2 1 File OS App. 2 2VM3 File OS 3 App. 3 DR Data Center Storage Replication of the VM files Virtualization Management System Physical Server 2 OS 2 App. 2 OS 3 App. 3 Pointers established and VMs restarted only after a DR Switchover occurs VM1 File OS App. 1 VM2 1 File OS App. 2 2VM3 File OS App. 3 Storage 3 Area 2 Figure 7: VM Disaster Recovery VMWare Solution: Site Recovery Manager (SRM) NICE Support: Not supported yet

17 Desktop Virtualization Virtual desktops enable hosting multiple operating systems and applications in remote locations allowing for physical and geographical independence. Ideal for home agents or remote offices, Virtual Desktop Infrastructure (VDI) allows a desktop to be centralized but provides a typical desktop experience. In a VDI environment, the applications and data reside on a server at the data center. The agents are provided with a thin client, which can be a PC with very basic functionality to perform all of their necessary tasks. Figure 3 below shows how the virtual desktop runs in the data center. Figure 8: User Connected to Virtual Desktops Running in a Managed Data Center VDI significantly reduces hardware and maintenance costs. The expense of the more basic hardware installed at the agent site is significantly lower than using a standard PC or installing a server on-site. Maintenance activity is performed at the data center instead of requiring staff to arrive on-site to correct the problem. Additionally, VDI provides a more secure and controlled means to protect essential company data. Permissions and authentication as well as all of the critical data reside at the data center instead of the agent s PC.

18 NICE Perform and VMWare VDI NICE started supporting VMWare VDI in NICE Perform Release 3.1. Figure 9: Virtual Desktop Allocation in VMWare VDI NICE Perform Release 3.1 supports VMWare VDI with ESX3.5 hypervisor, VDM 2.0 Connection Broker and vcenter 2.5 Virtualization management system. For NICE Perform components supported over a VDI connection, refer to the NICE Perform Release 3.1 Design Considerations Guide or the NICE Perform Release 3.2 Certified Servers Guide.

19 About NICE NICE Systems (NASDAQ: NICE) is the leading provider of Insight from Interactions solutions and value-added services, powered by advanced analytics of unstructured multimedia content - from telephony, web, radio and video communications. NICE's solutions address the needs of the enterprise and security markets, enabling organizations to operate in an insightful and proactive manner, and take immediate action to improve business and operational performance and ensure safety and security. NICE has over 24,000 customers in 100 countries, including over 85 of the Fortune 100 companies. Disclaimer This document contains confidential and proprietary information of NICE Systems Ltd. All information included in this document, such as text, graphics, photos, logos and images, is the exclusive property of NICE Systems Ltd. and protected by United States and international Copyright laws. Permission is granted to view and photocopy (or print) materials from this document for personal, non-commercial use only. Any other copying, distribution, retransmission or modification of the information in this document, whether in electronic or hard copy form, without the express prior written permission of NICE Systems Ltd., is strictly prohibited. In the event of any permitted copying, redistribution or publication of copyrighted material, no changes in or deletion of author attribution, trademark legend or copyright notice shall be made View, Agent@home, Executive Connect, Executive Insight*, Experience Your Customer, Investigator, Lasting Loyalty, Listen Learn Lead, MEGACORDER, Mirra, My Universe, NICE, NiceAdvantage, NICE Analyzer, NiceCall, NiceCLS, NiceCMS, NICE Feedback, NiceFix, NiceGuard, NICE Learning, NICE Link, NiceLog, NICE Playback Organizer, Renaissance, ScreenSense, NICE Perform, NiceScreen, NiceSoft, NICE Storage Center, NiceTrack, NiceUniverse, NiceUniverse LIVE, NiceVision, NiceVision Harmony, NiceVision Mobile, NiceVision Pro, NiceVision Virtual, NiceWatch, Renaissance, Secure Your Vision, Tienna, Wordnet and other product names and services mentioned herein are trademarks and registered trademarks of NICE systems Ltd. All other registered and unregistered trademarks are the property of their respective owners. * For Australia only.

All contents of this document are: Copyright 2010 NICE Systems Ltd. All rights reserved.

All contents of this document are: Copyright 2010 NICE Systems Ltd. All rights reserved. NICE Perform Releases 3.1 & 3.2 Insight from Interactions TM Information in this document is subject to change without notice and does not represent a commitment on the part of NICE Systems Ltd. The systems

More information

Microsoft E xchange 2010 on VMware

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

More information

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage A Dell Technical White Paper Dell Database Engineering Solutions Anthony Fernandez April 2010 THIS

More information

EMC Integrated Infrastructure for VMware. Business Continuity

EMC Integrated Infrastructure for VMware. Business Continuity EMC Integrated Infrastructure for VMware Business Continuity Enabled by EMC Celerra and VMware vcenter Site Recovery Manager Reference Architecture Copyright 2009 EMC Corporation. All rights reserved.

More information

VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager

VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager 1 VMware By the Numbers Year Founded Employees R&D Engineers with Advanced Degrees Technology Partners Channel

More information

Availability & Resource

Availability & Resource Achieving Cost-effective High Availability & Resource Management Agenda Virtual Infrastructure Stack How Vmware helps in the Data Center Availability and Resource Management 2 The VMware Virtual Infrastructure

More information

Virtual Datacenter Automation

Virtual Datacenter Automation Virtual Datacenter Automation Koh Eng Kheng Regional Director ASEAN Phase 0: Server Consolidation Hypervisor Hypervisor 2 Virtualization: Phase 1 Add VMotion Live Virtual Machine Migration Hypervisor Hypervisor

More information

The vsphere 6.0 Advantages Over Hyper- V

The vsphere 6.0 Advantages Over Hyper- V The Advantages Over Hyper- V The most trusted and complete virtualization platform SDDC Competitive Marketing 2015 Q2 VMware.com/go/PartnerCompete 2015 VMware Inc. All rights reserved. v3b The Most Trusted

More information

VMware vsphere 4. The Best Platform for Building Cloud Infrastructures

VMware vsphere 4. The Best Platform for Building Cloud Infrastructures Table of Contents Get the efficiency and low cost of cloud computing with uncompromising control over service levels and with the freedom of choice................ 3 Key Benefits........................................................

More information

EMC Business Continuity for Microsoft Applications

EMC Business Continuity for Microsoft Applications EMC Business Continuity for Microsoft Applications Enabled by EMC Celerra, EMC MirrorView/A, EMC Celerra Replicator, VMware Site Recovery Manager, and VMware vsphere 4 Copyright 2009 EMC Corporation. All

More information

VMware HA: Overview & Technical Best Practices

VMware HA: Overview & Technical Best Practices VMware HA: Overview & Technical Best Practices Updated 8/10/2007 What is Business Continuity? Business Continuity = Always-on uninterrupted availability of business systems and applications Business Continuity

More information

Virtualizing Oracle on VMware

Virtualizing Oracle on VMware Virtualizing Oracle on VMware Sudhansu Pati, VCP Certified 4/20/2012 2011 VMware Inc. All rights reserved Agenda Introduction Oracle Databases on VMware Key Benefits Performance, Support, and Licensing

More information

VMware vsphere with ESX 4 and vcenter

VMware vsphere with ESX 4 and vcenter VMware vsphere with ESX 4 and vcenter This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere suite including VMware ESX 4 and vcenter. Assuming no prior virtualization

More information

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

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

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, five-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

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

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

More information

VMware vstorage APIs FOR ARRAY INTEGRATION WITH EMC VNX SERIES FOR SAN

VMware vstorage APIs FOR ARRAY INTEGRATION WITH EMC VNX SERIES FOR SAN White Paper VMware vstorage APIs FOR ARRAY INTEGRATION WITH EMC VNX SERIES FOR SAN Benefits of EMC VNX for Block Integration with VMware VAAI EMC SOLUTIONS GROUP Abstract This white paper highlights the

More information

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1 What s New in VMware vsphere 4.1 Performance VMware vsphere 4.1 T E C H N I C A L W H I T E P A P E R Table of Contents Scalability enhancements....................................................................

More information

Directions in Data Centre Virtualization and Management

Directions in Data Centre Virtualization and Management Directions in Data Centre Virtualization and Management Peter West Product Marketing Manager, Product Marketing EMEA, VMware, Inc. New Approach To Data Centre Scalability Simplify the containers Add Hardware

More information

How it can help your organisation

How it can help your organisation How it can help your organisation History Types of Virtualisation & Hypervisors Virtualisation Features Why Virtualisation? Virtualising Oracle Performance Licensing Support Cloud 1998 VMware founded by

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

More information

Virtualization Overview

Virtualization Overview VMware W Hwhite I T E Ppaper A P E R Virtualization Overview Table of Contents Introduction... 3 Virtualization in a Nutshell... 3 Virtualization Approaches... 4 Virtualization for Server Consolidation

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 Small & Medium Environments Virtualization Solutions Engineering Ryan Weldon and Tom Harrington THIS WHITE PAPER

More information

Virtualizing Microsoft Exchange Server 2010 with NetApp and VMware

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

More information

VMware vsphere 4.0 The best platform for building cloud infrastructures

VMware vsphere 4.0 The best platform for building cloud infrastructures VMware vsphere 4.0 The best platform for building cloud infrastructures VMware Intelligence Community Team Rob Amos - Intelligence Programs Manager ramos@vmware.com (703) 209-6480 Harold Hinson - Intelligence

More information

Eliminate the Complexity of Multiple Infrastructure Silos

Eliminate the Complexity of Multiple Infrastructure Silos SOLUTION OVERVIEW Eliminate the Complexity of Multiple Infrastructure Silos A common approach to building out compute and storage infrastructure for varying workloads has been dedicated resources based

More information

Sizing the Hardware and Database Required by an eg Manager

Sizing the Hardware and Database Required by an eg Manager Sizing the Hardware and Database Required by an eg Manager Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document

More information

VMware vsphere. Using vsphere VMware Inc. All rights reserved

VMware vsphere. Using vsphere VMware Inc. All rights reserved VMware vsphere Using vsphere 2010 VMware Inc. All rights reserved Migrating VMs VMs Move from one host to another Powered on VM requires VMware vmotion VM Files in Datastores Move from one datastore to

More information

Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS

Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Applied Technology Abstract This white paper describes tests in which Navisphere QoS Manager and VMware s Distributed

More information

Virtual Disaster Recovery

Virtual Disaster Recovery The Essentials Series: Managing Workloads in a Virtual Environment Virtual Disaster Recovery sponsored by by Jaime Halscott Vir tual Disaster Recovery... 1 Virtual Versus Physical Disaster Recovery...

More information

Securing the Data Center against

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

More information

EMC CLARiiON CX3-40. Reference Architecture. Enterprise Solutions for Microsoft Exchange Enabled by MirrorView/S

EMC CLARiiON CX3-40. Reference Architecture. Enterprise Solutions for Microsoft Exchange Enabled by MirrorView/S Enterprise Solutions for Microsoft Exchange 2007 EMC CLARiiON CX3-40 Metropolitan Exchange Recovery (MER) for Exchange in a VMware Environment Enabled by MirrorView/S Reference Architecture EMC Global

More information

Improving Blade Economics with Virtualization

Improving Blade Economics with Virtualization Improving Blade Economics with Virtualization John Kennedy Senior Systems Engineer VMware, Inc. jkennedy@vmware.com The agenda Description of Virtualization VMware Products Benefits of virtualization Overview

More information

Back To The Future - VMware Product Directions. Andre Kemp Sr. Product Marketing Manager Asia - Pacific

Back To The Future - VMware Product Directions. Andre Kemp Sr. Product Marketing Manager Asia - Pacific Back To The Future - VMware Product Directions Andre Kemp Sr. Product Marketing Manager Asia - Pacific Disclaimer This session contains product features that are currently under development. This session/overview

More information

Certeon s acelera Virtual Appliance for Acceleration

Certeon s acelera Virtual Appliance for Acceleration Certeon s acelera Virtual Appliance for Acceleration Product Brief Dr. Jim Metzler Ashton, Metzler & Associates Rolf McClellan McClellan Consulting June 2008 Certeon s acelera Virtual Appliance for Acceleration

More information

vsan Remote Office Deployment January 09, 2018

vsan Remote Office Deployment January 09, 2018 January 09, 2018 1 1. vsan Remote Office Deployment 1.1.Solution Overview Table of Contents 2 1. vsan Remote Office Deployment 3 1.1 Solution Overview Native vsphere Storage for Remote and Branch Offices

More information

Potpuna virtualizacija od servera do desktopa. Saša Hederić Senior Systems Engineer VMware Inc.

Potpuna virtualizacija od servera do desktopa. Saša Hederić Senior Systems Engineer VMware Inc. Potpuna virtualizacija od servera do desktopa Saša Hederić Senior Systems Engineer VMware Inc. VMware ESX: Even More Reliable than a Mainframe! 2 The Problem Where the IT Budget Goes 5% Infrastructure

More information

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution EMC Virtual Infrastructure for Microsoft Applications Data Center Solution Enabled by EMC Symmetrix V-Max and Reference Architecture EMC Global Solutions Copyright and Trademark Information Copyright 2009

More information

"Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary

Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary Description Course Summary This powerful 5-day, 10 hour per day extended hours class is an intensive introduction to VMware vsphere including VMware ESXi 6.7 and vcenter 6.7. This course has been completely

More information

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

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

More information

Protecting Mission-Critical Workloads with VMware Fault Tolerance W H I T E P A P E R

Protecting Mission-Critical Workloads with VMware Fault Tolerance W H I T E P A P E R Protecting Mission-Critical Workloads with VMware Fault Tolerance W H I T E P A P E R Table of Contents Fault Tolerance and Virtualization... 3 Fault Tolerance in the Physical World... 3 VMware Fault Tolerance...

More information

Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 1 Exam CVP1-110

Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 1 Exam CVP1-110 Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 1 Exam CVP1-110 Exam Information Candidate Eligibility: The Logical Operations Certified Virtualization Professional

More information

Microsoft Office SharePoint Server 2007

Microsoft Office SharePoint Server 2007 Microsoft Office SharePoint Server 2007 Enabled by EMC Celerra Unified Storage and Microsoft Hyper-V Reference Architecture Copyright 2010 EMC Corporation. All rights reserved. Published May, 2010 EMC

More information

WHITE PAPER SEPTEMBER VMWARE vsphere AND vsphere WITH OPERATIONS MANAGEMENT. Licensing, Pricing and Packaging

WHITE PAPER SEPTEMBER VMWARE vsphere AND vsphere WITH OPERATIONS MANAGEMENT. Licensing, Pricing and Packaging WHITE PAPER SEPTEMBER 2017 VMWARE vsphere AND vsphere WITH OPERATIONS MANAGEMENT Licensing, Pricing and Packaging Table of Contents Executive Summary 3 VMware vsphere with Operations Management Overview

More information

Native vsphere Storage for Remote and Branch Offices

Native vsphere Storage for Remote and Branch Offices SOLUTION OVERVIEW VMware vsan Remote Office Deployment Native vsphere Storage for Remote and Branch Offices VMware vsan is the industry-leading software powering Hyper-Converged Infrastructure (HCI) solutions.

More information

Virtual Security Server

Virtual Security Server Data Sheet VSS Virtual Security Server Security clients anytime, anywhere, any device CENTRALIZED CLIENT MANAGEMENT UP TO 50% LESS BANDWIDTH UP TO 80 VIDEO STREAMS MOBILE ACCESS INTEGRATED SECURITY SYSTEMS

More information

The Future of Virtualization. Jeff Jennings Global Vice President Products & Solutions VMware

The Future of Virtualization. Jeff Jennings Global Vice President Products & Solutions VMware The Future of Virtualization Jeff Jennings Global Vice President Products & Solutions VMware From Virtual Infrastructure to VDC- Windows Linux Future Future Future lication Availability Security Scalability

More information

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results Dell Fluid Data solutions Powerful self-optimized enterprise storage Dell Compellent Storage Center: Designed for business results The Dell difference: Efficiency designed to drive down your total cost

More information

Technical Field Enablement. Symantec Messaging Gateway 10.0 HIGH AVAILABILITY WHITEPAPER. George Maculley. Date published: 5 May 2013

Technical Field Enablement. Symantec Messaging Gateway 10.0 HIGH AVAILABILITY WHITEPAPER. George Maculley. Date published: 5 May 2013 Symantec Messaging Gateway 10.0 HIGH AVAILABILITY WHITEPAPER George Maculley Date published: 5 May 2013 Document Version: 1.0 Technical Field Enablement Contents Introduction... 3 Scope... 3 Symantec Messaging

More information

7 Things ISVs Must Know About Virtualization

7 Things ISVs Must Know About Virtualization 7 Things ISVs Must Know About Virtualization July 2010 VIRTUALIZATION BENEFITS REPORT Table of Contents Executive Summary...1 Introduction...1 1. Applications just run!...2 2. Performance is excellent...2

More information

Deploying VMware High Availability & Fault Tolerance cluster on EonNAS (NFS)

Deploying VMware High Availability & Fault Tolerance cluster on EonNAS (NFS) Deploying VMware High Availability & Fault Tolerance cluster on EonNAS (NFS) Application Note Abstract This application note describes how to set up vsphere High Availability Cluster and enable vsphere

More information

Introduction. Application Versions. Virtual Machine Defined. Other Definitions. Tech Note 656 Building Wonderware Solution Architectures on VMware

Introduction. Application Versions. Virtual Machine Defined. Other Definitions. Tech Note 656 Building Wonderware Solution Architectures on VMware Tech Note 656 Building Wonderware Solution Architectures on VMware All Tech Notes, Tech Alerts and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for

More information

The Realities of Virtualization

The Realities of Virtualization The Realities of Virtualization Ted Buiting, Director Infrastructure Optimization Solutions Systems & Technology Unisys David Robinson Lead Architect Real Time Infrastructure Unisys Page 1 So what is Virtual

More information

vsan Mixed Workloads First Published On: Last Updated On:

vsan Mixed Workloads First Published On: Last Updated On: First Published On: 03-05-2018 Last Updated On: 03-05-2018 1 1. Mixed Workloads on HCI 1.1.Solution Overview Table of Contents 2 1. Mixed Workloads on HCI 3 1.1 Solution Overview Eliminate the Complexity

More information

Foundation for Cloud Computing with VMware vsphere 4

Foundation for Cloud Computing with VMware vsphere 4 21 Short Topics in System Administration Jane-Ellen Long, Series Editor Foundation for Cloud Computing with VMware vsphere 4 John Arrasjid, Duncan Epping, and Steve Kaplan Published by the USENIX Association

More information

The Future of Virtualization Desktop to the Datacentre. Raghu Raghuram Vice President Product and Solutions VMware

The Future of Virtualization Desktop to the Datacentre. Raghu Raghuram Vice President Product and Solutions VMware The Future of Virtualization Desktop to the Datacentre Raghu Raghuram Vice President Product and Solutions VMware Virtualization- Desktop to the Datacentre VDC- vcloud vclient With our partners, we are

More information

INTRODUCING VERITAS BACKUP EXEC SUITE

INTRODUCING VERITAS BACKUP EXEC SUITE INTRODUCING VERITAS BACKUP EXEC SUITE January 6, 2005 VERITAS ARCHITECT NETWORK TABLE OF CONTENTS Managing More Storage with Fewer Resources...3 VERITAS Backup Exec Suite...3 Continuous Data Protection...

More information

Adobe Acrobat Connect Pro 7.5 and VMware ESX Server

Adobe Acrobat Connect Pro 7.5 and VMware ESX Server White Paper Table of contents 2 Tested environments 3 Benchmarking tests 3 Performance comparisons 7 Installation requirements 7 Installing and configuring the VMware environment 1 Supported virtual machine

More information

Migration. 22 AUG 2017 VMware Validated Design 4.1 VMware Validated Design for Software-Defined Data Center 4.1

Migration. 22 AUG 2017 VMware Validated Design 4.1 VMware Validated Design for Software-Defined Data Center 4.1 22 AUG 2017 VMware Validated Design 4.1 VMware Validated Design for Software-Defined Data Center 4.1 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/

More information

Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1. Reference Architecture

Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1. Reference Architecture Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1 Copyright 2011, 2012 EMC Corporation. All rights reserved. Published March, 2012 EMC believes the information in this publication

More information

Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 2 Exam CVP2-110

Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 2 Exam CVP2-110 Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 2 Exam CVP2-110 Exam Information Candidate Eligibility: The Logical Operations Certified Virtualization Professional

More information

VMware vsphere with ESX 6 and vcenter 6

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

More information

Business Continuity and Disaster Recovery Disaster-Proof Your Business

Business Continuity and Disaster Recovery Disaster-Proof Your Business Business Continuity and Disaster Recovery Disaster-Proof Your Business Jon Bock Senior Product Marketing Manager October 16, 2008 Agenda Disaster Recovery Requirements and Challenges Disaster Recovery

More information

Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS

Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS Applied Technology Abstract This white paper describes tests in which Navisphere QoS Manager and

More information

Real-time Protection for Microsoft Hyper-V

Real-time Protection for Microsoft Hyper-V Real-time Protection for Microsoft Hyper-V Introduction Computer virtualization has come a long way in a very short time, triggered primarily by the rapid rate of customer adoption. Moving resources to

More information

vsan Disaster Recovery November 19, 2017

vsan Disaster Recovery November 19, 2017 November 19, 2017 1 Table of Contents 1. Disaster Recovery 1.1.Overview 1.2.vSAN Stretched Clusters and Site Recovery Manager 1.3.vSAN Performance 1.4.Summary 2 1. Disaster Recovery According to the United

More information

BC/DR Strategy with VMware

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

More information

Sage Compatibility guide. Last revised: August 20, 2018

Sage Compatibility guide. Last revised: August 20, 2018 Sage 300 2019 Compatibility guide Last revised: August 20, 2018 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein are

More information

VMware Infrastructure 3

VMware Infrastructure 3 Your Trusted Channel Navigator VMware Infrastructure 3 Data Center Management and Optimization Suite B R O C H U R E VMware Infrastructure 3 Data center management and optimization suite The Responsive

More information

Technical Overview. Jack Smith Sr. Solutions Architect

Technical Overview. Jack Smith Sr. Solutions Architect Technical Overview Jack Smith Sr. Solutions Architect Liquidware Labs Methodology Production Environments Assess Design POCs/Pilots Stratusphere FIT Stratusphere UX Validate Migrate ProfileUnity FlexApp

More information

NetApp HCI QoS and Mixed Workloads

NetApp HCI QoS and Mixed Workloads Technical Report NetApp HCI QoS and Mixed Workloads Stephen Carl, NetApp October 2017 TR-4632 Abstract This document introduces the NetApp HCI solution to infrastructure administrators and provides important

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme SER1815BU DRS Advancements: What's New and What Is Being Cooked Up in Resource Management Land VMworld 2017 Thomas Bryant, VMware, Inc - @kix1979 Maarten Wiggers, VMware, Inc Content: Not for publication

More information

Exam : VMWare VCP-310

Exam : VMWare VCP-310 Exam : VMWare VCP-310 Title : VMware Certified Professional on VI3 Update : Demo 1. Which of the following files are part of a typical virtual machine? Select 3 response(s). A. Virtual Disk File (.vmdk)

More information

T14 - Network, Storage and Virtualization Technologies for Industrial Automation. Copyright 2012 Rockwell Automation, Inc. All rights reserved.

T14 - Network, Storage and Virtualization Technologies for Industrial Automation. Copyright 2012 Rockwell Automation, Inc. All rights reserved. T14 - Network, Storage and Virtualization Technologies for Industrial Automation Rev 5058-CO900C Copyright 2012 Rockwell Automation, Inc. All rights reserved. 2 Agenda Overview & Drivers Virtualization

More information

Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery

Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery White Paper Business Continuity Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery Table of Contents Executive Summary... 1 Key Facts About

More information

VIRTUALIZATION WITH THE SUN ZFS STORAGE APPLIANCE

VIRTUALIZATION WITH THE SUN ZFS STORAGE APPLIANCE VIRTUALIZATION WITH THE SUN ZFS STORAGE APPLIANCE A COST EFFECTIVE STORAGE CONSOLIDATION SOLUTION THAT REDUCES INFRASTRUCTURE COSTS, IMPROVES PRODUCTIVITY AND SIMPLIFIES DATA CENTER MANAGEMENT. KEY FEATURES

More information

By the end of the class, attendees will have learned the skills, and best practices of virtualization. Attendees

By the end of the class, attendees will have learned the skills, and best practices of virtualization. Attendees Course Name Format Course Books 5-day instructor led training 735 pg Study Guide fully annotated with slide notes 244 pg Lab Guide with detailed steps for completing all labs vsphere Version Covers uses

More information

INTEGRATING DELL EQUALLOGIC SANS WITH CITRIX XENSERVER

INTEGRATING DELL EQUALLOGIC SANS WITH CITRIX XENSERVER WHITE PAPER INTEGRATING DELL EQUALLOGIC SANS WITH CITRIX XENSERVER REALIZING VIRTUALIZATION S FULL POTENTIAL Hypervisor-based virtualization offers enterprises opportunities for cost savings, increased

More information

Clustering and Storage Management In Virtualized Environments Rasmus Rask Eilersen

Clustering and Storage Management In Virtualized Environments Rasmus Rask Eilersen Clustering and Storage Management In Virtualized Environments Rasmus Rask Eilersen Principal Systems Engineer 1 Tak til vores sponsorer Technology Days 2013 2 VIRTUALIZATION GROWTH 1 new VM every 6 seconds

More information

Introduction to Virtualization. From NDG In partnership with VMware IT Academy

Introduction to Virtualization. From NDG In partnership with VMware IT Academy Introduction to Virtualization From NDG In partnership with VMware IT Academy www.vmware.com/go/academy Why learn virtualization? Modern computing is more efficient due to virtualization Virtualization

More information

Dell EMC ScaleIO Ready Node

Dell EMC ScaleIO Ready Node Essentials Pre-validated, tested and optimized servers to provide the best performance possible Single vendor for the purchase and support of your SDS software and hardware All-Flash configurations provide

More information

The Business Value of Virtualizing Oracle ebusiness Suite. Haroon Qureshi QSolve, Inc.

The Business Value of Virtualizing Oracle ebusiness Suite. Haroon Qureshi QSolve, Inc. The Business Value of Virtualizing Oracle ebusiness Suite Haroon Qureshi QSolve, Inc. hqureshi@qsolveinc.com http://www.qsolveinc.com Agenda Introductions Introduction to Virtualization Challenges with

More information

Nimble Storage Adaptive Flash

Nimble Storage Adaptive Flash Nimble Storage Adaptive Flash Read more Nimble solutions Contact Us 800-544-8877 solutions@microage.com MicroAge.com TECHNOLOGY OVERVIEW Nimble Storage Adaptive Flash Nimble Storage s Adaptive Flash platform

More information

System Requirements. Hardware and Virtual Appliance Requirements

System Requirements. Hardware and Virtual Appliance Requirements This chapter provides a link to the Cisco Secure Network Server Data Sheet and lists the virtual appliance requirements. Hardware and Virtual Appliance Requirements, page 1 Virtual Machine Appliance Size

More information

Using EonStor DS Series iscsi-host storage systems with VMware vsphere 5.x

Using EonStor DS Series iscsi-host storage systems with VMware vsphere 5.x Using EonStor DS Series iscsi-host storage systems with VMware vsphere 5.x Application notes Abstract These application notes explain configuration details for using Infortrend EonStor DS Series iscsi-host

More information

Modernizing Virtual Infrastructures Using VxRack FLEX with ScaleIO

Modernizing Virtual Infrastructures Using VxRack FLEX with ScaleIO Background As organizations continue to look for ways to modernize their infrastructures by delivering a cloud-like experience onpremises, hyperconverged offerings are exceeding expectations. In fact,

More information

IBM Storwize V7000: For your VMware virtual infrastructure

IBM Storwize V7000: For your VMware virtual infrastructure IBM Storwize V7000: For your VMware virtual infrastructure Innovative midrange disk system leverages integrated storage technologies Highlights Complement server virtualization, extending cost savings

More information

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

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

More information

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones 12c Release 2 ( )

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones 12c Release 2 ( ) Oracle Enterprise Manager Ops Center Creating Oracle Solaris 11 Zones 12c Release 2 (12.2.2.0.0) E41230-04 February 2015 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

EMC VSPEX SERVER VIRTUALIZATION SOLUTION

EMC VSPEX SERVER VIRTUALIZATION SOLUTION Reference Architecture EMC VSPEX SERVER VIRTUALIZATION SOLUTION VMware vsphere 5 for 100 Virtual Machines Enabled by VMware vsphere 5, EMC VNXe3300, and EMC Next-Generation Backup EMC VSPEX April 2012

More information

Enterprise X-Architecture 5th Generation And VMware Virtualization Solutions

Enterprise X-Architecture 5th Generation And VMware Virtualization Solutions Steve Sue VMware PSE June-8 th -2010 Enterprise X-Architecture 5th Generation And VMware Virtualization Solutions 2010 IBM Corporation Virtualization Spending Priority Goldman Sachs 2010 Key Tech Trends

More information

1 Quantum Corporation 1

1 Quantum Corporation 1 1 Tactics and Tips for Protecting Virtual Servers Mark Eastman Director, Solutions Marketing April 2008 VMware Changing the Way Data Protection is Done No longer 1 server, 1 backup paradigm App Virtual

More information

EMC STORAGE FOR MILESTONE XPROTECT CORPORATE

EMC STORAGE FOR MILESTONE XPROTECT CORPORATE Reference Architecture EMC STORAGE FOR MILESTONE XPROTECT CORPORATE Milestone multitier video surveillance storage architectures Design guidelines for Live Database and Archive Database video storage EMC

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme STO1297BE Stretched Clusters or VMware Site Recovery Manager? We Say Both! Jeff Hunter, VMware, @jhuntervmware GS Khalsa, VMware, @gurusimran #VMworld Disclaimer This presentation may contain product features

More information

VMware - VMware vsphere: Install, Configure, Manage [V6.7]

VMware - VMware vsphere: Install, Configure, Manage [V6.7] VMware - VMware vsphere: Install, Configure, Manage [V6.7] Code: Length: URL: EDU-VSICM67 5 days View Online This five-day course features intensive hands-on training that focuses on installing, configuring,

More information

IOmark- VM. HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VM- HC b Test Report Date: 27, April

IOmark- VM. HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VM- HC b Test Report Date: 27, April IOmark- VM HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VM- HC- 150427- b Test Report Date: 27, April 2015 Copyright 2010-2015 Evaluator Group, Inc. All rights reserved. IOmark- VM, IOmark-

More information

VMware vsphere 6.5 Boot Camp

VMware vsphere 6.5 Boot Camp Course Name Format Course Books 5-day, 10 hour/day instructor led training 724 pg Study Guide fully annotated with slide notes 243 pg Lab Guide with detailed steps for completing all labs 145 pg Boot Camp

More information

EMC Backup and Recovery for Microsoft Exchange 2007

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

More information

Table of Contents HOL-SDC-1317

Table of Contents HOL-SDC-1317 Table of Contents Lab Overview - Components... 2 Business Critical Applications - About this Lab... 3 Infrastructure Components - VMware vcenter... 5 Infrastructure Components - VMware ESXi hosts... 6

More information

Protecting VMware vsphere/esx Environments with CA ARCserve

Protecting VMware vsphere/esx Environments with CA ARCserve Solution Brief: CA ARCserve R16.5 Complexity ate my budget Protecting VMware vsphere/esx Environments with CA ARCserve Customer Challenges Today, you face demanding service level agreements (SLAs) while

More information