VIRTUALIZATION: From Concept to Reality A White Paper Prepared by Insight

Size: px
Start display at page:

Download "VIRTUALIZATION: From Concept to Reality A White Paper Prepared by Insight"

Transcription

1 VIRTUALIZATION: From Concept to Reality A White Paper Prepared by Insight Presented in partnership with: INSIGHT 6820 S. Harl Ave. Tempe, Arizona INSIGHT

2 The complexity of managing multiple physical systems is driving the industry toward massive virtualization. That s because virtualization provides a wealth of cost-saving opportunities, especially in organizations that use systems for testing, development, training and support. In addition, virtualization is one of the key factors driving server consolidation. According to Merriam-Webster s online dictionary ( virtual reality is an artificial environment which is experienced through sensory stimuli (as sights and sounds) provided by a computer and in which one s actions partially determine what happens in the environment. This is exactly what happens with virtualization: Virtual machine software creates one or more virtual workstations or servers on a real, physical system. Everything depends on what is available on the real machine: hard disk space, processor capability, and amount of RAM. The virtual machines that you create with virtualization software can support the installation and operation of any number of operating systems, including all versions of Microsoft Windows, MS-DOS, Linux, Novell and so on. They can communicate with the physical host and other machines on the network just as if they were real machines in their own sense. The ability to run multiple virtual machines on top of a single physical host makes this technology very exciting indeed for anyone who needs to create, set up and reuse machines running almost any operating system. DEFINING VIRTUALIZATION Virtual machine software was first created to emulate different operating systems-for example, Windows-on computers running another operating system-for example, the Macintosh OS. The objective was to allow users access to programs that did not run on their original operating system. With time, virtual machine software evolved as a product in its own right and has spurred a multimillion-dollar industry of its own. Today, there are several different virtual machine manufacturers. VMware Corporation 1, for example, offers VMware Workstation, VMware GSX Server, VMware ESX Server, VMware VirtualCenter, VMware P2V Assistant, and VMware ACE-a full panoply of tools. These tools let you create virtual machines on PCs and on servers that have an existing operating system, either Windows or Linux. ESX Server is a Linux-based custom operating system that is sold in an OEM hardware configuration and is designed solely to run virtual machines. By contrast, GSX Server and VMware Workstation require an existing operating system to run. VirtualCenter is a tool that allows you to manage multiple physical hosts running virtual machines. P2V Assistant allows you to capture a copy of a running physical machine and transform it into a virtual machine, and ACE is a special software component that lets you manage and deliver virtual machine solutions to end users. Microsoft 2 also offers several tools of its own: Microsoft Virtual PC 2004, Microsoft Virtual Server 2005, and-for Virtual Server-the Virtual Server Migration Toolkit (VSMT). Virtual PC is for workstations and runs on either Windows or the Macintosh OS, Virtual Server is for servers and runs only on Windows, and VSMT is a tool that allows you to transform a running physical machine into a virtual machine. 1 VMware Corporation: 2 Microsoft Corporation: 1

3 These virtual machine software packages run a variety of operating systems-a full list is available in Appendix A. This means that organizations using virtualization software can build entire networks or simply create a single machine by using this powerful technology (see Figures 1 and 2). Figure 1: Using VMware Workstation. VMware lets you operate instances of an operating system (in this case, Microsoft Windows Server 2003) within your physical workstation. Figure 2: Using Virtual Server Virtual Server lets you operate several instances of an operating system within a physical server. 2

4 The key to proper virtualization is being able to properly size the capabilities of the physical machine or host machine to ensure that the virtual machines they will host can share those resources. Table 1 lists some suggested configurations depending on the version of the virtualization software you choose to use. Note that because ESX Server is an OEM installation, its requirements are customized based on the organizational need. Table 1. Recommended Requirements for Virtualization Software Manufacturer Product Host RAM Disk Space Microsoft Virtual PC Microsoft Windows XP 1GB 80GB VMware Workstation Windows XP 1GB 80GB Microsoft Virtual Server Windows Server GB 300GB VMware GSX Server Windows Server GB 300GB VMware ESX Server ESX Server Custom Custom Any machines running virtualization software must have access to as much RAM and disk space as possible. Disk space is required because each virtual machine generally starts at about 4GB in size. RAM is required because it must be shared and allocated between both the host and any virtual machine that may be running. In addition, the server editions of the virtualization software can take advantage of multiple processors, so server hardware must include as many processors as possible, depending, of course, on the purpose of the system. VIRTUAL MACHINE COMPONENTS One of the greatest advantages of virtual machines is that they consist of nothing more than a series of files that reside on a disk. In fact, there are usually two, sometimes three, different file types that make up a virtual machine. Virtual Machine Hard Disk(s). Each time you create a virtual machine, the virtualization software will create a virtual hard disk, that is, a file that acts like a typical sector-based disk. When you install the operating system on the virtual machine, it will be contained in this file. Like a physical system, each virtual machine can have several disk files. Because it simulates a hard disk, this file is usually significant in size, though all virtualization engines support automatic growth, letting the system start with a smaller file and scale it as new content is added to the virtual machine. Virtual Machine Settings File. Each time you create a new virtual machine, you create a virtual machine settings file, that is, a file that tells the virtualization software how to allocate physical resources from the host to the virtual machine. This file indicates where the hard disk file or files are located, how much RAM to use, how to interact with the network adapter cards, and, in some cases, which processor or processors to use. Because it only contains settings, this file is usually very small. 3

5 Virtual Machine State File. Like real machines, virtual machines support operational modes similar to Standby or Hibernation. In virtualization terms, this means saving the state or suspending the machine. When a machine is suspended, its suspended state is saved to a file. Because it only includes the machine state, this file is also very small. There are other file formats that support the most advanced features virtualization offers, but the file types discussed above are the most common forms. In addition, each virtualization product supports undoable disks. This means that the product provides a means to return the virtual machine to a previous state by discarding changes that may have been made to the machine. This is a very powerful feature that is extremely useful in testing scenarios. But because all virtual machines are composed of a series of files, it is very easy to duplicate them and repurpose them at any time-providing, of course, you have the appropriate disk space. Also, because virtual machines are always made up of at least two files, it is a very good practice to place each machine into a folder of its own on the host hard disk. Then, if you need to make a copy, you simply copy the whole folder. Virtual machines are also easy to back up and restore. Because backing up involves only copying a set of files, you can make regular backups at critical phases of any project. If anything goes wrong, it is easy to return to an previous version of the machine. No special backup agent is required because as far as the backup tool is concerned, virtual machines are stored on a file server. VIRTUALIZATION SCENARIOS Virtual machines can support several scenarios. These range in cost and capabilities, but each offers features that physical machines simply cannot support. System Testing. Every information technology (IT) organization has put in place some form of testing laboratory for the purpose of examining and understanding new technologies and how they could fit into their network. Usually, these testing environments are scrounged together from bits and pieces that are left over from the production network. The result is a low-cost, but not very functional, testing environment. Virtualization can help by allowing IT to build comprehensive laboratory environments using only a few physical devices to host a plethora of virtual machines. Using undoable disks and virtual machine duplication, IT can duplicate any scenario and create very complex virtual testing environments. It is even possible to use physical-to-virtual capture engines to make a virtual duplicate of physical machines running in production. Software Development. Every software developer has faced the need to have high privileges on their system. This is completely understandable because developers need to install and test software as they develop it. In locked-down environments, this can become a significant issue-but not if you are using virtual machines in support of the development effort. With a virtual machine running on a developer s workstation, the developer is free to have complete access rights in the virtual machine while the physical workstation remains completely locked down. 4

6 Training. Every technician who is responsible for the support of computer training centers will most definitely profit from virtualization. That s because each time a course is run, ordinarily you have to devise a means to return each PC to the course starting point. In addition, you need the means to repurpose the PC in support of other courses. Virtual machines are ideal for this for several reasons. First, they are very easy to repurpose-all you need to do is create a copy of an original machine for the course and then simply throw it away after the course is complete. Second, virtual machines can contain any operating system. This means that even a classroom that was originally created to support productivity training on tools such as office automation software can become a complete and comprehensive technical training center. All you need is the proper amount of RAM on the PCs, larger disk drives to contain virtual machine images, and a fast network to copy machines from a central location. After this is done, your training rooms can support operating system, complex IT infrastructure, and even development training. Of note: All of Microsoft s technical training courses now run on virtual machines. Support Center. In environments that offer support center and support services, virtualization can bring huge benefits, especially if the technician needs to support multiple operating systems. Formerly, technicians needed to have access to multiple PCs with keyboard, screen, and mouse switches to change from one to another. Today, each support technician needs only a single PC with multiple virtual machines on it to support any number of clients. This is especially useful in outsourced support centers that have multiple clients, each with its own particular desktop environment. Environment Standardization. One additional use of virtualization is in the control and deployment of custom applications. Using virtual machines, IT groups can prepare a working version of an application and instead of deploying the application on a physical machine, deploy a complete virtual machine to end users. This ensures standards compliance and can help keep support costs down. Server Consolidation. Over the past decade, organizations have seen a proliferation of server machines for several different reasons. In many cases, these machines run with a very minimal utilization of their resources. Virtualization offers the opportunity to consolidate server hardware, reducing the number of physical hosts running in a data center but maintaining independent virtual machines for each function currently deployed in the organization. In addition, the availability of physical-to-virtual machine migration tools makes this scenario very attractive and very simple to deploy in any data center. The most important point to remember about virtualization is that IT can treat each virtual machine as a physical machine within the network-a machine that can communicate with other machines, either virtual or physical. IT can manage virtual machines the same way it manages all other machines. In fact, IT can even send a command to the physical host machine to wake up a virtual machine before initiating an operation such as a software deployment. 5

7 CHOOSING THE RIGHT VIRTUALIZATION HARDWARE The key to the proper implementation of a virtualization strategy is the hardware you select to run virtual machines. That s why Insight works with industry leaders, including Hewlett-Packard, in support of your virtualization goals. For either local or centralized virtualization scenarios, the choice of hardware you make must be focused on the following key components: Processor-the more powerful the processor or processors, the better the performance you can expect from the virtual machines. RAM-the more RAM you have access to, the more machines you can run at once. Disks-larger and faster disks will give better response times for your VMs. For centralized virtualization environments, HP ProLiant Servers provide many options. Whether they are blade, rack-mounted, or standalone models, the ProLiant will provide an excellent platform for virtualization. These servers can use the Windows Server 2003 operating system to support the virtualization solution of your choice. Insight can help you configure these servers to best meet your needs today and into the future. For local virtualization environments, Insight recommends the new HP xw4300 Workstation. These workstations will support Windows XP Service Pack 2 in either 32-bit or 64-bit mode. In addition, they offer both single-core and dual-core processors, giving you very powerful choices for your local virtualization platforms. THE VIRTUALIZATION RETURN ON INVESTMENT Virtualization is a proven technology that can provide guaranteed return on investment (ROI) and help significantly lower total cost of operations. In any deployment program that aims to bring virtualization capabilities in-house, organizations should begin with a step-by-step approach to ensure that they understand the benefits of virtualization before moving to larger virtualization projects. For example, the most common virtualization scenarios today deal with testing, training, and software development. This may be the first place to start for anyone new to this technology. 6

8 HOW INSIGHT CAN HELP As one of the world s largest providers of IT products and services, Insight offers proven strategies and practices to streamline the steps, reduce the risks, and ensure the success of critical IT deployments, including virtualization. Leveraging its proven methodology, Project Management Institute (PMI)-certified project management practice, International Organization for Standardization (ISO) 9001:2000-certified Custom Configuration and Advanced Integration labs, and its national services organization, Insight has successfully executed a number of virtualization projects. Insight features a comprehensive life-cycle management program that helps enterprises reduce the ongoing costs of virtualization, including build, deployment, and maintenance programs for virtual machines. For more information, contact Insight at 800.INSIGHT or go to About the Authors Danielle Ruest and Nelson Ruest are IT professionals specializing in systems administration, migration, and design. They are authors of multiple books, notably two books published by McGraw-Hill Osborne, Windows Server 2003: Best Practices for Enterprise Deployments, ISBN X, and Windows Server 2003 Pocket Administrator, ISBN , as well as Preparing for.net Enterprise Technologies, published by Addison Wesley, ISBN Insight and the Insight logo are registered trademarks of Insight Direct USA, Inc. All other trademarks, registered trademarks, photos, logos and illustrations are the property of their respective owners. 2005, Insight Direct USA, Inc. All rights reserved. 7

9 APPENDIX A - AVAILABLE VIRTUALIZATION PRODUCTS Product Name Description Host Operating System Guest Operating System VMware 3 ESX Server Virtual infrastructure software for partitioning, consolidating, and managing systems in mission-critical environments Windows Novell Solaris VMware GSX Server Enterprise-class virtual infrastructure software for x86-based servers Windows 32-bit and 64-bit Windows MS-DOS Novell FreeBSD Solaris VMware Workstation Virtualization software for streamlining software development, testing, and deployment Windows 32-bit and 64-bit Windows 32-bit Windows 16-bit MS-DOS Novell FreeBSD Solaris Virtual Server Standard and Enterprise Edition Virtual machine software for increasing operational efficiency in software testing and development, server consolidation scenarios, and application re-hosting Windows Server 2003, all editions except Web Windows Small Business Server 2003 Standard and Premium Edition Microsoft Windows XP Professional Windows Server bit except Datacenter Microsoft Windows NT 4.0 Service Pack (SP) 6a Microsoft Windows 2000 Virtual PC Software virtualization solution that allows you to run multiple PC-based operating systems simultaneously on one workstation, providing a safety net to maintain compatibility with legacy applications while you migrate to a new operating system Microsoft Windows XP Professional Only Windows editions Available Virtual Tools VMware VirtualCenter 1.3 VMware ACE VMware P2V Assistant VMware VMTN Subscription Microsoft VSMT Microsoft Operations Manager (MOM) Virtual Server Management Pack Virtual infrastructure management software that provides a central and secure point of control for an organization s virtual computing resources Software that gives security administrators control over the hardware configuration and networking capabilities of an unmanaged PC, transforming it into an IT-compliant PC endpoint. An enterprise-class migration tool that transforms an image of an existing physical system into a VMware virtual machine. VMware Technology Network (VMTN) Subscription is a service for developers and testers that provides a suite of VMware products, support, and upgrades in a convenient annual subscription. Tool that simplifies the migration of an operating system and installed applications from a physical server to a server running within a virtual machine that is provided and managed by Virtual Server Free Download - requires Virtual Server. Management pack that monitors the performance and availability of Virtual Server and virtual machines. Free Download - requires MOM. 3 For more information on VMware Guest Operating Systems, go to

A Comparison of VMware and {Virtual Server}

A Comparison of VMware and {Virtual Server} A Comparison of VMware and {Virtual Server} Kurt Lamoreaux Consultant, MCSE, VCP Computer Networking and Consulting Services A Funny Thing Happened on the Way to HP World 2004 Call for speakers at the

More information

TechTarget Windows Media

TechTarget Windows Media TechTarget Windows Media SearchWinIT.com SearchExchange.com SearchSQLServer.com SearchEnterpriseDesktop.com SearchWindowsServer.com SearchDomino.com LabMice.net E-Guide Hyper-V: What you need to know before

More information

Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server

Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server Double-Take Software, Inc. 257 Turnpike Road; Suite 210 Southborough,

More information

Advanced Server Virtualization: Vmware and Microsoft Platforms in the Virtual Data Center

Advanced Server Virtualization: Vmware and Microsoft Platforms in the Virtual Data Center Advanced Server Virtualization: Vmware and Microsoft Platforms in the Virtual Data Center Marshall, David ISBN-13: 9780849339318 Table of Contents BASIC CONCEPTS Introduction to Server Virtualization Overview

More information

VMware Training for the Future

VMware Training for the Future July 2001 White Paper VMware Training for the Future How VMware Workstation Delivers Tangible Value to the Training Business Table of Contents 1.0 Introduction 2.0 VMware's Solution Meets the Challenges

More information

Guest Operating System. Installation Guide

Guest Operating System. Installation Guide Guest Operating System Installation Guide VMware, Inc. 3145 Porter Drive Palo Alto, CA 94304 www.vmware.com Please note that you will always find the most up-to-date technical documentation on our Web

More information

The. Commandments. Software Packaging PRACTICAL IMPLEMENTATION OF SOFTWARE PACKAGING BEST PRACTICES. Nelson Ruest & Danielle Ruest Sponsored by

The. Commandments. Software Packaging PRACTICAL IMPLEMENTATION OF SOFTWARE PACKAGING BEST PRACTICES. Nelson Ruest & Danielle Ruest Sponsored by The of 20 Commandments Software Packaging PRACTICAL IMPLEMENTATION OF SOFTWARE PACKAGING BEST PRACTICES Nelson Ruest & Danielle Ruest Sponsored by Table of Contents Introduction... 1 Working with the 20

More information

APPLICATION OF SERVER VIRTUALIZATION IN PLATFORM TESTING

APPLICATION OF SERVER VIRTUALIZATION IN PLATFORM TESTING APPLICATION OF SERVER VIRTUALIZATION IN PLATFORM TESTING Application testing remains a complex endeavor as Development and QA managers need to focus on delivering projects on schedule, controlling costs,

More information

Using VMware Player. VMware Player. What Is VMware Player?

Using VMware Player. VMware Player. What Is VMware Player? VMWARE APPLICATION NOTE VMware Player Using VMware Player This document contains the following sections: Work and Play in a Virtual World on page 1 Options and Features in VMware Player on page 4 Installing

More information

Getting Started with VMware Fusion. VMware Fusion for Mac OS X

Getting Started with VMware Fusion. VMware Fusion for Mac OS X Getting Started with VMware Fusion VMware Fusion for Mac OS X 2 Getting Started with VMware Fusion Getting Started with VMware Fusion Item: EN-000189-00 You can find the most up-to-date technical documentation

More information

QuickSpecs. HP Virtual Desktop Infrastructure with VMware Overview

QuickSpecs. HP Virtual Desktop Infrastructure with VMware Overview Overview HP Virtual Desktop Infrastructure (VDI) is an end-to-end client virtualization solution based on the best managed and virtualizationready HP ProLiant and BladeSystem servers, HP Storage Works

More information

Comparing Free Virtualization Products

Comparing Free Virtualization Products A S P E I T Tr a i n i n g Comparing Free Virtualization Products A WHITE PAPER PREPARED FOR ASPE BY TONY UNGRUHE www.aspe-it.com toll-free: 877-800-5221 Comparing Free Virtualization Products In this

More information

Table of Contents Introduction and System Requirements 9 Installing VMware Server 35

Table of Contents Introduction and System Requirements 9 Installing VMware Server 35 Table of Contents Introduction and System Requirements 9 VMware Server: Product Overview 10 Features in VMware Server 11 Support for 64-bit Guest Operating Systems 11 Two-Way Virtual SMP (Experimental

More information

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

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware Introduction By leveraging the inherent benefits of a virtualization based platform, a Microsoft Exchange Server 2007 deployment on VMware Infrastructure 3 offers a variety of availability and recovery

More information

W H I T E P A P E R. Optimized Backup and Recovery for VMware Infrastructure with EMC Avamar

W H I T E P A P E R. Optimized Backup and Recovery for VMware Infrastructure with EMC Avamar W H I T E P A P E R Optimized Backup and Recovery for VMware Infrastructure with EMC Avamar Contents Introduction...1 VMware Infrastructure Overview...1 VMware Consolidated Backup...2 EMC Avamar Overview...3

More information

VMware Virtual Machine Software

VMware Virtual Machine Software January 2003 White Paper OS Migration and Legacy Application Support Using VMware Virtual Machine Software Copyright VMware, Inc.. 2003 Redistribution is not permitted without the prior written consent

More information

QuickSpecs. HP Session Allocation Manager Software (SAM v2.3) Overview

QuickSpecs. HP Session Allocation Manager Software (SAM v2.3) Overview Overview Introduction A key component of the HP Virtual Client Essentials software portfolio, Session Allocation Manager (SAM) administrative software brokers network connections to seamlessly deliver

More information

Virtualization: an old concept in a new approach

Virtualization: an old concept in a new approach MPRA Munich Personal RePEc Archive Virtualization: an old concept in a new approach Logica Banica and Doina Rosca and Cristian Stefan University of Pitesti, Faculty of Economics, University of Craiova,

More information

THE POWER OF GROUP POLICY

THE POWER OF GROUP POLICY Specops Software presents: THE POWER OF GROUP POLICY By Danielle Ruest and Nelson Ruest The Power of Group Policy... 3 The Inner Workings of GPOs... 4 The Ideal Tool for Systems Management... 7 Your Next

More information

Backup and Recovery FAQs

Backup and Recovery FAQs May 2013 Page 1 This document answers frequently asked questions regarding the Emerson system Backup and Recovery application. www.deltav.com May 2013 Page 2 Table of Contents Introduction... 6 General

More information

International Journal of Advancements in Research & Technology, Volume 1, Issue6, November-2012 1 ISSN 2278-7763

International Journal of Advancements in Research & Technology, Volume 1, Issue6, November-2012 1 ISSN 2278-7763 International Journal of Advancements in Research & Technology, Volume 1, Issue6, November-2012 1 VIRTUALIZATION Vikas Garg Abstract: The main aim of the research was to get the knowledge of present trends

More information

VIRTUALIZATION IN THE CLASSROOM

VIRTUALIZATION IN THE CLASSROOM VIRTUALIZATION IN THE CLASSROOM Thom Luce, Ohio University, luce@ohio.edu ABSTRACT This paper briefly describes the growth of computer virtualization and some of the reasons for that growth. The paper

More information

Virtualization Overview

Virtualization Overview VMWARE W HWHITE I T E PPAPER A P E R Virtualization Overview 1 Table of Contents Introduction... 3 Virtualization in a Nutshell... 3 Virtualization Approaches... 4 Virtualization for Server Consolidation

More information

Cisco Unified CallConnector Operator

Cisco Unified CallConnector Operator Cisco Unified CallConnector Operator Cisco Unified CallConnector Operator enhances business efficiency by quickly answering the mainnumber calls and accurately delivering them to appropriate and available

More information

Protecting Virtual Servers with Acronis True Image

Protecting Virtual Servers with Acronis True Image Protecting Virtual Servers with Acronis True Image Protecting Virtual Servers with Acronis True Image In This Paper Protecting Virtual Servers with Acronis True Image...3 Virtual Machines: The Data Protection

More information

SUSE Linux Enterprise 10 SP2: Virtualization Technology Support

SUSE Linux Enterprise 10 SP2: Virtualization Technology Support Technical White Paper LINUX OPERATING SYSTEMS www.novell.com SUSE Linux Enterprise 10 SP2: Virtualization Technology Support Content and modifications. The contents of this document are not part of the

More information

Symantec Backup Exec.cloud

Symantec Backup Exec.cloud Automatic, continuous, and secure protection that backs up data to the cloud, or via a hybrid approach combining on-premise and cloud-based backup. Data Sheet: Symantec.cloud Only 21 percent of SMBs are

More information

Using Virtual PC 7.0 for Mac with GalleryPro

Using Virtual PC 7.0 for Mac with GalleryPro Using Virtual PC 7.0 for Mac with GalleryPro Installing and Configuring What is Virtual PC for Mac? Virtual PC (VPC) is emulation software that simulates an actual (though virtual) Windows computer running

More information

Remote Desktop Services

Remote Desktop Services Remote Desktop Services White Paper November 2014 Maximizing the Value and Performance of QuickBooks Enterprise with Remote Desktop Services Formerly known as Windows Terminal Services, Remote Desktop

More information

Getting Started with VMware Fusion

Getting Started with VMware Fusion Getting Started with VMware Fusion VMware Fusion for Mac OS X 2008 2012 EN-000933-00 2 Getting Started with VMware Fusion You can find the most up-to-date technical documentation on the VMware Web site

More information

QuickSpecs. HP Virtual Desktop Infrastructure with VMware View Overview

QuickSpecs. HP Virtual Desktop Infrastructure with VMware View Overview Overview HP Virtual Desktop Infrastructure (VDI) is an end-to-end client virtualization solution based on the best managed and virtualizationready HP ProLiant and BladeSystem servers, HP Storage Works

More information

PARALLELS SERVER 4 BARE METAL README

PARALLELS SERVER 4 BARE METAL README PARALLELS SERVER 4 BARE METAL README This document provides the first-priority information on Parallels Server 4 Bare Metal and supplements the included documentation. TABLE OF CONTENTS 1 About Parallels

More information

VMware ESXi 3.5 update 2

VMware ESXi 3.5 update 2 VMware ESXi 3.5 update 2 VMware ESXi 3.5 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 for FREE Partitions servers to create

More information

Chapter 5: System Software: Operating Systems and Utility Programs

Chapter 5: System Software: Operating Systems and Utility Programs Understanding Computers Today and Tomorrow 12 th Edition Chapter 5: System Software: Operating Systems and Utility Programs Learning Objectives Understand the difference between system software and application

More information

VMware vcenter Update Manager Administration Guide

VMware vcenter Update Manager Administration Guide VMware vcenter Update Manager Administration Guide Update 1 vcenter Update Manager 4.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.1 Embedded vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

Protecting Virtual Servers with Acronis True Image Echo

Protecting Virtual Servers with Acronis True Image Echo Protecting Virtual Servers with Acronis True Image Echo IT organizations have discovered that virtualization technology can simplify server management and reduce total operating costs. Despite the technical

More information

Terminal Server Software and Hardware Requirements. Terminal Server. Software and Hardware Requirements. Datacolor Match Pigment Datacolor Tools

Terminal Server Software and Hardware Requirements. Terminal Server. Software and Hardware Requirements. Datacolor Match Pigment Datacolor Tools Terminal Server Software and Hardware Requirements Datacolor Match Pigment Datacolor Tools January 21, 2011 Page 1 of 8 Introduction This document will provide preliminary information about the both the

More information

Strategies for Bare Machine Recovery

Strategies for Bare Machine Recovery Strategies for Bare Machine Recovery Protecting Your Mission-Critical Servers Differing BMR Strategies System reinstallation Full system reinstallation using installation CDs (Windows and ITSM client)

More information

Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES

Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES Table of Contents About this Document.... 3 Introduction... 4 Baseline Existing Desktop Environment... 4 Estimate VDI Hardware Needed.... 5

More information

VERSION 2.1. VMware P2V Assistant. User s Manual

VERSION 2.1. VMware P2V Assistant. User s Manual VERSION 2.1 VMware P2V Assistant User s Manual Please note that you will always find the most up-to-date technical documentation on our Web site at http://www.vmware.com/support/. VMware, Inc. 3145 Porter

More information

Server-centric client virtualization model reduces costs while improving security and flexibility.

Server-centric client virtualization model reduces costs while improving security and flexibility. BUSINESS SOLUTIONS Desktop Demystified Server-centric client virtualization model reduces costs while improving security and flexibility. Virtualization is transforming the data center. It s eliminating

More information

BC43: Virtualization and the Green Factor. Ed Harnish

BC43: Virtualization and the Green Factor. Ed Harnish BC43: Virtualization and the Green Factor Ed Harnish Agenda The Need for a Green Datacenter Using Greener Technologies Reducing Server Footprints Moving to new Processor Architectures The Benefits of Virtualization

More information

7 Real Benefits of a Virtual Infrastructure

7 Real Benefits of a Virtual Infrastructure 7 Real Benefits of a Virtual Infrastructure Dell September 2007 Even the best run IT shops face challenges. Many IT organizations find themselves with under-utilized servers and storage, yet they need

More information

Parallels Desktop for Mac

Parallels Desktop for Mac Parallels Software International, Inc. Parallels Desktop for Mac Quick Start Guide 3.0 (c) 2005-2007 Copyright 2006-2007 by Parallels Software International, Inc. All rights reserved. Parallels and Parallels

More information

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

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

More information

Backup Exec System Recovery Management Solution 2010 FAQ

Backup Exec System Recovery Management Solution 2010 FAQ Backup Exec System Recovery Management Solution 2010 FAQ Contents Overview... 1 Supported Backup Exec System Recovery Versions and Configurations... 6 Backup Exec System Recovery Management Solution Installation

More information

HP Windows 7 Onsite Upgrade Service

HP Windows 7 Onsite Upgrade Service HP Windows 7 Onsite Upgrade Service HP Care Pack Services Technical data The Windows 7 Onsite Upgrade Service provides your company with onsite installation, setup, and training for the Microsoft Windows

More information

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED.

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *If you are using

More information

W H I T E P A P E R. Disaster Recovery Virtualization Protecting Production Systems Using VMware Virtual Infrastructure and Double-Take

W H I T E P A P E R. Disaster Recovery Virtualization Protecting Production Systems Using VMware Virtual Infrastructure and Double-Take W H I T E P A P E R Protecting Production Systems Using VMware Virtual Infrastructure and Double-Take Contents Introduction...1 What is VMware Infrastructure?...1 What is Double-Take?...1 Data Protection

More information

How To Use Windows Small Business Server 2011 Essentials

How To Use Windows Small Business Server 2011 Essentials Everything Your Business Needs in a Server, Nothing it doesn t. Ideal as a first server for small businesses with up to 25 users, Windows Small Business Server 2011 Essentials provides a cost-effective

More information

Virtualization with Windows

Virtualization with Windows Virtualization with Windows at CERN Juraj Sucik, Emmanuel Ormancey Internet Services Group Agenda Current status of IT-IS group virtualization service Server Self Service New virtualization features in

More information

Windows 7: Tips and Best Practices for Simplified Migration By Nelson Ruest and Danielle Ruest

Windows 7: Tips and Best Practices for Simplified Migration By Nelson Ruest and Danielle Ruest Windows 7: Tips and Best Practices for Simplified Migration By Nelson Ruest and Danielle Ruest Table of Contents Abstract... 3 1.0 Windows 7 Deployment and Operating Improvements... 4 2.0 Potential Deployment

More information

Virtual Machine in Automation Projects

Virtual Machine in Automation Projects Virtual Machine in Automation Projects Master Thesis Xiaoyuan Xing Department of Production Engineering and Management KTH, Sweden June 2010 0 Abstract Virtual machine, as an engineering tool, has recently

More information

Chapter 7A. Functions of Operating Systems. Types of Operating Systems. Operating System Basics

Chapter 7A. Functions of Operating Systems. Types of Operating Systems. Operating System Basics Chapter 7A Operating System Basics Functions of Operating Provide a user interface Run programs Manage hardware devices Organized file storage 2 Types of Operating Real-time operating system Very fast

More information

Streamlining Patch Testing and Deployment

Streamlining Patch Testing and Deployment Streamlining Patch Testing and Deployment Using VMware GSX Server with LANDesk Management Suite to improve patch deployment speed and reliability Executive Summary As corporate IT departments work to keep

More information

4.1 Introduction 4.2 Explain the purpose of an operating system 4.2.1 Describe characteristics of modern operating systems Control Hardware Access

4.1 Introduction 4.2 Explain the purpose of an operating system 4.2.1 Describe characteristics of modern operating systems Control Hardware Access 4.1 Introduction The operating system (OS) controls almost all functions on a computer. In this lecture, you will learn about the components, functions, and terminology related to the Windows 2000, Windows

More information

Data Sheet: Endpoint Security Symantec Endpoint Protection The next generation of antivirus technology from Symantec

Data Sheet: Endpoint Security Symantec Endpoint Protection The next generation of antivirus technology from Symantec The next generation of antivirus technology from Symantec Overview Advanced threat protection combines Symantec AntiVirus with advanced threat prevention to deliver an unmatched defense against malware

More information

Solution Recipe: Improve PC Security and Reliability with Intel Virtualization Technology

Solution Recipe: Improve PC Security and Reliability with Intel Virtualization Technology Solution Recipe: Improve PC Security and Reliability with Intel Virtualization Technology 30406_VT_Brochure.indd 1 6/20/06 4:01:14 PM Preface Intel has developed a series of unique Solution Recipes designed

More information

Executive Summary... 3. Challenges in Developing, Testing and Deploying Applications... 3. Reduce Overall Development Costs... 7

Executive Summary... 3. Challenges in Developing, Testing and Deploying Applications... 3. Reduce Overall Development Costs... 7 Contents Executive Summary..................................................................................................... 3 Challenges in Developing, Testing and Deploying Applications.........................................

More information

Hypervisor Software and Virtual Machines. Professor Howard Burpee SMCC Computer Technology Dept.

Hypervisor Software and Virtual Machines. Professor Howard Burpee SMCC Computer Technology Dept. Hypervisor Software and Virtual Machines Learning Objectives Understand the common features of today s desktop virtualization products Select and implement a desktop virtualization option on a Linux, Mac,

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: PRICING & LICENSING GUIDE

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: PRICING & LICENSING GUIDE RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: PRICING & LICENSING GUIDE Red Hat Enterprise Virtualization for Servers: Pricing Guide 1 TABLE OF CONTENTS Introduction to Red Hat Enterprise Virtualization

More information

W H I T E P A P E R. Reducing Server Total Cost of Ownership with VMware Virtualization Software

W H I T E P A P E R. Reducing Server Total Cost of Ownership with VMware Virtualization Software W H I T E P A P E R Reducing Server Total Cost of Ownership with VMware Virtualization Software Table of Contents Executive Summary............................................................ 3 Why is

More information

ORACLE VIRTUAL DESKTOP INFRASTRUCTURE

ORACLE VIRTUAL DESKTOP INFRASTRUCTURE ORACLE VIRTUAL DESKTOP INFRASTRUCTURE HIGHLY SECURE AND MOBILE ACCESS TO VIRTUALIZED DESKTOP ENVIRONMENTS KEY FEATURES Centralized virtual desktop management and hosting Facilitates access to VDI desktops

More information

Frequently Asked Questions: Desktone s Offerings and Market

Frequently Asked Questions: Desktone s Offerings and Market Frequently Asked Questions: Desktone s Offerings and Market General Virtualization Q: What is desktop virtualization? A: Desktop virtualization is the separation of a client operating system/environment

More information

Running VirtualCenter in a Virtual Machine

Running VirtualCenter in a Virtual Machine VMWARE TECHNICAL NOTE VirtualCenter 2.x Running VirtualCenter in a Virtual Machine Running VirtualCenter in a virtual machine is fully supported by VMware to the same degree as if it were installed on

More information

Expert Reference Series of White Papers. VMware vsphere Essentials

Expert Reference Series of White Papers. VMware vsphere Essentials Expert Reference Series of White Papers VMware vsphere Essentials 1-800-COURSES www.globalknowledge.com VMware vsphere Essentials Raj Tolani, Global Knowledge Instructor Introduction Every VMware class

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows : Managing, Maintaining, and Troubleshooting, 5e Chapter 3 Installing Windows Objectives How to plan a Windows installation How to install Windows Vista How to install Windows XP How to install Windows

More information

vsphere Web Access Administrator's Guide

vsphere Web Access Administrator's Guide vsphere Web Access Administrator's Guide vsphere Web Access 4.1 ESX 4.1 vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Virtualization of CBORD Odyssey PCS and Micros 3700 servers. The CBORD Group, Inc. January 13, 2007

Virtualization of CBORD Odyssey PCS and Micros 3700 servers. The CBORD Group, Inc. January 13, 2007 Virtualization of CBORD Odyssey PCS and Micros 3700 servers January 13, 2007 61 Brown Road Ithaca, NY 14850 (607) 257-2410 Document Revision: 2 Last revised: January 13, 2007 Changes are periodically made

More information

Parallels Desktop 4 for Windows and Linux Read Me

Parallels Desktop 4 for Windows and Linux Read Me Parallels Desktop 4 for Windows and Linux Read Me Welcome to Parallels Desktop for Windows and Linux build 4.0.6576. This document contains the information you should know to successfully install Parallels

More information

ENABLING VIRTUALIZED GRIDS WITH ORACLE AND NETAPP

ENABLING VIRTUALIZED GRIDS WITH ORACLE AND NETAPP NETAPP AND ORACLE WHITE PAPER ENABLING VIRTUALIZED GRIDS WITH ORACLE AND NETAPP Generosa Litton, Network Appliance, Inc. Monica Kumar, Frank Martin, Don Nalezyty, Oracle March 2008 WP-7037-0208 EXECUTIVE

More information

Clustering in Parallels Virtuozzo-Based Systems

Clustering in Parallels Virtuozzo-Based Systems Parallels Clustering in Parallels Virtuozzo-Based Systems Copyright 1999-2009 Parallels Holdings, Ltd. ISBN: N/A Parallels Holdings, Ltd. c/o Parallels Software, Inc. 13755 Sunrise Valley Drive Suite 600

More information

Neverfail Solutions for VMware: Continuous Availability for Mission-Critical Applications throughout the Virtual Lifecycle

Neverfail Solutions for VMware: Continuous Availability for Mission-Critical Applications throughout the Virtual Lifecycle Neverfail Solutions for VMware: Continuous Availability for Mission-Critical Applications throughout the Virtual Lifecycle Table of Contents Virtualization 3 Benefits of Virtualization 3 Continuous Availability

More information

Altiris IT Management Suite 7.1 from Symantec

Altiris IT Management Suite 7.1 from Symantec Altiris IT 7.1 Achieve a new level of predictability Overviewview Change is inevitable for IT and it comes from several sources: changing needs from lines of business, managing and supporting too many

More information

QuickSpecs. What's New. Models. HP ProLiant Essentials Performance Management Pack version 4.4. Overview

QuickSpecs. What's New. Models. HP ProLiant Essentials Performance Management Pack version 4.4. Overview Overview ProLiant Essentials Performance Management Pack (PMP) is a software solution that detects, analyzes, and explains hardware bottlenecks on HP ProLiant servers. HP Integrity servers and HP Storage

More information

Cisco Unified CallConnector for Microsoft Windows

Cisco Unified CallConnector for Microsoft Windows Cisco Unified CallConnector for Microsoft Windows Cisco Unified Communications is a comprehensive IP communications system of voice, video, data, and mobility products and applications. It enables more

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

xvm Server and xvm VirtualBox Christopher Beal Principal Engineer chris.beal@sun.com

xvm Server and xvm VirtualBox Christopher Beal Principal Engineer chris.beal@sun.com xvm Server and xvm VirtualBox Christopher Beal Principal Engineer chris.beal@sun.com Open, Easy, Internet Scale Virtualize Everything, Manage Anywhere Open developer virtualization platform Enterprise-class

More information

Symantec NetBackup 7.1 What s New and Version Comparison Matrix

Symantec NetBackup 7.1 What s New and Version Comparison Matrix Symantec 7.1 What s New and Version Comparison Matrix Symantec 7 allows customers to standardize backup and recovery operations across physical and virtual environments with fewer resources and less risk

More information

2009 AAMGA Automation Conference

2009 AAMGA Automation Conference 2009 AAMGA Automation Conference Kenny Morris, MCSE Manager of Network Services CRC Insurance Services, Inc. kmorris@crcins.com Server Infrastructure 170 servers 70% in Central Datacenter 25% of server

More information

Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the

Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies, organizations, products, domain names,

More information

Guest Operating System Installation Guide

Guest Operating System Installation Guide Guest Operating System Installation Guide July 13, 2010 Note: The contents of the Guest Operating System Installation Guide have changed. The new version of this guide contains information and instructions

More information

Enterprise Desktop Virtualization

Enterprise Desktop Virtualization Enterprise Desktop Virtualization Introduction For nearly a decade, IT industry thought leaders and vendor proponents have hailed the anticipated widespread adoption of virtual display desktop as the new

More information

VMware Virtualization and Software Development

VMware Virtualization and Software Development VMware Virtualization and Software Development 1 VMware Virtualization and Software Development Mark Cloutier Undergraduate Student, Applied Math and Computer Science Keywords: Virtualization, VMware,

More information

Upon completion of this chapter, you will able to answer the following questions:

Upon completion of this chapter, you will able to answer the following questions: CHAPTER 2 Operating Systems Objectives Upon completion of this chapter, you will able to answer the following questions: What is the purpose of an OS? What role do the shell and kernel play? What is the

More information

Server Virtualization with VMWare

Server Virtualization with VMWare Server Virtualization with VMware Information Technology Server Virtualization with VMWare A look at server virtualization, what it is and why it should be considered. By Alex Dewar, Head of IT & IM Solutions,

More information

Virtualization with Microsoft Windows Server 2003 R2, Enterprise Edition

Virtualization with Microsoft Windows Server 2003 R2, Enterprise Edition Virtualization with Microsoft Windows Server 2003 R2, Enterprise Edition Microsoft Corporation Published: March 2006 Abstract Virtualization in the volume server market is starting to see rapid adoption

More information

Symantec Backup Exec 2010

Symantec Backup Exec 2010 Reliable Backup and Recovery Designed for Your Growing Business Overview delivers market leading backup and recovery protection from server to desktop. Easily protect more data while you reduce storage

More information

Getting started. Symantec AntiVirus Corporate Edition 8.1 for Workstations and Network Servers

Getting started. Symantec AntiVirus Corporate Edition 8.1 for Workstations and Network Servers Getting started Symantec AntiVirus Corporate Edition 8.1 for Workstations and Network Servers Copyright 2003 Symantec Corporation. All rights reserved. Printed in the U.S.A. 03/03 Symantec and the Symantec

More information

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Integration note, 4th Edition Introduction... 2 Overview... 2 Comparing Insight Management software Hyper-V R2 and VMware ESX management...

More information

Intro to Virtualization

Intro to Virtualization Cloud@Ceid Seminars Intro to Virtualization Christos Alexakos Computer Engineer, MSc, PhD C. Sysadmin at Pattern Recognition Lab 1 st Seminar 19/3/2014 Contents What is virtualization How it works Hypervisor

More information

SECURITY IN OPERATING SYSTEM VIRTUALISATION

SECURITY IN OPERATING SYSTEM VIRTUALISATION SECURITY IN OPERATING SYSTEM VIRTUALISATION February 2008 The Government of the Hong Kong Special Administrative Region The contents of this document remain the property of, and may not be reproduced in

More information

Enterprise Deployment: Laserfiche 8 in a Virtual Environment. White Paper

Enterprise Deployment: Laserfiche 8 in a Virtual Environment. White Paper Enterprise Deployment: Laserfiche 8 in a Virtual Environment White Paper August 2008 The information contained in this document represents the current view of Compulink Management Center, Inc on the issues

More information

What s New with VMware Virtual Infrastructure

What s New with VMware Virtual Infrastructure What s New with VMware Virtual Infrastructure Virtualization: Industry-Standard Way of Computing Early Adoption Mainstreaming Standardization Test & Development Server Consolidation Infrastructure Management

More information

EMC Integrated Infrastructure for VMware

EMC Integrated Infrastructure for VMware EMC Integrated Infrastructure for VMware Enabled by EMC Celerra NS-120 Reference Architecture EMC Global Solutions Centers EMC Corporation Corporate Headquarters Hopkinton MA 01748-9103 1.508.435.1000

More information

Windows Server 2008 R2 Hyper V. Public FAQ

Windows Server 2008 R2 Hyper V. Public FAQ Windows Server 2008 R2 Hyper V Public FAQ Contents New Functionality in Windows Server 2008 R2 Hyper V...3 Windows Server 2008 R2 Hyper V Questions...4 Clustering and Live Migration...5 Supported Guests...6

More information

More enhanced features.

More enhanced features. More enhanced features. Saves time and lowers cost. Upgrade today for complete data and system protection across your virtual and physical server environments. Symantec Backup Exec 12.5 NEW agents for

More information

Kaseya IT Automation Framework

Kaseya IT Automation Framework Kaseya Kaseya IT Automation Framework An Integrated solution designed for reducing complexity while increasing productivity for IT Professionals and Managed Service Providers. The powerful, web-based automation

More information

Managing Remote Access

Managing Remote Access VMWARE TECHNICAL NOTE VMware ACE Managing Remote Access This technical note explains how to use VMware ACE to manage remote access through VPN to a corporate network. This document contains the following

More information