SlideShare a Scribd company logo
1 of 44
VIRTUALIZATION USING VMWARE

Hitesh Gupta
Masters in Computer Applications
Roll No. 21
VMware allows the use of these icons and diagrams in derivative works by VMware Community members to illustrate virtualization concepts and IT architectures only if the VMware
copyright and terms of use are clearly displayed. The VMware icons and diagrams cannot be altered in any way. This document was created using the official VMware icon and
diagram library. Copyright © 2012 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. VMware products are
covered by one or more patents listed at http://www.vmware.com/go/patents.
VMware does not endorse or make any representations about third party information included in this document, nor does the inclusion of any VMware icon or diagram in this document
imply such an endorsement. Go here: https://communities.vmware.com/message/2037163

1
In the presentation…















Emulation(Prerequisite to Virtualization)
Virtualization: An Introduction
Traditional vs. Virtual Architecture
Virtualization Benefits in Universities

Operating System Virtualization
Virtualization Requirements and Recommendations
VMWare: A brief introduction
VMWare Workstation
Microsoft Virtual PC
Installing Workstation 10
Install VMware tools

Virtualization and Cloud Computing: Intersection
Case Study: Database as a Service(DBaaS) at Oxford University
2
Emulation(Prerequisite to Virtualization)

 Emulation refers to the ability of a computer program copy (imitate) another program‟s behavior.
 Emulator is hardware or software that duplicates (or emulates) the functions of one computer
system (the guest) in another computer system (the host)

 Source computer is called the guest.
 Destination computer is called the Host
 Examples:
• DOSBox: Allows to execute Turbo C/C++ on 64-bit machines
• BlueStacks: Allows to execute android apps on Windows/Mac machines

3
Virtualization: An Introduction

 Virtualization refers to a concept in which access to a single server, is coordinated so
that multiple guest(client) operating systems can share that server
 No guest(client) operating system being aware that it is actually sharing anything at all
 Creating a virtual environment for any program to run on an existing platform as a
guest
 The virtual environment running might be an Operating System, Storage
device, Network or an Application server among other things.
 Not a new technology. Mainframe computers have offered the ability to host multiple
operating systems for over 30 years

4
Traditional vs. Virtual Architecture

Traditional Architecture:
• Operating system is installed on the single CPU and above that applications are installed.

• We can‟t run multiple OS at same time due to limitation of x86 chips.
• We have to STOP one OS to start other.
Virtual Architecture:
• Allows us to install multiple OS on single machine.
• We can run Windows and Linux OS at same time
• A virtualization layer is added called hypervisor. It is the supervisor of the supervisor
•

5

Multiple OS are installed on this layer and can communicate among each others.
Virtualization Benefits in Universities

•Teach multiple operating systems with a single host computer
•Students can „own‟ their VM while having minimal access to the host computer
•Multiple VMs can run simultaneously on one host
•Easy maintenance and testing
•If VM gets a virus, Copy another one.
•Snapshots allow saving current states of the VM and we can restore VM to any previous state.
•Run multiple versions of software
•Teach Office 2007 while previewing Office 2013 by using two different VMs.
•For programming and database; write an application in one version and easily test on another version
•Isolate your OS from the campus network and host computer
•For programming and networking, run services and write software which might normally interfere with
the host computer or the campus network

6
Operating System Virtualization

OS Virtualization (Virtual Machines)
• Separate OS from Physical Hardware
• Host OS  Guest OS
• Virtualization layer is added to the system.

Guest OS(Linux)

Guest OS(Mac)

Guest OS(Others)

Virtual Layer(VMWare Workstation)
Host OS(Windows 7)
Hardware(CPU)

7
Operating System Virtualization(contd.)

 How does Guest OS get to Hardware?

Linux

VMWare Workstation
Windows 7

Hardware
Processor – Memory – NIC – Disk

8
Virtualization Requirements and Recommendations

•Supported host operating system (Windows XP Pro, Vista, Server 2003/2008, Linux)
•Sufficient RAM on your host computer to accommodate the host OS and the guest OSs you wish
to run
•Sufficient CPU power
•Sufficient hard drive space to accommodate the stored VMs
•Minimum 1 GB RAM, 2+ GB recommended for Vista and Server 2008 virtual machines
•Minimum 3.0 GHz P4, recommended 2.4+ GHz dual-core CPU
•Separate hard drive (80 GB+) for the VMs

9
Virtualization Terminology
•Host machine or host computer
•The computer on which the virtual machine software is installed (Virtual PC or VMWare, e.g.)
•Virtual machine (VM) or Guest OS
•Similar to physical machines. Have CPU, RAM, Hard disk, NIC etc.
•The operating system that runs in virtual machine software on the host computer
•Comprised primarily of a configuration file and one or more virtual hard drive files
•Virtual disk
•One or more files that reside on the host computer that make up the VM‟s hard disk
•Virtual network
•The network configuration used by the VM
•Options include: bridged, host only, NAT and none
•VMs behave like just another computer on the network

•Snapshot
•A partial copy of a VM at a particular moment in time. Allows you to „go back‟ to the VM at that particular
state. Some programs allow saving multiple snapshots.
10
VMWare: A brief introduction

