You are on page 1of 26

VMware VSphere : Install, Configure,

and Manage

Sunday, January 14, 2024 1


What is virtualization?

• Virtualization refers to the


act of creating a virtual
(rather than actual) version
of something, including (but
not limited to) a virtual
computer hardware platform,
operating system (OS),
storage device, or computer
network resources.
• Using software, virtualization
abstracts away something that
was traditionally physical and
runs it as virtual.
Sunday, January 14, 2024 2
Virtualized Environments

• Three major components of virtualized


environment
1. Guest – system components that interact with
virtualization layer.
2. Host – original environment where guest
runs.
3. Virtualization layer – recreates the same or
different environment where guest will run.

Sunday, January 14, 2024 3


Virtualization reference model

Sunday, January 14, 2024 4


Briefly About Virtualization
• Hypervisor/Virtual Machine
Monitor
• Host Operating System
• Guest Operating System
• Every Virtual Machine is given a
set of virtual hardware.
• Involves many software and
hardware architectural
modifications. (Memory
Management, CPU Management)

Sunday, January 14, 2024 5


Physical Architecture and virtual architecture

Sunday, January 14, 2024 6


Physical resource sharing

Sunday, January 14, 2024 7


CPU Virtualization

In physical environment, the operating system assumes the


ownership of all the physical CPUs in the system.
CPU virtualization emphasizes performance and runs directly on
the available CPUs

Sunday, January 14, 2024 8


Physical and virtual networking

Virtual Ethernet adapters and virtual switches are key


virtual networking components.

Sunday, January 14, 2024 9


Physical and virtualized host memory usage
In physical environment, the operating system assumes
the ownership of all the physical memory in the system.
Memory virtualization emphasizes performance and
runs directly on the available CPUs

Sunday, January 14, 2024 10


Virtual machine
• A software representation of physical computer.
• Anything we can do on a physical computer we can also do on
a virtual machine
• The virtualization software converts the physical machine and
its components into files.

Sunday, January 14, 2024 11


VMware tools
• VMware Tools is a set of services and modules that enable several
features in VMware products for better management of guests’
operating systems and seamless user interactions with them.
• It includes device drivers and other software that is essential for your
VM.
VMware Tools has the ability to:
• Pass messages from the host operating system to the guest operating
system.
• Customize guest operating systems as a part of the vCenter Server and
other VMware products.
• Synchronize the time in the guest operating system with the time on
the host operating system

Sunday, January 14, 2024 12


Benefits of using virtual machines

Physical machine virtual machine


1. Difficult to relocate 1. Easy to relocate
• moves require downtime • Encapsulated into files
2. Difficult to manage • Independent of physical
hardware
• Require physical maintenance
• Hardware failures cause 2. Easy to manage
downtime • Insulated from other VMs
3. Often have short lifecycle • Hardware failures cause
downtime

Sunday, January 14, 2024 13


Hypervisors (VMM)
• A software that creates a virtual machine on
the host machine
• It creates a virtual platform on the host
computer, on top of which multiple guest
operating systems are executed and monitored.
• Sometimes called Virtual Machine Monitor

Sunday, January 14, 2024 14


Hypervisors (VMM) types
Hypervisors are of two types:
Type 1:- native or bare-metal hypervisor
• run directly on the host hardware to control the hardware and to manage
guest operating systems.
• Because they run on the host hardware they are called bare-metal
hypervisors.
e.g.:- oracle vm server for SPARC, vmware ESXi
Type 2:- hosted hypervisors
• Run on a conventional operating system as other computer programs do.
• They abstract guest operating systems from the host operating system
– E.g.:- VMware's workstation and virtual box

Sunday, January 14, 2024 15


Type 1 hypervisors

Sunday, January 14, 2024 16


Type 2 hypervisors

Sunday, January 14, 2024 17


VMware vSphere components

• VMware vSphere is a software suite that includes components like


ESXi, vCenter Server, vSphere Client, vCenter Orchestrator e.t.c.
components included in the vSphere product suite:
1. ESXi – a type 1 hypervisor.
2. vCenter Server – a centralized management platform and
framework that lets you manage virtual machines and ESXi hosts
centrally.
3. vSphere Web Client – a web-based user interface used for
managing a virtual infrastructure
4. vSphere Client – a locally installed Windows application with a
graphical user interface (GUI) for all day-to-day management
tasks and for the advanced configuration of a virtual infrastructure.

Sunday, January 14, 2024 18


ESXi Host Architecture

Sunday, January 14, 2024 19


Configuring ESXi host
The Direct Console User Interface helps you to configure root
access, lockdown mode, management network…

Sunday, January 14, 2024 20


After configuring the ESXi host using the direct console
user interface you should be able to see the following
interface using the ip address you have specified by
searching on the browser

Sunday, January 14, 2024 21


vCenter server
It is a centralized management platform and framework that lets
you manage virtual machines and ESXi hosts centrally.
It is a service that acts as a central point for ESXi hosts and their
virtual machines connected on a network
• Up to 1000 hosts per vCenter Server instance
• Up to 10,000 powered on virtual machines per vCenter server
instance

Sunday, January 14, 2024 22


vCenter server architecture

Sunday, January 14, 2024 23


vCenter server hardware requirements

Hardware requirements
• CPU:- 2vCPUs if you deploy in tiny environment
• RAM:- 12GB
• Disk storage:- 465GB-3665GB depending on the no of VMs

Sunday, January 14, 2024 24


Before installing vCenter server

Before beginning the vCenter server installation, make


sure the following prerequisites are met
• Ensure that vCenter server hardware requirements are
met
• Ensure that vCenter server system belongs to the
domain rather than a workgroup.
• Obtain and assign static IP address and hostname to
the vCenter server system.

Sunday, January 14, 2024 25


Conclusion

• Virtualization reduces
energy costs
• Virtualization improves
device utilization
• Virtualization makes
data center
maintenance simple

Sunday, January 14, 2024

You might also like