Learning outcomes. On successful completion of this unit you will: More detail on the wiki.

Size: px
Start display at page:

Download "Learning outcomes. On successful completion of this unit you will: More detail on the wiki."

Transcription

1

2 Phil Smith

3 Learning outcomes On successful completion of this unit you will: 1. Understand the commercial impact and potential of virtualisation. (Assignment 1) 2. Be able to design virtualisation deployments. (Assignment 2) 3. Be able to implement virtualisation deployments. (Assignment 2) 4. Be able to manage virtualisation environments. (Assignment 3) More detail on the wiki.

4 Structure We will Setup desktop virtualisation. And then Setup server based virtualisation. We can setup various types of OS from desktop to server and windows to linux. Desktop virtualisation will be windows based. Server virtualisation will be VMware based, although could look at Microsoft hypervisor as well.

5 Structure We could setup a virtualised environment for other units? (Unit 40 Distributed Software applications) Probably best done on the server setup though.

6 LO1 Understand the commercial impact and potential of virtualisation. Understand the commercial impact and potential of virtualisation. 1. Week 1 2. Scalability 3. Redundancy 4. Support 5. Environmental 6. Week 2 7. Solutions 8. Technology 9. environments for developers 10. Cost

7 LO1 Understand the commercial impact and potential of virtualisation. Scalability: methods eg simplicity of server addition, rapid deployment, rapid development Redundancy: methods eg mirroring, server image backup, load balancing, reduction of points of failure Support: centralisation of services, testing of resources Environmental: server deployment; remote desktop; desktop; web based

8 What is virtualisation? Depending on whom you talk to, desktop virtualization is either the hottest trend in IT or an expensive notion with limited appeal. desktop virtualizationreally means.html (2010) What is desktop virtualization? The use of software to abstract the operating system, applications and associated data from the user's PC.

9 What is virtualisation? Are all desktop virtualization products pretty much the same? No. Broadly speaking, there are two kinds: 1. Local desktop virtualization, which runs the entire desktop environment in a protected bubble on the user's PC. 2. hosted desktop virtualization, which stores the users' desktops in the data center on a server or PC blade, requiring users to access their desktop images through a network connection. We will setup both.

10 Full Virtualization (Native virtualization) allows an unmodified operating system with all of its installed software to run in a special environment, on top of your existing operating system. This environment, called a "virtual machine", and is created by the virtualization software by intercepting access to certain hardware components and certain features. The physical computer is then usually called the "host", while the virtual machine is often called a "guest". Most of the guest code runs unmodified, directly on the host computer, and the guest operating system "thinks" it's running on real machine. This approach, often called "native virtualization.

11 Full Virtualization (Emulation) Emulation is performed by programs such as BOCHS. Guest code is not allowed to run directly on the host. Instead, every single machine instruction is translated ("emulated"). While emulators theoretically allow running code written for one type of hardware on completely different hardware (say, running 64 bit code on 32 bit hardware), they are typically quite slow. Virtualizers such as VirtualBox, on the other hand, can achieve near native performance for the guest code, but can only run guest code that was written for the same target hardware (such as 32 bit Linux on a 32 bit Windows host).

12 Full Virtualization (Emulation) In Native virtualization emulation refers to optical drives and other peripheral hardware attached to the virtual machine, this hardware is emulated.

13 Server Virtualization What does Server Virtualization mean? Server virtualization is a virtualization technique that involves partitioning a physical server into a number of small, virtual servers with the help of virtualization software. In server virtualization, each virtual server runs multiple operating system instances at the same time. virtualization (2016)

14 Server Virtualization The concept of server virtualization is widely applied in IT infrastructure as a way of minimizing costs by increasing the utilization of existing resources. Virtualizing servers is often a good solution for smallto medium scale applications. This technology is widely used for providing cost effective web hosting services. virtualization (2016)

15 College IT Network Our own IT network uses virtualized servers.

16 Why do virtualization? 1. Scalability: methods eg simplicity of server addition, rapid deployment, rapid development 2. Redundancy: methods eg mirroring, server image backup, load balancing, reduction of points of failure 3. Support: centralisation of services, testing of resources 4. Environmental: server deployment; remote desktop; desktop; web based

17 Why do server virtualization? There are many reasons companies and organizations are investing in server virtualization. Some of the reasons are financially motivated, while others address technical concerns: 1. Server virtualization conserves space through consolidation. It's common practice to dedicate each server to a single application. If several applications only use a small amount of processing power, the network administrator can consolidate several machines into one server.

18 Why do server virtualization? 2. running multiple virtual environments. For companies that have hundreds or thousands of servers, the need for physical space can decrease significantly. 3. Server virtualization provides a way for companies to practice redundancy without purchasing additional hardware. Redundancy refers to running the same application on multiple servers. It's a safety measure if a server fails for any reason, another server running the same application can take its place.

19 LO1 Scalability Task 1 Research and produce a presentation which explains the following 1. Scalability: in terms of simplicity of server addition, rapid deployment, rapid development. Use images and diagrams to help explain points raised. Use animations/transitions if it helps. Looking for a professional presentation. This is only one part of a complete presentation.

