0% found this document useful (0 votes)
6 views30 pages

Module 2 - VSphere and Virtualization Overview

Uploaded by

panhaboth125
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views30 pages

Module 2 - VSphere and Virtualization Overview

Uploaded by

panhaboth125
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

VMware vSphere Install, Manage, and

Configure V[8]

Module 2: vSphere and Virtualization Overview

© 2009 VMware Inc. All rights reserved


Importance

As a vSphere administrator, you must be familiar with the


components on which vSphere is based. You must also understand
the following concepts:

• Virtualization, the role of the ESXi hypervisor in virtualization, and virtual


machine
• Fundamental vSphere components and the use of vSphere in the software
defined data center
• When to use each one of the user interface to administer and manage
vSphere Environment

2 Confidential
Module Lessons

1. Overview of vSphere and Virtual Machine


2. vSphere Virtualization of Resources
3. vSphere User Interface

3 Confidential
Lesson 1: Overview of vSphere and Virtual Machine

Learner Objective

After completing this lesson, you should be able to meet the following objectives:

▪ Explain basic virtualization concepts

▪ Describe how vSphere fits into the software-defined data center and the
cloud infrastructure

▪ Describe how to proactively manage your vSphere environment

4 Confidential
1.1 Terminology (1)

Term Definition Example


OS Software designed to allocate physical Microsoft, Linux OS, …
resource to applications
Application Software that runs on an operating Excel, AD, Mail, ….
System, consume physical resource
Hypervisor Specialized OS that designed to run ESXi, Workstation, Proxmox,
VMs Hyper-V, XCP-ng, …
Virtual Machine Specialized application that abstracts
hardware resources into software
Guest The OS that runs in a VM Microsoft, Linux OS, …

Host Physical computer that provides


resource to ESXi Hypervisor
vSphere Server virtualization that combines ESXi
and vCenter Server

5 Confidential
1.1 Terminology (2)

Term Definition Example


Cluster Group of ESXi hosts
vSphere vMotion Feature that support migration of power on/off VM without
service interruption
vSphere HA Cluster feature that protect against host hardware failures
by restarting VMs to other running hosts
vSphere DRS Cluster feature that use vSphere vMotion to balance
resource withing cluster

6 Confidential
1.2 Datacenter Physical Infrastructure

7 Confidential
1.3 About Virtual Infrastructure

8 Confidential
1.4 About Virtual Machines

A virtual machine (VM) is a software representation of a physical computer and its


components. The virtualization software coverts the physical machine and its
components into files.

Virtual Machine Components

• Guest operating system


• VMware Tools
• Virtual resources, such as CPU and
Memory, Network adapters, Disks,
GPU, …

9 Confidential
1.5 Benefits of Using Virtual Machines

Physical Machines:
• Difficult to move or copy
• Bound to a specific set of hardware components
• Often have a short life cycle
• Require personal contact to upgrade hardware
Virtual Machines:
• Easy to move or copy
• Independent of physical hardware because VMs
are encapsulated into files
• Isolated from other VMs running on same physical
hardware
• Insulated from physical hardware changes

10 Confidential
1.6 About vSphere

vSphere is the virtualization platform that includes two core administrative


components for running virtual machine:

• ESXi: Hypervisor on which you run virtual machines

• vCenter: Central administration platform for ESXi hosts, VMs, storage and
networking.

11 Confidential
1.7 Types of Virtualization

Virtualization is the process of creating a software-based representation of


something physical, such as a server, desktop, network, or storage device.

12 Confidential
1.7 About the Software-Defined Data Center

In a software-defined datacenter (SDDC), all infrastructure is virtualized, and the


control of the data center is automated by software. vSphere is the foundation of
the SDDC.

13 Confidential
1.8 About vSphere+

VMware vSphere+ is a subscription offering that brings the benefits of cloud to on-
premises workloads.

vSphere+ consists of on-premises and cloud components that interact with each
other.

vSphere+ lets you centrally manage your on premises workloads from a cloud
console.

14 Confidential
1.9 vSphere+: Accessing Cloud Service

vSphere+ lets you access cloud service to augment and enhance on premises capabilities:

• Admin Services

▪ Inventory management

▪ Events and alerts management

▪ Lifecycle Management

▪ Configuration Managment

• Developer Services

▪ Tanzu Kubernetes Grid

▪ Tanzu integrated service

• Add-On Service

▪ Disaster recover

15 Confidential
Lesson 2: vSphere Virtualization of Resources

Learner Objectives

After completing this lesson, you should be able to meet the following objective:

• Explain how vSphere interacts with resources:

▪ CPUs

▪ Memory

▪ Networks

▪ Storage

▪ GPUs

16 Confidential
2.1 Virtual Machine: Guest and Consumer of ESXi Host

Any application in any supported OS can run in a VM (guest) and consume CPU,
memory, disk, and network from host-based resources.

17 Confidential
2.2 Physical and Virtual Architecture

Virtualization technology abstracts physical components into software components


and provides solution for many IT problems.

18 Confidential
2.3 Physical Resource Sharing

Multiple VMs, running on a physical host, share the compute, memory, network,
and storage resources of the host.

19 Confidential
2.4 CPU Virtualization

In physical environment, the OS assumes the ownership of all the physical CPUs
in the system.

CPU Virtualization emphasizes performance and runs directly on the available


CPUs.

20 Confidential
2.5 Physical and Virtualized Host Memory Usage

In physical environment, the OS assumes the ownership of all the physical


memory in the system.

Memory pages are allocated to virtual machines on first access.

21 Confidential
2.5 Physical and Virtual Networking

Virtual Ethernet adapters and virtual switches are key of virtual networking
components.

22 Confidential
2.6 Physical File System and Datastores

vSphere Datastores provides a distributed storage architecture, where multiple


ESXi hosts can read or write to the shared storage concurrently.

23 Confidential
2.7 GPU Virtualization

GPU graphics devices optimize complex


graphics operations. These operations can
run at high performance without overloading
the CPU.

vGPU can be added to VMs with following


use case:

• VMware Horizon virtual desktop

• Graphics intensive applications

• Scientific computation applications

• Artificial Intelligences (AI) and Machine


Learning (ML)

24 Confidential
2.8 Sharing GPUs with vSphere Bitfusion

vSphere Bitfusion virtualizes hardware accelerators such as GPUs to provide a


pool of shared, network-accessible resources that support AI and ML workloads.

25 Confidential
Lesson 3: vSphere User Interface

Learner Objectives

After completing this lesson, you should be able to meet the following objective:

• Recognize the user interfaces for accessing the vCenter Server system
and ESXi hosts.

26 Confidential
3.1 vSphere User Interface

You can use the vSphere Client, PowerCLI, VMware Host Client, and ESXCLI to
interact with the vSphere environment.

27 Confidential
3.2 About VMware Host Client

VMware Host Client is an HTML5-based user interface that you can use to
manage individual ESXi hosts directly when vCenter Server is unavailable.

VMware Host Client served from ESXi, and you access it from a supported
browser at [Link]

28 Confidential
3.3 About vSphere Client

The vSphere Client is an HTML5-based client. You manage the vSphere


environment with the vSphere Client by connecting to vCenter Server Appliance.

You access the vSphere Client from a supported browser at


[Link]

29 Confidential
3.4 About PowerCLI and ESXCLI

Beside using GUI of vSphere Host Client and vSphere Client, we also can use:

• PowerCLI is a command line and scripting tool that is built on Windows PowerShell.

• ESXCLI tool allows for remote management of ESXi hosts by using the ESXCLI command.

30 Confidential

You might also like