•VMWare was the first serious virtualization software
•Around since mid-90s
•The leader in server and desktop virtualization
•Free products
•VMWare Player – runs existing virtual machines but cannot create a new VM
•VMWare Server – can create and run VMs; better suited for low-end server applications
•VMWare Workstation
•Flagship desktop product
•One PC, multiple OS
•Create and run VMs
•Import VMs
•Has all of the additional support including unlimited snapshots, screen capture to create movies
•Costs: $59.99 retail

11
VMWare Workstation

12
Microsoft Virtual PC (Closest competitor of VMWare)

13
Installing Workstation 10
Download from http://www.vmware.com/in/products/workstation/

14
Networking Modes
•Bridged networking
•The VM acts like any other computer on the network
•Each VM network adapter gets its own IP address and physical address
•VMs can communicate with other VMs and other physical computers on the network including the
Internet
•Most flexible configuration
•Network Address Translation (NAT)/Shared Networking
•VM „shares‟ IP address with host computer
•Host computer acts like router/firewall
•VM can access other computers on the network including the Internet
•Other computers cannot access the VM directly
•More secure configuration than bridged
•Won‟t work if the VM is to be a server

15
Networking Modes(contd.)

•Local/Host only networking
•VMs can communicate with only other VMs (Virtual PC) or other VMs and the host
PC (VMWare)
•No communication with other physical computers or the Internet
•Ideal for doing activities that might interfere with the classroom network
•No network connection
•Most secure configuration
•Best when no interaction with other computers, including the host, is desired

Recommended Approach: Use NAT

16
Creating Virtual Machine(1 of 14)/ Assembling a virtual computer

Select File->New
Virtual Machine
or press Crtl+N

17

Select Custom and
click Next >
Creating Virtual Machine(2 of 14)

Select Workstation 8.0 in
Hardware compatibility
drop down menu

18

Click Next >
Creating Virtual Machine(3 of 14)

Select guest OS
installation source:
• CD/DVD
• ISO image
• Install later

19

Click Next >
Creating Virtual Machine(4 of 14)

Select the guest OS
vendor and version
(depends on your
installation source)

20

Click Next >
Creating Virtual Machine(5 of 14)

Click Next >
Type name for VM
And select install
location

21
Creating Virtual Machine(6 of 14)

Select number of
processors and cores
for the guest OS

22

Click Next >
Creating Virtual Machine(7 of 14)

Select the amount
of RAM available to
guest OS.
Best practice:
Allocate minimum
OS requirement

23

Click Next >
Creating Virtual Machine(8 of 14)

Select your preferred
network mode

24

Click Next >
Creating Virtual Machine(9 of 14)

Select I/O controller for
guest.
Recommended:
Bus Logic (x86-based)
LSI Logic (x64-based)

25

Click Next >
Creating Virtual Machine(10 of 14)

Select your preferred
disk type:
• Create New
• Use Existing
• Use Physical(NOT
recommended)

26

Click Next >
Creating Virtual Machine(11 of 14)

Select disk type
either IDE or SCSI.
NAS/SAN are not
supported.

27

Click Next >
Creating Virtual Machine(12 of 14)

Select virtual hard
disk size.

28

Click Next >
Creating Virtual Machine(13 of 14)

Type in name for
virtual disk image
file(*.vmdk)

29

Click Next >
Creating Virtual Machine(14 of 14)

Review all settings.
To add/modify H/W
device, click
Customize
Hardware…

30

Click Finish to
boot up your new
VM
Installing guest OS

Guest
OS
install
screen


31

Install
Guest
OS…
Logging into guest OS

32
Install VMware tools

Benefits:
• Provides additional functionality to guest
• Support Graphic drivers
• Guest/Host file transfer.
• Better mouse and keyboard emulation.
Procedure:
• Mount VMware tools ISO file into system
• For Linux based guests, extract the files from vmware-tools<ver>.tar.gz file
• In terminal, run command .vmware-install.pl
• After successful completion, reboot the guest.

33
Guest running Fedora 13

34
Cloud Computing (A brief introduction)

•

A model for enabling convenient access to a shared pool of computing resources
(e.g., networks, servers, storage, applications, and services) that can be rapidly
provisioned and released with minimal service provider interaction.

• The provider‟s computing resources are pooled to serve multiple consumers using a
multi-tenant model, with different physical and virtual resources dynamically assigned
and reassigned according to consumer demand.
• Cloud maximizes the efficiency of a resource by spreading it out over multiple
consumers.