20 LO1 Redundancy 1. Redundancy 1. Mirroring already covered this one. 2. server image backup. 3. load balancing 4. reduction of points of failure (Mirroring load balancing high availability)

21 LO1 Redundancy Load Balancing Load balancing is the process by which inbound Internet (IP) traffic can be distributed across multiple servers. This enhances the performance of the servers, leads to their optimal use, and ensures that no single server is overwhelmed. Typically, two or more web serves are employed in a load balancing scheme. In case one of the servers begins to get overloaded, the requests are forwarded to another server. This process brings down the service time by allowing multiple servers to handle the requests. Service time is reduced by using a load balancer to identify which server has the appropriate availability to receive the traffic.

22 LO1 Redundancy Load Balancing The process, very generally, is straightforward. A webpage request is sent to the load balancer, which forwards the request to one of the servers. That server responds back to the balancer, which in turn sends the request on to the end user.

23 LO1 Task 2 Research and add to your presentation, slides which explains the following 1. Redundancy: in terms of mirroring, server image backup, load balancing, reduction of points of failure Use images and diagrams to help explain points raised. Use animations/transitions if it helps. Looking for a professional presentation.

24 Why do virtualization? 1. Support: 1. centralisation of services 1. Pros and cons. 2. Easier maintenance 3. All your eggs in one backet 4. etc 2. testing of resources 1. Creating test machines can be quick and easy to dispose of.

25 LO1 Task 3 Research and add to your presentation, slides which explains the following 1. Support in terms of server deployment; remote desktop; desktop; web based Use images and diagrams to help explain points raised. Use animations/transitions if it helps. Looking for a professional presentation.

26 Why do virtualization? 1. Environmental: server deployment; remote desktop; desktop; web based (ease of creation/deployment/migration) 2. 03/02/ year old Scottish developer gets Windows 95 running in a web browser using emscriptem, an emulator that converts C++ code to JavaScript in real time. 3. Full article here 4. year old scottishdeveloper gets windows 95 running web browser

27 LO1 Task 4 Research and add to your presentation, slides which explains the following 1. Environment in terms of centralisation of services, testing of resources Use images and diagrams to help explain points raised. Use animations/transitions if it helps. Looking for a professional presentation.

28 LO1 Final Task Research and add to your presentation a comparison between desktop virtualization and virtual desktop infrastructure (VDI) Use images and diagrams to help explain points raised. Use animations/transitions if it helps. Looking for a professional presentation.

29 LO1 Finally Polish your slides ready for presentation next lesson. Then you can mop up semester 1 work or go into open lab.

30 What have we learnt today? Understand the commercial impact and potential of virtualisation in terms of 1. Scalability methods 2. Redundancy methods 3. Support options 4. Environmental factors

LO2 Be able to design virtualisation deployments.

LO2 Be able to design virtualisation deployments. 2015 2016 Phil Smith LO2 Be able to design virtualisation deployments. LO2 requirements 1. 2.1 complete a needs analysis for a virtualisation deployment. 2. 2.2 design a virtualisation solution for a given

More information

Learning outcomes. On successful completion of this unit you will: More detail on the wiki.

Learning outcomes. On successful completion of this unit you will: More detail on the wiki. 2015 2016 Phil Smith Learning outcomes On successful completion of this unit you will: 1. Understand the concepts of web application development. (Assignment 1) 2. Be able to design web applications. (Assignment

More information

Enterprise-class desktop virtualization with NComputing. Clear the hurdles that block you from getting ahead. Whitepaper

Enterprise-class desktop virtualization with NComputing. Clear the hurdles that block you from getting ahead. Whitepaper Enterprise-class desktop virtualization with NComputing Clear the hurdles that block you from getting ahead Whitepaper Introduction Enterprise IT departments are realizing virtualization is not just for

More information

The Virtualisation Journey at Perpetual. Business Technology Group November 2009

The Virtualisation Journey at Perpetual. Business Technology Group November 2009 The Virtualisation Journey at Perpetual Business Technology Group November 2009 Agenda Who Is Perpetual? Strategic Context The virtualisation journey Business benefits Lessons learnt Questions 1 Perpetual

More information

IBM SYSTEM POWER7. PowerVM. Jan Kristian Nielsen Erik Rex IBM Corporation

IBM SYSTEM POWER7. PowerVM. Jan Kristian Nielsen Erik Rex IBM Corporation IBM SYSTEM POWER7 PowerVM Jan Kristian Nielsen jankn@dk.ibm.com - +45 28803310 Erik Rex Rex@dk.ibm.com - +45 28803326 PowerVM: Virtualization Without Limits Reduces IT infrastructure costs Improves service

More information

Deploying Application and OS Virtualization Together: Citrix and Virtuozzo

Deploying Application and OS Virtualization Together: Citrix and Virtuozzo White Paper Deploying Application and OS Virtualization Together: Citrix and Virtuozzo www.swsoft.com Version 1.0 Table of Contents The Virtualization Continuum: Deploying Virtualization Together... 3

More information

Linux Automation.

Linux Automation. Linux Automation Using Red Hat Enterprise Linux to extract maximum value from IT infrastructure www.redhat.com Table of contents Summary statement Page 3 Background Page 4 Creating a more efficient infrastructure:

More information

Parallels Virtuozzo Containers

Parallels Virtuozzo Containers Parallels Virtuozzo Containers White Paper Deploying Application and OS Virtualization Together: Citrix and Parallels Virtuozzo Containers www.parallels.com Version 1.0 Table of Contents The Virtualization

More information

5 Reasons to Choose Parallels RAS Over Citrix Solutions

5 Reasons to Choose Parallels RAS Over Citrix Solutions White Paper Parallels Remote Application Server 5 Reasons to Choose Parallels RAS Over Citrix Solutions 5 Reasons to Choose RAS Over Citrix Solutions 01 Table of Contents Introduction...3 Parallels Helps

More information

Why Datrium DVX is Best for VDI

Why Datrium DVX is Best for VDI Why Datrium DVX is Best for VDI 385 Moffett Park Dr. Sunnyvale, CA 94089 844-478-8349 www.datrium.com Technical Report Introduction Managing a robust and growing virtual desktop infrastructure in current

More information

Originally prepared by Lehigh graduate Greg Bosch; last modified April 2016 by B. Davison

Originally prepared by Lehigh graduate Greg Bosch; last modified April 2016 by B. Davison Virtualization Originally prepared by Lehigh graduate Greg Bosch; last modified April 2016 by B. Davison I. Introduction to Virtualization II. Virtual liances III. Benefits to Virtualization IV. Example

More information

Integrating NComputing Virtual Desktops with Citrix and VMware. April 21, 2010

Integrating NComputing Virtual Desktops with Citrix and VMware. April 21, 2010 Integrating NComputing Virtual Desktops with Citrix and VMware April 21, 2010 Topics Trends & Challenges in Desktop Virtualization NComputing Virtual Desktops Leveraging Best of Breed Technologies Cloud

More information

Can "scale" cloud applications "on the edge" by adding server instances. (So far, haven't considered scaling the interior of the cloud).

Can scale cloud applications on the edge by adding server instances. (So far, haven't considered scaling the interior of the cloud). Recall: where we are Wednesday, February 17, 2010 11:12 AM Recall: where we are Can "scale" cloud applications "on the edge" by adding server instances. (So far, haven't considered scaling the interior

More information

Distributed Systems COMP 212. Lecture 18 Othon Michail

Distributed Systems COMP 212. Lecture 18 Othon Michail Distributed Systems COMP 212 Lecture 18 Othon Michail Virtualisation & Cloud Computing 2/27 Protection rings It s all about protection rings in modern processors Hardware mechanism to protect data and

More information

Overcoming the Challenges of Server Virtualisation

Overcoming the Challenges of Server Virtualisation Overcoming the Challenges of Server Virtualisation Maximise the benefits by optimising power & cooling in the server room Server rooms are unknowingly missing a great portion of their benefit entitlement

More information

Virtualization Introduction

Virtualization Introduction Virtualization Introduction Simon COTER Principal Product Manager Oracle VM & VirtualBox simon.coter@oracle.com https://blogs.oracle.com/scoter November 21 st, 2016 Safe Harbor Statement The following

More information

Rethinking VDI: The Role of Client-Hosted Virtual Desktops. White Paper Virtual Computer, Inc. All Rights Reserved.

Rethinking VDI: The Role of Client-Hosted Virtual Desktops. White Paper Virtual Computer, Inc. All Rights Reserved. Rethinking VDI: The Role of Client-Hosted Virtual Desktops White Paper 2011 Virtual Computer, Inc. All Rights Reserved. www.virtualcomputer.com The Evolving Corporate Desktop Personal computers are now

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

SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS

SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS Abstract Virtualization and workload management are essential technologies for maximizing scalability, availability and

More information

Chapter 11: Physical Architecture Layer Design

Chapter 11: Physical Architecture Layer Design Chapter 11: Physical Architecture Layer Design Objectives Understand the different physical architecture components. Understand server-based, client-based, and client server physical architectures. Be

More information

DELL POWERVAULT MD FAMILY MODULAR STORAGE THE DELL POWERVAULT MD STORAGE FAMILY

DELL POWERVAULT MD FAMILY MODULAR STORAGE THE DELL POWERVAULT MD STORAGE FAMILY DELL MD FAMILY MODULAR STORAGE THE DELL MD STORAGE FAMILY Simplifying IT The Dell PowerVault MD family can simplify IT by optimizing your data storage architecture and ensuring the availability of your

More information

Expert Reference Series of White Papers. Understanding Data Centers and Cloud Computing

Expert Reference Series of White Papers. Understanding Data Centers and Cloud Computing Expert Reference Series of White Papers Understanding Data Centers and Cloud Computing 1-800-COURSES www.globalknowledge.com Understanding Data Centers and Cloud Computing Paul Stryer, Global Knowledge

More information

Cisco Nexus 4000 Series Switches for IBM BladeCenter

Cisco Nexus 4000 Series Switches for IBM BladeCenter Cisco Nexus 4000 Series Switches for IBM BladeCenter What You Will Learn This document is targeted at server, storage, and network administrators planning to deploy IBM BladeCenter servers with the unified

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

Evaluating Virtualization Technologies and Rolling Out Office in a Box at XL Capital

Evaluating Virtualization Technologies and Rolling Out Office in a Box at XL Capital Evaluating Virtualization Technologies and Rolling Out Office in a Box at XL Capital Josy Palackal Assistant Vice President Global Infrastructure Engineer Who is XL Capital? The XL Capital group of companies

More information

PCI DSS Compliance. White Paper Parallels Remote Application Server

PCI DSS Compliance. White Paper Parallels Remote Application Server PCI DSS Compliance White Paper Parallels Remote Application Server Table of Contents Introduction... 3 What Is PCI DSS?... 3 Why Businesses Need to Be PCI DSS Compliant... 3 What Is Parallels RAS?... 3

More information

StarWind Virtual SAN Free

StarWind Virtual SAN Free #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Free Value Proposition For virtualization admins, IT geeks, bloggers, students or those who look to build and maintain virtualization infrastructure

More information

Cloud Computing Capacity Planning

Cloud Computing Capacity Planning Cloud Computing Capacity Planning Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Introduction One promise of cloud computing is that virtualization

More information

Move Up to an OpenStack Private Cloud and Lose the Vendor Lock-in

Move Up to an OpenStack Private Cloud and Lose the Vendor Lock-in Move Up to an OpenStack Private Cloud and Lose the Vendor Lock-in Peace, commerce and honest friendship with all nations; entangling alliances with none. -Thomas Jefferson Introduction In business and

More information

The Business Case for Virtualization

The Business Case for Virtualization The Business Case for Virtualization Building an Adaptive Infrastructure with HP and VMware virtualization solutions Brochure The business case is clear: Virtualization can help you save money, increase

More information

VDI or Not to VDI. That is the Real Question. A research paper from Netvoyager plc

VDI or Not to VDI. That is the Real Question. A research paper from Netvoyager plc August 2007 VDI or Not to VDI That is the Real Question A research paper from Netvoyager plc Server- based computing and thin client technology have grown and developed over the past 12 months, and an

More information

Lecture (02) Introduction To Virtualization. By: Dr. Ahmed ElShafee

Lecture (02) Introduction To Virtualization. By: Dr. Ahmed ElShafee ١ Lecture (02) Introduction To Virtualization By: Dr. Ahmed ElShafee Dr. Ahmed ElShafee, ACU : Spring 2016, Selected Topics in Computer Networks Introduction To Virtualization In a general sense, virtualization,

More information

Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01.

Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper Issue 01 Date 2014-03-26 HUAWEI TECHNOLOGIES CO., LTD. 2014. All rights reserved. No part of this document may be reproduced

More information

OPS-9: Fun With Virtualization. John Harlow. John Harlow. About John Harlow

OPS-9: Fun With Virtualization. John Harlow. John Harlow. About John Harlow OPS-9: Fun With Virtualization President, BravePoint, Inc. About Unix user since 1982 Progress developer since 1984 Linux Desktop and Server user since 1995 VMware user since earliest beta in 1999 Contact

More information

Cloud Sure - Virtual Machines

Cloud Sure - Virtual Machines Cloud Sure - Virtual Machines Maximize your IT network The use of Virtualization is an area where Cloud Computing really does come into its own and arguably one of the most exciting directions in the IT

More information

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST A Cloud WHERE PHYSICAL AND VIRTUAL STORAGE ARE TOGETHER AT LAST Not all Cloud solutions are the same so how do you know which one is right for your business now and in the future? NTT Communications ICT

More information

For Petbarn moving to. proofing IT to support rapid growth now and into the future.

For Petbarn moving to. proofing IT to support rapid growth now and into the future. For Petbarn moving to virtualisation Commercial/Corporatemeant future proofing IT to support rapid growth now and into the future. "As a fast growing organisation Petbarn couldn t afford to be slowed down

More information

The HR Avatar Testing Platform

The HR Avatar Testing Platform The HR Avatar Testing Platform Purpose This document is intended to provide a high level overview of the HR Avatar testing platform what makes it different from other, legacy testing platforms. Overview

More information

IT User Experience Governance Committee

IT User Experience Governance Committee IT User Experience Governance Committee Desktop Virtualization ( VDI ) Current and Future State Agenda: James Duncan Information Technology james.duncan@ What is VDI? What are the benefits of VDI? Current

More information

Mobile Secure Desktop Implementation with Pivot3 HOW-TO GUIDE

Mobile Secure Desktop Implementation with Pivot3 HOW-TO GUIDE Mobile Secure Desktop Implementation with Pivot3 HOW-TO GUIDE Solution Overview Purpose built to deliver a simple, scalable enterprise-class Virtual Desktop Infrastructure; Pivot3 vstac VDI appliances

More information

Navigating the Pros and Cons of Structured Cabling vs. Top of Rack in the Data Center

Navigating the Pros and Cons of Structured Cabling vs. Top of Rack in the Data Center Navigating the Pros and Cons of Structured Cabling vs. Top of Rack in the Data Center Executive Summary There is no single end-all cabling configuration for every data center, and CIOs, data center professionals

More information

How Microsoft IT Reduced Operating Expenses Using Virtualization

How Microsoft IT Reduced Operating Expenses Using Virtualization How Microsoft IT Reduced Operating Expenses Using Virtualization Published: May 2010 The following content may no longer reflect Microsoft s current position or infrastructure. This content should be viewed

More information

Simplify Backups. Dell PowerVault DL2000 Family

Simplify Backups. Dell PowerVault DL2000 Family Simplify Backups Dell PowerVault DL2000 Family SIMPLIFYING I T The Dell PowerVault DL2000 family helps reduce the cost and complexity of backups and restores, freeing up valuable resources that you can

More information

How Far Can Client-Only Solutions Go for Mobile Browser Speed?

How Far Can Client-Only Solutions Go for Mobile Browser Speed? How Far Can Client-Only Solutions Go for Mobile Browser Speed? u Presenter: Ye Li LOGO Introduction u Web browser is one of the most important applications on mobile devices. It is known to be slow, taking

More information

Vendor: IBM. Exam Code: C Exam Name: IBM PureFlex Systems Sales V2. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: IBM PureFlex Systems Sales V2. Version: Demo Vendor: IBM Exam Code: C4120-782 Exam Name: IBM PureFlex Systems Sales V2 Version: Demo QUESTION NO: 1 A customer wants to purchase a PureFlex Power solution and has the need to load software onto the

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

QuartzV: Bringing Quality of Time to Virtual Machines

QuartzV: Bringing Quality of Time to Virtual Machines QuartzV: Bringing Quality of Time to Virtual Machines Sandeep D souza and Raj Rajkumar Carnegie Mellon University IEEE RTAS @ CPS Week 2018 1 A Shared Notion of Time Coordinated Actions Ordering of Events

More information

Atlantis Computing Adds the Ability to Address Classic Server Workloads

Atlantis Computing Adds the Ability to Address Classic Server Workloads FLASH Atlantis Computing Adds the Ability to Address Classic Server Workloads Eric Burgener Brett Waldman IN THIS FLASH This IDC Flash discusses Atlantis Computing's In-Memory Storage technology and how

More information

IBM EXAM QUESTIONS & ANSWERS

IBM EXAM QUESTIONS & ANSWERS IBM 000-105 EXAM QUESTIONS & ANSWERS Number: 000-105 Passing Score: 650 Time Limit: 60 min File Version: 65.5 http://www.gratisexam.com/ IBM 000-105 EXAM QUESTIONS & ANSWERS Exam Name: Power Systems with

More information

Table of Contents HOL HCI

Table of Contents HOL HCI Table of Contents Lab Overview - - Getting Started with VxRail... 2 VxRail Lab Overview... 3 Module 1 - VxRail Initial Configuration (15 minutes)... 5 Introduction - Configure a newly deployed VxRail Appliance...

More information

Services: Monitoring and Logging. 9/16/2018 IST346: Info Tech Management & Administration 1

Services: Monitoring and Logging. 9/16/2018 IST346: Info Tech Management & Administration 1 Services: Monitoring and Logging 9/16/2018 IST346: Info Tech Management & Administration 1 Recall: Server vs. Service A server is a computer. A service is an offering provided by server(s). HTTP 9/16/2018

More information

SUSE Enterprise Storage 3

SUSE Enterprise Storage 3 SUSE Enterprise Storage 3 Agenda Enterprise Data Storage Challenges SUSE Enterprise Storage SUSE Enterprise Storage Deployment SUSE Enterprise Storage Sample Use Cases Summary Enterprise Data Storage Challenges

More information

IBM iseries Models 800 and 810 for small to medium enterprises

IBM iseries Models 800 and 810 for small to medium enterprises Multi-platform management, exceptional price performance IBM iseries Models 800 and 810 for small to medium enterprises Highlights Simple, centralised Simple Windows ** Integration for management of multiple

More information

How Cisco IT Deployed Enterprise Messaging on Cisco UCS

How Cisco IT Deployed Enterprise Messaging on Cisco UCS Cisco IT Case Study July 2012 Enterprise Messaging on Cisco UCS How Cisco IT Deployed Enterprise Messaging on Cisco UCS Messaging platform upgrade and new servers reduce costs and improve management, availability,

More information

IT Service Upgrades Announcement

IT Service Upgrades Announcement IT Service Upgrades Announcement Beginning in late 2008, AgriLife Information Technology under the direction of the Office of the Vice Chancellor and Dean of Agriculture and Life Sciences conducted a study

More information

DaaS. Contents. Overview. Overview Features DaaS Clients What is DaaS FAQ s Migration Services. Benefits. 1 P a g e

DaaS. Contents. Overview. Overview Features DaaS Clients What is DaaS FAQ s Migration Services. Benefits. 1 P a g e DaaS Contents Overview Features DaaS Clients What is DaaS FAQ s Migration Services Overview DaaS or Virtual Desktop (Desktop-as-a-Service) Our Virtual Desktop put ends to the endless process of buying,

More information

CSCI 8530 Advanced Operating Systems. Part 19 Virtualization

CSCI 8530 Advanced Operating Systems. Part 19 Virtualization CSCI 8530 Advanced Operating Systems Part 19 Virtualization Virtualization This is a very old idea It appears in many different forms A variety of commercial products exist The idea has become hot again

More information

MyCloud Computing Business computing in the cloud, ready to go in minutes

MyCloud Computing Business computing in the cloud, ready to go in minutes MyCloud Computing Business computing in the cloud, ready to go in minutes In today s dynamic environment, businesses need to be able to respond quickly to changing demands. Using virtualised computing

More information

Good Enough: Virtualisation on a Budget

Good Enough: Virtualisation on a Budget Good Enough: Virtualisation on a Budget Business Context Version 1 Central IT Service; Local IT Functions in Faculties Multiple Server Operating Systems Windows Linux (Slackware; Red Hat; SUSE; CentOS;

More information

2008 WebSphere System z Podcasts Did you say Mainframe? TITLE: Announcing WebSphere Business Monitor for Linux on System z

2008 WebSphere System z Podcasts Did you say Mainframe? TITLE: Announcing WebSphere Business Monitor for Linux on System z TITLE: Announcing WebSphere Business Monitor for Linux on System z HOST: Hi, and welcome to the Did you say Mainframe? podcast series. This is where we regularly interview IBM technical experts who can

More information

Virtual Machines. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University

Virtual Machines. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University Virtual Machines Jinkyu Jeong (jinkyu@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today's Topics History and benefits of virtual machines Virtual machine technologies

More information

Novell Open Enterprise Server 2: Deploying Virtualized NetWare on Linux *

Novell Open Enterprise Server 2: Deploying Virtualized NetWare on Linux * Technical White Paper WORKGROUP COLLABORATION Novell Open Enterprise Server 2: Deploying Virtualized NetWare on Linux * Novell Open Enterprise Server 2: Deploying Virtualized NetWare on Linux Table of

More information

COMPUTER ARCHITECTURE. Virtualization and Memory Hierarchy

COMPUTER ARCHITECTURE. Virtualization and Memory Hierarchy COMPUTER ARCHITECTURE Virtualization and Memory Hierarchy 2 Contents Virtual memory. Policies and strategies. Page tables. Virtual machines. Requirements of virtual machines and ISA support. Virtual machines:

More information

Mehmet.Gonullu@Veeam.com Veeam Portfolio - Agentless backup and replication for VMware and Hyper-V - Scalable, powerful, easy-to-use, affordable - Storage agnostic High-speed Recovery instant VM recovery

More information

Virtualization & On-Premise Cloud

Virtualization & On-Premise Cloud Key Solutions Virtualization & On-Premise Cloud Hive Fabric provides the economics and simplicity of the Public Cloud in your data center. No more VMware Tax or proprietary HCI hardware. Expensive, proprietary,

More information

Lecture 5: February 3

Lecture 5: February 3 CMPSCI 677 Operating Systems Spring 2014 Lecture 5: February 3 Lecturer: Prashant Shenoy Scribe: Aditya Sundarrajan 5.1 Virtualization Virtualization is a technique that extends or replaces an existing

More information

Virtualisation: The KVM Way. Amit Shah

Virtualisation: The KVM Way. Amit Shah Virtualisation: The KVM Way Amit Shah amit.shah@qumranet.com foss.in/2007 Virtualisation Simulation of computer system in software Components Processor Management: register state, instructions, exceptions

More information

Optimisation drives digital transformation

Optimisation drives digital transformation January 2017 Executive summary Forward-thinking business leaders are challenging their organisations to achieve transformation by harnessing digital technologies with organisational, operational, and business

More information

SAAS: THE RDP ADVANTAGE FOR ISVS AND USERS

SAAS: THE RDP ADVANTAGE FOR ISVS AND USERS SAAS: THE RDP ADVANTAGE FOR ISVS AND USERS How RDP SaaS deployment reduces costs, time to market and barriers to entry while improving security, performance and the UX Independent Software Vendors (ISVs)

More information

LiveNX vs Installer COMPARISON GUIDE. LiveAction, Inc. LIVEACTION, INC.

LiveNX vs Installer COMPARISON GUIDE. LiveAction, Inc. LIVEACTION, INC. LIVEACTION, INC. LiveNX vs Installer COMPARISON GUIDE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2008-2016 ROAD LiveAction, Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo

More information

Virtual Machine Monitors!

Virtual Machine Monitors! ISA 673 Operating Systems Security Virtual Machine Monitors! Angelos Stavrou, George Mason University! Virtual Machine Monitors 2! Virtual Machine Monitors (VMMs) are everywhere! Industry commitment! Software:

More information

Powering Transformation With Cisco

Powering Transformation With Cisco Shape Your Business For the Future: Powering Transformation With Cisco Enabling Data Center Evolution Towards Cloud Computing Yudi Wiradarma TSO Lead, PT NetApp Indonesia Agenda The Challenge Cloud infrastructure

More information

V.I.B.E. Virtual. Integrated. Blade. Environment. Harveenpal Singh. System-x PLM

V.I.B.E. Virtual. Integrated. Blade. Environment. Harveenpal Singh. System-x PLM V.I.B.E. Virtual. Integrated. Blade. Environment. Harveenpal Singh System-x PLM x86 servers are taking on more demanding roles, including high-end business critical applications x86 server segment is the

More information

Hyperconverged Infrastructure: Cost-effectively Simplifying IT to Improve Business Agility at Scale

Hyperconverged Infrastructure: Cost-effectively Simplifying IT to Improve Business Agility at Scale Enterprise Strategy Group Getting to the bigger truth. White Paper Hyperconverged Infrastructure: Cost-effectively Simplifying IT to Improve Business Agility at Scale By Mike Leone, ESG Senior Analyst;

More information

The Architecture of Virtual Machines Lecture for the Embedded Systems Course CSD, University of Crete (April 29, 2014)

The Architecture of Virtual Machines Lecture for the Embedded Systems Course CSD, University of Crete (April 29, 2014) The Architecture of Virtual Machines Lecture for the Embedded Systems Course CSD, University of Crete (April 29, 2014) ManolisMarazakis (maraz@ics.forth.gr) Institute of Computer Science (ICS) Foundation

More information

BACKUP AND RECOVERY OF A HIGHLY VIRTUALIZED ENVIRONMENT

BACKUP AND RECOVERY OF A HIGHLY VIRTUALIZED ENVIRONMENT BACKUP AND RECOVERY OF A HIGHLY VIRTUALIZED ENVIRONMENT Featuring Industry Perspectives from The Enterprise Strategy Group (ESG) 24 January 2013 Jason Buffington (@Jbuff), ESG Senior Analyst, Data Protection

More information

Converged Platforms and Solutions. Business Update and Portfolio Overview

Converged Platforms and Solutions. Business Update and Portfolio Overview Converged Platforms and Solutions Business Update and Portfolio Overview IT Drivers In Next 5 Years SCALE SCALE 30,000+ physical servers 500,000+ virtual servers Current tools won t work at this scale

More information

Switch to Parallels Remote Application Server and Save 60% Compared to Citrix XenApp

Switch to Parallels Remote Application Server and Save 60% Compared to Citrix XenApp Switch to Parallels Remote Application Server and Save 60% Compared to Citrix XenApp White Paper Parallels Remote Application Server 2017 Table of Contents Executive Summary... 3 Introduction... 4 Who

More information

Cisco Desktop Virtualization Solutions

Cisco Desktop Virtualization Solutions Cisco Desktop Virtualization Solutions The Changing Face of End-User Computing Today s desktop and application virtualization solutions are rapidly transforming into a flexible, integrated approach to

More information

Remote Management of Data Center White Space: What to Manage and How? Ashish Moondra Sr. Product Manager Chatsworth Products

Remote Management of Data Center White Space: What to Manage and How? Ashish Moondra Sr. Product Manager Chatsworth Products Remote Management of Data Center White Space: What to Manage and How? Ashish Moondra Sr. Product Manager Chatsworth Products Learning Outcomes Need for Remote Management of Whitespace Understand Elements

More information

Virtualization. join, aggregation, concatenation, array, N 1 ühendamine, agregeerimine, konkateneerimine, massiiv

Virtualization. join, aggregation, concatenation, array, N 1 ühendamine, agregeerimine, konkateneerimine, massiiv Virtualization abstraction of computer resources may, but does not have to change the interface end-user has limited or no knowledge about the real resources behind the virtualization layer original /

More information

Continuous Processing versus Oracle RAC: An Analyst s Review

Continuous Processing versus Oracle RAC: An Analyst s Review Continuous Processing versus Oracle RAC: An Analyst s Review EXECUTIVE SUMMARY By Dan Kusnetzky, Distinguished Analyst Most organizations have become so totally reliant on information technology solutions

More information

Windows 7 Will Not Load On My Computer Support Hardware Virtualization

Windows 7 Will Not Load On My Computer Support Hardware Virtualization Windows 7 Will Not Load On My Computer Support Hardware Virtualization Jun 12, 2015. Windows 7 Help Forums Windows 7 help and support Virtualization» for it. so i booted up my pc and looked if i support

More information

Product Brochure Eaton 93PR UPS kw

Product Brochure Eaton 93PR UPS kw Product Brochure Eaton 93PR UPS 25-200 kw For more than 50 years, Eaton has been safeguarding the critical systems of businesses across the globe. Whether protecting a single desktop or the largest data

More information

83951c01.qxd:Layout 1 1/24/07 10:14 PM Page 1 PART. Technology Evolution COPYRIGHTED MATERIAL

83951c01.qxd:Layout 1 1/24/07 10:14 PM Page 1 PART. Technology Evolution COPYRIGHTED MATERIAL 83951c01.qxd:Layout 1 1/24/07 10:14 PM Page 1 PART Technology Evolution COPYRIGHTED MATERIAL I 83951c01.qxd:Layout 1 1/24/07 10:14 PM Page 2 83951c01.qxd:Layout 1 1/24/07 10:14 PM Page 3 CHAPTER 1 Blades

More information

Key Considerations for Improving Performance And Virtualization in Microsoft SQL Server Environments

Key Considerations for Improving Performance And Virtualization in Microsoft SQL Server Environments Key Considerations for Improving Performance And Virtualization in Microsoft SQL Server Environments Table of Contents Maximizing Performance in SQL Server Environments............... 4 Focusing on Hardware...........................................

More information

HP SDN Document Portfolio Introduction

HP SDN Document Portfolio Introduction HP SDN Document Portfolio Introduction Technical Solution Guide Version: 1 September 2013 Table of Contents HP SDN Document Portfolio Overview... 2 Introduction... 2 Terms and Concepts... 2 Resources,

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

EMC Data Protection for Microsoft

EMC Data Protection for Microsoft EMC Data Protection for Microsoft Featuring Industry Perspectives from IDC 7 November 2013 Ashish Nadkarni, IDC Research Director, Storage Systems @Ashish_Nadkarni Phil George, EMC Backup Recovery Systems

More information

Best Practices for Virtualizing Active Directory

Best Practices for Virtualizing Active Directory Best Practices for Virtualizing Active Directory Breakout Session AP01 Chris Skinner Senior Technical Instructor,VMware, Inc. February 25, 2009 Disclaimer This session may contain product features that

More information

VMware ESX Server 3i. December 2007

VMware ESX Server 3i. December 2007 VMware ESX Server 3i December 2007 ESX Server 3i Exec Summary What is it? What does it do? What is unique? Who can use it? How do you use it? Next generation, thin hypervisor integrated in server hardware

More information

Virtualization. Application Application Application. MCSN - N. Tonellotto - Distributed Enabling Platforms OPERATING SYSTEM OPERATING SYSTEM

Virtualization. Application Application Application. MCSN - N. Tonellotto - Distributed Enabling Platforms OPERATING SYSTEM OPERATING SYSTEM Virtualization lication lication lication lication lication lication OPERATING SYSTEM OPERATING SYSTEM VIRTUALIZATION 1 Basic Idea Observation Hardware resources are typically under-utilized Hardware resources

More information

Business Continuity and Disaster Recovery. Ed Crowley Ch 12

Business Continuity and Disaster Recovery. Ed Crowley Ch 12 Business Continuity and Disaster Recovery Ed Crowley Ch 12 Topics Disaster Recovery Business Impact Analysis MTBF and MTTR RTO and RPO Redundancy Failover Backup Sites Load Balancing Mirror Sites Disaster

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 ! 2 Oracle VM Introduction Adam Hawley, Senior Director Virtualization, Oracle January 15, 2013 Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

z/os Introduction and Workshop Overview of z Systems Environment 2017 IBM Corporation

z/os Introduction and Workshop Overview of z Systems Environment 2017 IBM Corporation z/os Introduction and Workshop Overview of z Systems Environment Unit Objectives After completing this unit, you should be able to: Describe z Systems Family of Processors List 5 z Systems Operating Systems

More information

STREAM Integrated Risk Manager Multi-user Deployment Options

STREAM Integrated Risk Manager Multi-user Deployment Options Multi-user Deployment Options Contents Multi-User Edition: can be accessed using a Web Browser can be accessed from an iphone or ipad (free app in App Store), and a range of other platforms and mobile

More information

Using VMware Player 3.0 with USB Pocket Hard Drive For IT Curriculum

Using VMware Player 3.0 with USB Pocket Hard Drive For IT Curriculum Using VMware Player 3.0 with USB Pocket Hard Drive For IT Curriculum Salient Features Virtual machines stored on the USB Portable Hard Drive can be carried from one computer to another as long as the same

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

VIRTUALBOX UBUNTU EBOOK

VIRTUALBOX UBUNTU EBOOK 17 March, 2018 VIRTUALBOX UBUNTU EBOOK Document Filetype: PDF 277.47 KB 0 VIRTUALBOX UBUNTU EBOOK It installs on your existing Intel or AMD-based computers, whether they are running Windows, Mac, Linux

More information

Virtualization. Dr. Yingwu Zhu

Virtualization. Dr. Yingwu Zhu Virtualization Dr. Yingwu Zhu Virtualization Definition Framework or methodology of dividing the resources of a computer into multiple execution environments. Types Platform Virtualization: Simulate a

More information