Example: Google Drive(http://drive.google.com/) is a SaaS technology.

35
Virtualization and Cloud Computing: Intersection

Virtualization
• Simplifies the
process of sharing
computer
resources
• Increases the
efficiency of
hardware

36

Cloud
• Allow sharing
resources in order
to improve
efficiency and
reduce costs.
• Adds management
layer so that VMs
can be
created, scaled
and torn down as
required.
Virtualization and Cloud Computing: Intersection (Contd.)

• “majority” of today‟s cloud solutions are built on virtualization technology.
• Virtualization specifies that resources will be shared, it does not specify how.
• Virtualization is like a “basement” and cloud is like “building a house”

BASEMENT

Cloud with Virtualization
37

Cloud only
Advanced: VMware Server

• VMWare Server allows us to run multiple OS
on a central server(machine) which has high
CPU resources like RAM, hard-disk etc.
• All client computers can run their applications
on a central server as long as server has
enough RAM available.

VMware Server

Windows or Linux OS

• This allows clients to become “thin clients”

Used with permission. Copyright VMWare Inc. 2013

38
Advanced: VMware vCenter Server

• vCenter server is a central point of organization‟s IT infrastructure. It manages all the ESXi
servers which in turn manages individual VM‟s.
Functions:
•
•
•
•

Resource management
Dynamic allocation of resources
Energy-efficient resource optimization
Automatic restarts

39
Case Study: Database as a Service(DBaaS) at Oxford University

Requirements:
• They needed ability to quickly run up VM for department/college.
• They wanted to build a data center for the university.
• They wanted to create a private cloud for the university so that researchers can keep
their data safely at internal cloud.
• They also wanted to migrate private cloud at Oxford to public cloud environment.
• They required a way for researchers to manage electronic data for keeping the data, as
old as 30 years, safe.
• They needed to provide a self-service product to the researchers‟ ability to create their
own database and store on university cloud and to tweak their DB‟s
Product used: VMWare vCloud Director

40
VMware vCloud Director(Overview)
Computer Science

Physics

Users

VMware vCloud Director
User Portal

Catalogs

Public Clouds (For outside data)

Security
VMware vCloud API

Oxford’s Virtual Datacenter

VMware
vShield

Oxford’s Backup Datacenter
Programmatic
Control and
Integrations

VMware
vCenter Server

VMware
vCenter Server

VMware
vCenter Server

VMware vSphere

VMware vSphere

VMware vSphere
Used with permission. Copyright VMWare Inc. 2013

Secure Private Cloud (For Research data)

41
Case Study: Database as a Service(DBaaS) at Oxford University

Observed Benefits:
• Bringing at central place all the data.
• Reduce the needs of personal DB‟s by students which were not durable.
• Major cost reduction regarding purchasing of new desktop machines and physical
server hardware.
• Databases could now be up and running within few minutes which would
otherwise, require 7-8 weeks which aids in research projects.
Future of virtualization at Oxford University:
• The University is now planning to offer other small universities in U.K. which currently
cannot afford the cost of such services.
• They will complete their DBaaS (Database As A Service) project in future.
• The University wants to link up with U.K. National Public cloud.

42
References

1: Data Center Virtualization Fundamentals, Cisco Press (2014)
2: Scott Lowe, Mastering VMware vSphere 5, Sybex (2011)
3: Bernard Golden, Virtualization for Dummies, Wiley Publishing Inc. (2013)
4. “Need Of Virtualization”
http://insights.wired.com/profiles/blogs/virtualization-why-do-we-need-it#ixzz2gyjnltOF
5. “Storage Virtualization”
http://en.wikipedia.org/wiki/Storage_virtualization
6. “Installing VMware Workstation 5”
http://kb.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&extern
alId=2057907
43
References (Contd.)

7. “Install, Create and Use VM”
https://www.VMware.com/pdf/desktop/ws10-getting-started.pdf

8. “Video Tutorial on creating VM”
http://kb.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&exte
rnalId=1018415
9. “Brief discussion of Oxford University Case study”
http://www.VMware.com/a/customers/industry/2?sort=a&next=61
10. “A video by System Admin of Oxford discussing the benefits of vCloud Director”
http://download3.VMware.com/media/customers/VMware-Oxford-University-12Q1-EN-Video.flv

44

More Related Content

What's hot

Introduction to cloud computing
Introduction to cloud computingIntroduction to cloud computing
Introduction to cloud computingJithin Parakka
 
Virtualization and its Types
Virtualization and its TypesVirtualization and its Types
Virtualization and its TypesHTS Hosting
 
Server virtualization
Server virtualizationServer virtualization
Server virtualizationofsorganizer
 
Virtualization presentation
Virtualization presentationVirtualization presentation
Virtualization presentationMangesh Gunjal
 
VMware Virtualization
VMware Virtualization VMware Virtualization
VMware Virtualization Ashwani Kumar
 
VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentationaleyeldean
 
Virtualization Vs. Containers
Virtualization Vs. ContainersVirtualization Vs. Containers
Virtualization Vs. Containersactualtechmedia
 
Lecture5 virtualization
Lecture5 virtualizationLecture5 virtualization
Lecture5 virtualizationhktripathy
 
Hardware virtualization basic
Hardware virtualization basicHardware virtualization basic
Hardware virtualization basicSanoj Kumar
 
cloud computing:Types of virtualization
cloud computing:Types of virtualizationcloud computing:Types of virtualization
cloud computing:Types of virtualizationDr.Neeraj Kumar Pandey
 
Cloud computing ppt
Cloud computing pptCloud computing ppt
Cloud computing pptJagriti Rai
 
Cloud Computing Presentation
Cloud Computing PresentationCloud Computing Presentation
Cloud Computing PresentationVivek Ravindran
 
Virtualization & cloud computing
Virtualization & cloud computingVirtualization & cloud computing
Virtualization & cloud computingSoumyajit Basu
 

What's hot (20)

Introduction to cloud computing
Introduction to cloud computingIntroduction to cloud computing
Introduction to cloud computing
 
Virtualization and its Types
Virtualization and its TypesVirtualization and its Types
Virtualization and its Types
 
Server virtualization
Server virtualizationServer virtualization
Server virtualization
 
Virtualization presentation
Virtualization presentationVirtualization presentation
Virtualization presentation
 
Cloud Computing: Virtualization
Cloud Computing: VirtualizationCloud Computing: Virtualization
Cloud Computing: Virtualization
 
VMware Virtualization
VMware Virtualization VMware Virtualization
VMware Virtualization
 
VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentation
 
Virtualization Vs. Containers
Virtualization Vs. ContainersVirtualization Vs. Containers
Virtualization Vs. Containers
 
Lecture5 virtualization
Lecture5 virtualizationLecture5 virtualization
Lecture5 virtualization
 
Virtualization vs. Cloud Computing: What's the Difference?
Virtualization vs. Cloud Computing: What's the Difference?Virtualization vs. Cloud Computing: What's the Difference?
Virtualization vs. Cloud Computing: What's the Difference?
 
Introduction to virtualization
Introduction to virtualizationIntroduction to virtualization
Introduction to virtualization
 
Hardware virtualization basic
Hardware virtualization basicHardware virtualization basic
Hardware virtualization basic
 
Virtualization
VirtualizationVirtualization
Virtualization
 
cloud computing:Types of virtualization
cloud computing:Types of virtualizationcloud computing:Types of virtualization
cloud computing:Types of virtualization
 
Vmware overview
Vmware overviewVmware overview
Vmware overview
 
Cloud computing ppt
Cloud computing pptCloud computing ppt
Cloud computing ppt
 
Cloud Computing Presentation
Cloud Computing PresentationCloud Computing Presentation
Cloud Computing Presentation
 
Virtual machine
Virtual machineVirtual machine
Virtual machine
 
Server virtualization
Server virtualizationServer virtualization
Server virtualization
 
Virtualization & cloud computing
Virtualization & cloud computingVirtualization & cloud computing
Virtualization & cloud computing
 

Viewers also liked

Presentation at VMware Workstation Instalation
Presentation at VMware Workstation InstalationPresentation at VMware Workstation Instalation
Presentation at VMware Workstation InstalationMuzammul
 
how to install VMware
how to install VMwarehow to install VMware
how to install VMwarertchandu
 
Virtualization using VMWare Workstation and Cloud Computing
Virtualization using VMWare Workstation and Cloud ComputingVirtualization using VMWare Workstation and Cloud Computing
Virtualization using VMWare Workstation and Cloud ComputingHitesh Gupta
 
Kuormalavakeskus_esite-1
Kuormalavakeskus_esite-1Kuormalavakeskus_esite-1
Kuormalavakeskus_esite-1Ken Ryyn
 
Oracle virtualbox basic to rac attack
Oracle virtualbox basic to rac attackOracle virtualbox basic to rac attack
Oracle virtualbox basic to rac attackBobby Curtis
 
certificate VSP - SV (Server Virtualization 2016)
certificate VSP - SV (Server Virtualization 2016)certificate VSP - SV (Server Virtualization 2016)
certificate VSP - SV (Server Virtualization 2016)Enrique Del Villar
 
Securing your Cloud with Xen - SUSECon 2013
Securing your Cloud with Xen - SUSECon 2013Securing your Cloud with Xen - SUSECon 2013
Securing your Cloud with Xen - SUSECon 2013The Linux Foundation
 
Xen Virtualization 2008
Xen Virtualization 2008Xen Virtualization 2008
Xen Virtualization 2008mwlang88
 
Installing virtual box and windows server 2008 R2
Installing virtual box and windows server 2008 R2Installing virtual box and windows server 2008 R2
Installing virtual box and windows server 2008 R2Anna Hristova
 
Linux System Administration Crash Course
Linux System Administration Crash CourseLinux System Administration Crash Course
Linux System Administration Crash CourseJason Cannon
 
Virtualization - Kernel Virtual Machine (KVM)
Virtualization - Kernel Virtual Machine (KVM)Virtualization - Kernel Virtual Machine (KVM)
Virtualization - Kernel Virtual Machine (KVM)Wan Leung Wong
 
Mastering kvm virtualization- A complete guide of KVM virtualization
Mastering kvm virtualization- A complete guide of KVM virtualizationMastering kvm virtualization- A complete guide of KVM virtualization
Mastering kvm virtualization- A complete guide of KVM virtualizationHumble Chirammal
 
Presentation1 linux os
Presentation1 linux osPresentation1 linux os
Presentation1 linux osjoycoronado
 
Virtualization Architecture & KVM
Virtualization Architecture & KVMVirtualization Architecture & KVM
Virtualization Architecture & KVMPradeep Kumar
 
Introduction to Linux OS
Introduction to Linux OSIntroduction to Linux OS
Introduction to Linux OSMohammed Safwat
 
Linux Administration
Linux AdministrationLinux Administration
Linux AdministrationHarish1983
 
Presentation on Domain Name System
Presentation on Domain Name SystemPresentation on Domain Name System
Presentation on Domain Name SystemChinmay Joshi
 

Viewers also liked (20)

Presentation at VMware Workstation Instalation
Presentation at VMware Workstation InstalationPresentation at VMware Workstation Instalation
Presentation at VMware Workstation Instalation
 
how to install VMware
how to install VMwarehow to install VMware
how to install VMware
 
certificate VSP 2016
certificate VSP 2016certificate VSP 2016
certificate VSP 2016
 
Virtualization using VMWare Workstation and Cloud Computing
Virtualization using VMWare Workstation and Cloud ComputingVirtualization using VMWare Workstation and Cloud Computing
Virtualization using VMWare Workstation and Cloud Computing
 
Kuormalavakeskus_esite-1
Kuormalavakeskus_esite-1Kuormalavakeskus_esite-1
Kuormalavakeskus_esite-1
 
Oracle virtualbox basic to rac attack
Oracle virtualbox basic to rac attackOracle virtualbox basic to rac attack
Oracle virtualbox basic to rac attack
 
certificate VSP - SV (Server Virtualization 2016)
certificate VSP - SV (Server Virtualization 2016)certificate VSP - SV (Server Virtualization 2016)
certificate VSP - SV (Server Virtualization 2016)
 
Securing your Cloud with Xen - SUSECon 2013
Securing your Cloud with Xen - SUSECon 2013Securing your Cloud with Xen - SUSECon 2013
Securing your Cloud with Xen - SUSECon 2013
 
Xen Virtualization 2008
Xen Virtualization 2008Xen Virtualization 2008
Xen Virtualization 2008
 
The kvm virtualization way
The kvm virtualization wayThe kvm virtualization way
The kvm virtualization way
 
Installing virtual box and windows server 2008 R2
Installing virtual box and windows server 2008 R2Installing virtual box and windows server 2008 R2
Installing virtual box and windows server 2008 R2
 
Linux System Administration Crash Course
Linux System Administration Crash CourseLinux System Administration Crash Course
Linux System Administration Crash Course
 
Virtualization - Kernel Virtual Machine (KVM)
Virtualization - Kernel Virtual Machine (KVM)Virtualization - Kernel Virtual Machine (KVM)
Virtualization - Kernel Virtual Machine (KVM)
 
Mastering kvm virtualization- A complete guide of KVM virtualization
Mastering kvm virtualization- A complete guide of KVM virtualizationMastering kvm virtualization- A complete guide of KVM virtualization
Mastering kvm virtualization- A complete guide of KVM virtualization
 
Presentation1 linux os
Presentation1 linux osPresentation1 linux os
Presentation1 linux os
 
Virtualization Architecture & KVM
Virtualization Architecture & KVMVirtualization Architecture & KVM
Virtualization Architecture & KVM
 
Linux introduction
Linux introductionLinux introduction
Linux introduction
 
Introduction to Linux OS
Introduction to Linux OSIntroduction to Linux OS
Introduction to Linux OS
 
Linux Administration
Linux AdministrationLinux Administration
Linux Administration
 
Presentation on Domain Name System
Presentation on Domain Name SystemPresentation on Domain Name System
Presentation on Domain Name System
 

Similar to Virtualization using VMWare Workstation

Virtualization technology "comparison vmware 9 vs virtualbox 4.2"
Virtualization  technology "comparison vmware 9 vs virtualbox 4.2"Virtualization  technology "comparison vmware 9 vs virtualbox 4.2"
Virtualization technology "comparison vmware 9 vs virtualbox 4.2"Lagendary Sheeva
 
1 - demo lab using vmware workstation
1 - demo lab using vmware workstation1 - demo lab using vmware workstation
1 - demo lab using vmware workstationMangat R K
 
Server Virtualization
Server VirtualizationServer Virtualization
Server Virtualizationwebhostingguy
 
Introduction to Virtualization
Introduction to VirtualizationIntroduction to Virtualization
Introduction to VirtualizationMuhammadRizkyFaza
 
V mwarev sphere5.1notes-v2
V mwarev sphere5.1notes-v2V mwarev sphere5.1notes-v2
V mwarev sphere5.1notes-v2karanamsaibabu
 
Introduction to Hyper-V
Introduction to Hyper-VIntroduction to Hyper-V
Introduction to Hyper-VMark Wilson
 
VMware DCV_ICM_Architectural Differences, Virtual Machines, Guest OS Install
VMware DCV_ICM_Architectural Differences, Virtual Machines, Guest OS InstallVMware DCV_ICM_Architectural Differences, Virtual Machines, Guest OS Install
VMware DCV_ICM_Architectural Differences, Virtual Machines, Guest OS InstallGnanaKumarBitra1
 
Virtualization
VirtualizationVirtualization
VirtualizationYansi Keim
 
basic mikrotikbasic mikrotikbasic mikrotik.pdf
basic mikrotikbasic mikrotikbasic mikrotik.pdfbasic mikrotikbasic mikrotikbasic mikrotik.pdf
basic mikrotikbasic mikrotikbasic mikrotik.pdfArif293146
 
What's new in System Center 2012 R2: Virtual Machine Manager
What's new in System Center 2012 R2: Virtual Machine ManagerWhat's new in System Center 2012 R2: Virtual Machine Manager
What's new in System Center 2012 R2: Virtual Machine ManagerTomica Kaniski
 
Presentation cloud computing workshop - virtualization
Presentation   cloud computing workshop - virtualizationPresentation   cloud computing workshop - virtualization
Presentation cloud computing workshop - virtualizationxKinAnx
 

Similar to Virtualization using VMWare Workstation (20)

Virtualization technology "comparison vmware 9 vs virtualbox 4.2"
Virtualization  technology "comparison vmware 9 vs virtualbox 4.2"Virtualization  technology "comparison vmware 9 vs virtualbox 4.2"
Virtualization technology "comparison vmware 9 vs virtualbox 4.2"
 
1 - demo lab using vmware workstation
1 - demo lab using vmware workstation1 - demo lab using vmware workstation
1 - demo lab using vmware workstation
 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
 
Virtual Machine
Virtual MachineVirtual Machine
Virtual Machine
 
Server Virtualization
Server VirtualizationServer Virtualization
Server Virtualization
 
Virtualization basics
Virtualization basics Virtualization basics
Virtualization basics
 
Virtual machine
Virtual machineVirtual machine
Virtual machine
 
Introduction to Virtualization
Introduction to VirtualizationIntroduction to Virtualization
Introduction to Virtualization
 
V mwarev sphere5.1notes-v2
V mwarev sphere5.1notes-v2V mwarev sphere5.1notes-v2
V mwarev sphere5.1notes-v2
 
Introduction to Hyper-V
Introduction to Hyper-VIntroduction to Hyper-V
Introduction to Hyper-V
 
VMware DCV_ICM_Architectural Differences, Virtual Machines, Guest OS Install
VMware DCV_ICM_Architectural Differences, Virtual Machines, Guest OS InstallVMware DCV_ICM_Architectural Differences, Virtual Machines, Guest OS Install
VMware DCV_ICM_Architectural Differences, Virtual Machines, Guest OS Install
 
ITE7_Chp9.pptx
ITE7_Chp9.pptxITE7_Chp9.pptx
ITE7_Chp9.pptx
 
Virtualization
VirtualizationVirtualization
Virtualization
 
basic mikrotikbasic mikrotikbasic mikrotik.pdf
basic mikrotikbasic mikrotikbasic mikrotik.pdfbasic mikrotikbasic mikrotikbasic mikrotik.pdf
basic mikrotikbasic mikrotikbasic mikrotik.pdf
 
Virtualization
VirtualizationVirtualization
Virtualization
 
What's new in System Center 2012 R2: Virtual Machine Manager
What's new in System Center 2012 R2: Virtual Machine ManagerWhat's new in System Center 2012 R2: Virtual Machine Manager
What's new in System Center 2012 R2: Virtual Machine Manager
 
Presentation cloud computing workshop - virtualization
Presentation   cloud computing workshop - virtualizationPresentation   cloud computing workshop - virtualization
Presentation cloud computing workshop - virtualization
 
Usenix Invited Talk
Usenix Invited TalkUsenix Invited Talk
Usenix Invited Talk
 
VMware
VMware VMware
VMware
 
Virtual Machine
Virtual MachineVirtual Machine
Virtual Machine
 

Recently uploaded

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 

Recently uploaded (20)

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 

Virtualization using VMWare Workstation

  • 1. VIRTUALIZATION USING VMWARE Hitesh Gupta Masters in Computer Applications Roll No. 21 VMware allows the use of these icons and diagrams in derivative works by VMware Community members to illustrate virtualization concepts and IT architectures only if the VMware copyright and terms of use are clearly displayed. The VMware icons and diagrams cannot be altered in any way. This document was created using the official VMware icon and diagram library. Copyright © 2012 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. VMware products are covered by one or more patents listed at http://www.vmware.com/go/patents. VMware does not endorse or make any representations about third party information included in this document, nor does the inclusion of any VMware icon or diagram in this document imply such an endorsement. Go here: https://communities.vmware.com/message/2037163 1
  • 2. In the presentation…              Emulation(Prerequisite to Virtualization) Virtualization: An Introduction Traditional vs. Virtual Architecture Virtualization Benefits in Universities Operating System Virtualization Virtualization Requirements and Recommendations VMWare: A brief introduction VMWare Workstation Microsoft Virtual PC Installing Workstation 10 Install VMware tools Virtualization and Cloud Computing: Intersection Case Study: Database as a Service(DBaaS) at Oxford University 2
  • 3. Emulation(Prerequisite to Virtualization)  Emulation refers to the ability of a computer program copy (imitate) another program‟s behavior.  Emulator is hardware or software that duplicates (or emulates) the functions of one computer system (the guest) in another computer system (the host)  Source computer is called the guest.  Destination computer is called the Host  Examples: • DOSBox: Allows to execute Turbo C/C++ on 64-bit machines • BlueStacks: Allows to execute android apps on Windows/Mac machines 3
  • 4. Virtualization: An Introduction  Virtualization refers to a concept in which access to a single server, is coordinated so that multiple guest(client) operating systems can share that server  No guest(client) operating system being aware that it is actually sharing anything at all  Creating a virtual environment for any program to run on an existing platform as a guest  The virtual environment running might be an Operating System, Storage device, Network or an Application server among other things.  Not a new technology. Mainframe computers have offered the ability to host multiple operating systems for over 30 years 4
  • 5. Traditional vs. Virtual Architecture Traditional Architecture: • Operating system is installed on the single CPU and above that applications are installed. • We can‟t run multiple OS at same time due to limitation of x86 chips. • We have to STOP one OS to start other. Virtual Architecture: • Allows us to install multiple OS on single machine. • We can run Windows and Linux OS at same time • A virtualization layer is added called hypervisor. It is the supervisor of the supervisor • 5 Multiple OS are installed on this layer and can communicate among each others.
  • 6. Virtualization Benefits in Universities •Teach multiple operating systems with a single host computer •Students can „own‟ their VM while having minimal access to the host computer •Multiple VMs can run simultaneously on one host •Easy maintenance and testing •If VM gets a virus, Copy another one. •Snapshots allow saving current states of the VM and we can restore VM to any previous state. •Run multiple versions of software •Teach Office 2007 while previewing Office 2013 by using two different VMs. •For programming and database; write an application in one version and easily test on another version •Isolate your OS from the campus network and host computer •For programming and networking, run services and write software which might normally interfere with the host computer or the campus network 6
  • 7. Operating System Virtualization OS Virtualization (Virtual Machines) • Separate OS from Physical Hardware • Host OS  Guest OS • Virtualization layer is added to the system. Guest OS(Linux) Guest OS(Mac) Guest OS(Others) Virtual Layer(VMWare Workstation) Host OS(Windows 7) Hardware(CPU) 7
  • 8. Operating System Virtualization(contd.)  How does Guest OS get to Hardware? Linux VMWare Workstation Windows 7 Hardware Processor – Memory – NIC – Disk 8
  • 9. Virtualization Requirements and Recommendations •Supported host operating system (Windows XP Pro, Vista, Server 2003/2008, Linux) •Sufficient RAM on your host computer to accommodate the host OS and the guest OSs you wish to run •Sufficient CPU power •Sufficient hard drive space to accommodate the stored VMs •Minimum 1 GB RAM, 2+ GB recommended for Vista and Server 2008 virtual machines •Minimum 3.0 GHz P4, recommended 2.4+ GHz dual-core CPU •Separate hard drive (80 GB+) for the VMs 9
  • 10. Virtualization Terminology •Host machine or host computer •The computer on which the virtual machine software is installed (Virtual PC or VMWare, e.g.) •Virtual machine (VM) or Guest OS •Similar to physical machines. Have CPU, RAM, Hard disk, NIC etc. •The operating system that runs in virtual machine software on the host computer •Comprised primarily of a configuration file and one or more virtual hard drive files •Virtual disk •One or more files that reside on the host computer that make up the VM‟s hard disk •Virtual network •The network configuration used by the VM •Options include: bridged, host only, NAT and none •VMs behave like just another computer on the network •Snapshot •A partial copy of a VM at a particular moment in time. Allows you to „go back‟ to the VM at that particular state. Some programs allow saving multiple snapshots. 10
  • 11. VMWare: A brief introduction •VMWare was the first serious virtualization software •Around since mid-90s •The leader in server and desktop virtualization •Free products •VMWare Player – runs existing virtual machines but cannot create a new VM •VMWare Server – can create and run VMs; better suited for low-end server applications •VMWare Workstation •Flagship desktop product •One PC, multiple OS •Create and run VMs •Import VMs •Has all of the additional support including unlimited snapshots, screen capture to create movies •Costs: $59.99 retail 11
  • 13. Microsoft Virtual PC (Closest competitor of VMWare) 13
  • 14. Installing Workstation 10 Download from http://www.vmware.com/in/products/workstation/ 14
  • 15. Networking Modes •Bridged networking •The VM acts like any other computer on the network •Each VM network adapter gets its own IP address and physical address •VMs can communicate with other VMs and other physical computers on the network including the Internet •Most flexible configuration •Network Address Translation (NAT)/Shared Networking •VM „shares‟ IP address with host computer •Host computer acts like router/firewall •VM can access other computers on the network including the Internet •Other computers cannot access the VM directly •More secure configuration than bridged •Won‟t work if the VM is to be a server 15
  • 16. Networking Modes(contd.) •Local/Host only networking •VMs can communicate with only other VMs (Virtual PC) or other VMs and the host PC (VMWare) •No communication with other physical computers or the Internet •Ideal for doing activities that might interfere with the classroom network •No network connection •Most secure configuration •Best when no interaction with other computers, including the host, is desired Recommended Approach: Use NAT 16
  • 17. Creating Virtual Machine(1 of 14)/ Assembling a virtual computer Select File->New Virtual Machine or press Crtl+N 17 Select Custom and click Next >
  • 18. Creating Virtual Machine(2 of 14) Select Workstation 8.0 in Hardware compatibility drop down menu 18 Click Next >
  • 19. Creating Virtual Machine(3 of 14) Select guest OS installation source: • CD/DVD • ISO image • Install later 19 Click Next >
  • 20. Creating Virtual Machine(4 of 14) Select the guest OS vendor and version (depends on your installation source) 20 Click Next >
  • 21. Creating Virtual Machine(5 of 14) Click Next > Type name for VM And select install location 21
  • 22. Creating Virtual Machine(6 of 14) Select number of processors and cores for the guest OS 22 Click Next >
  • 23. Creating Virtual Machine(7 of 14) Select the amount of RAM available to guest OS. Best practice: Allocate minimum OS requirement 23 Click Next >
  • 24. Creating Virtual Machine(8 of 14) Select your preferred network mode 24 Click Next >
  • 25. Creating Virtual Machine(9 of 14) Select I/O controller for guest. Recommended: Bus Logic (x86-based) LSI Logic (x64-based) 25 Click Next >
  • 26. Creating Virtual Machine(10 of 14) Select your preferred disk type: • Create New • Use Existing • Use Physical(NOT recommended) 26 Click Next >
  • 27. Creating Virtual Machine(11 of 14) Select disk type either IDE or SCSI. NAS/SAN are not supported. 27 Click Next >
  • 28. Creating Virtual Machine(12 of 14) Select virtual hard disk size. 28 Click Next >
  • 29. Creating Virtual Machine(13 of 14) Type in name for virtual disk image file(*.vmdk) 29 Click Next >
  • 30. Creating Virtual Machine(14 of 14) Review all settings. To add/modify H/W device, click Customize Hardware… 30 Click Finish to boot up your new VM
  • 33. Install VMware tools Benefits: • Provides additional functionality to guest • Support Graphic drivers • Guest/Host file transfer. • Better mouse and keyboard emulation. Procedure: • Mount VMware tools ISO file into system • For Linux based guests, extract the files from vmware-tools<ver>.tar.gz file • In terminal, run command .vmware-install.pl • After successful completion, reboot the guest. 33
  • 35. Cloud Computing (A brief introduction) • A model for enabling convenient access to a shared pool of computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal service provider interaction. • The provider‟s computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to consumer demand. • Cloud maximizes the efficiency of a resource by spreading it out over multiple consumers. Example: Google Drive(http://drive.google.com/) is a SaaS technology. 35
  • 36. Virtualization and Cloud Computing: Intersection Virtualization • Simplifies the process of sharing computer resources • Increases the efficiency of hardware 36 Cloud • Allow sharing resources in order to improve efficiency and reduce costs. • Adds management layer so that VMs can be created, scaled and torn down as required.
  • 37. Virtualization and Cloud Computing: Intersection (Contd.) • “majority” of today‟s cloud solutions are built on virtualization technology. • Virtualization specifies that resources will be shared, it does not specify how. • Virtualization is like a “basement” and cloud is like “building a house” BASEMENT Cloud with Virtualization 37 Cloud only
  • 38. Advanced: VMware Server • VMWare Server allows us to run multiple OS on a central server(machine) which has high CPU resources like RAM, hard-disk etc. • All client computers can run their applications on a central server as long as server has enough RAM available. VMware Server Windows or Linux OS • This allows clients to become “thin clients” Used with permission. Copyright VMWare Inc. 2013 38
  • 39. Advanced: VMware vCenter Server • vCenter server is a central point of organization‟s IT infrastructure. It manages all the ESXi servers which in turn manages individual VM‟s. Functions: • • • • Resource management Dynamic allocation of resources Energy-efficient resource optimization Automatic restarts 39
  • 40. Case Study: Database as a Service(DBaaS) at Oxford University Requirements: • They needed ability to quickly run up VM for department/college. • They wanted to build a data center for the university. • They wanted to create a private cloud for the university so that researchers can keep their data safely at internal cloud. • They also wanted to migrate private cloud at Oxford to public cloud environment. • They required a way for researchers to manage electronic data for keeping the data, as old as 30 years, safe. • They needed to provide a self-service product to the researchers‟ ability to create their own database and store on university cloud and to tweak their DB‟s Product used: VMWare vCloud Director 40
  • 41. VMware vCloud Director(Overview) Computer Science Physics Users VMware vCloud Director User Portal Catalogs Public Clouds (For outside data) Security VMware vCloud API Oxford’s Virtual Datacenter VMware vShield Oxford’s Backup Datacenter Programmatic Control and Integrations VMware vCenter Server VMware vCenter Server VMware vCenter Server VMware vSphere VMware vSphere VMware vSphere Used with permission. Copyright VMWare Inc. 2013 Secure Private Cloud (For Research data) 41
  • 42. Case Study: Database as a Service(DBaaS) at Oxford University Observed Benefits: • Bringing at central place all the data. • Reduce the needs of personal DB‟s by students which were not durable. • Major cost reduction regarding purchasing of new desktop machines and physical server hardware. • Databases could now be up and running within few minutes which would otherwise, require 7-8 weeks which aids in research projects. Future of virtualization at Oxford University: • The University is now planning to offer other small universities in U.K. which currently cannot afford the cost of such services. • They will complete their DBaaS (Database As A Service) project in future. • The University wants to link up with U.K. National Public cloud. 42
  • 43. References 1: Data Center Virtualization Fundamentals, Cisco Press (2014) 2: Scott Lowe, Mastering VMware vSphere 5, Sybex (2011) 3: Bernard Golden, Virtualization for Dummies, Wiley Publishing Inc. (2013) 4. “Need Of Virtualization” http://insights.wired.com/profiles/blogs/virtualization-why-do-we-need-it#ixzz2gyjnltOF 5. “Storage Virtualization” http://en.wikipedia.org/wiki/Storage_virtualization 6. “Installing VMware Workstation 5” http://kb.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&extern alId=2057907 43
  • 44. References (Contd.) 7. “Install, Create and Use VM” https://www.VMware.com/pdf/desktop/ws10-getting-started.pdf 8. “Video Tutorial on creating VM” http://kb.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&exte rnalId=1018415 9. “Brief discussion of Oxford University Case study” http://www.VMware.com/a/customers/industry/2?sort=a&next=61 10. “A video by System Admin of Oxford discussing the benefits of vCloud Director” http://download3.VMware.com/media/customers/VMware-Oxford-University-12Q1-EN-Video.flv 44

Editor's Notes

  1. All icons separated out.