FinalExam Review Slides
FinalExam Review Slides
Terminology (1)
Virtualization is associated with several key concepts, products, and features.
Terminology (2)
Term Definition
vSphere Server virtualization product of VMware that combines the ESXi
hypervisor and the vCenter Server management platform
Cluster Group of ESXi hosts whose resources are shared by VMs
vSphere vMotion Feature that supports the migration of powered-on VMs from host
to host without service interruption
vSphere HA Cluster feature that protects against host hardware failures by
restarting VMs on hosts that are running normally
vSphere DRS Cluster feature that uses vSphere vMotion to place VMs on hosts and
ensure that each VM receives the resources that it needs
About vSphere
vSphere is the virtualization platform that
includes two core administrative components for
running virtual machines:
• ESXi: Hypervisor on which you run virtual
machines
• vCenter: Central administration platform for
ESXi hosts, virtual machines, storage, and
networking
Learner Objectives
• Describe the ESXi host architecture
• Navigate the Direct Console User Interface (DCUI) to configure an ESXi host
• Recognize the user account best practices
• Install an ESXi host
• Configure the ESXi host settings
About ESXi
ESXi is a bare-metal hypervisor that is licensed as a part of vSphere. A free version is also available
as a standalone server.
vCenter Services
vCenter services include:
• vCenter Server
• vSphere Client
• License service
• Content Library
• vSphere Lifecycle Manager
When you deploy vCenter
Server Appliance, all these
services are included.
vCenter Architecture
vSphere Client, vCenter database, and managed hosts supports vCenter.
If vCenter is not available, you use VMware Host Client to communicate directly with the ESXi host.
vCenter Scalability
vSphere Essential Kit vSphere Essential Plus vSphere Standard vSphere Enterprise
Kit Plus
For small businesses For small businesses Entry-level solution Full range of features
(up to three hosts with (up to three hosts with for basic server for transforming your
up to two CPUs each) up to two CPUs each) consolidation data center into a
simplified cloud
infrastructure
vCenter and ESXi vCenter and ESXi vCenter and ESXi vCenter and ESXi
vSphere vMotion, vSphere vMotion, vSphere vMotion,
vSphere Storage vSphere Storage vSphere Storage
vMotion, vSphere HA, vMotion, vSphere HA, vMotion, vSphere HA,
vSphere Data vSphere Replication vSphere Trust
Protection, vSphere Authority, VM
Replication encryption, vSphere
Replication
Traffic-Shaping Policies
Network traffic shaping is a mechanism for limiting a virtual machine’s consumption of available
network bandwidth.
Average rate, peak rate, and burst size are configurable.
Network traffic shaping is deactivated by default.
Discovery Protocols
Switch discovery protocols help network administrators gather configuration and connection
information about physical or virtual switches.
vSphere supports the following discovery protocols:
• Cisco Discovery Protocol (CDP): For vSphere standard switches and distributed switches
connected to Cisco physical switches
• Link Layer Discovery Protocol (LLDP): A vendor-neutral protocol for distributed switches only
Standard switches can be configured to use CDP.
Distributed switches can use CDP or LLDP.
About Datastores
A datastore is a logical storage unit that can use
space on one or more physical storage devices.
Datastores are used to hold data such as VMs,
VM templates, and ISO images.
vSphere supports the following types of
datastores:
• VMFS
• NFS
• vSAN
• vSphere Virtual Volumes
Datastore Contents
Depending on the datastore type, contents can
be stored in the form of files or objects.
File-based datastores:
• A VM consists of a set of files.
• Each VM has its own directory.
• VMFS and NFS datastores hold files.
Object-based datastores:
• A VM consists of a set of data containers called
objects.
• vSAN and vSphere Virtual Volumes datastores
hold objects.
Storage Overview
ESXi hosts should be configured with shared access to datastores.
About NFS
A Network File System (NFS) is a
file-sharing protocol that ESXi
hosts use to communicate with a
network-attached storage (NAS)
device.
NFS supports NFS 3 and 4.1
over TCP/IP.
NFS Components
An NFS file system is on a NAS device that is called the NFS server.
About vSAN
vSAN is a hypervisor-converged, software-
defined storage solution for virtual environments
that does not use traditional external storage.
By clustering host-attached solid-state drives
(SSDs) and hard disk drives (HDDs), vSAN
creates an aggregated datastore that is
accessible to all the ESXi hosts in the vSAN
cluster.
iSCSI Components
An iSCSI SAN consists of an iSCSI storage system, which contains LUNs and storage processors.
Communication between the host and storage array occurs over an Ethernet network.
iSCSI Components
An iSCSI SAN consists of an iSCSI storage system, which contains LUNs and storage processors.
Communication between the host and storage array occurs over an Ethernet network.
Key Points
• ESXi hosts support various storage technologies: Direct-attached storage, Fibre Channel, FCoE,
iSCSI, and NAS.
• VMFS and NFS datastores hold VM files.
• vSAN and vSphere Virtual Volumes hold VM objects.
• With port binding, each VMkernel port that is connected to a separate NIC becomes a different
path that the iSCSI storage can use.
• Shared storage is integral to vSphere features such as vSphere vMotion, vSphere HA, and
vSphere DRS.
Questions?
About Templates
A template is a static image of a
virtual machine. You use
templates to create and
provision new VMs.
A template typically includes:
• A guest operating system
• One or more applications
• A specific VM hardware
configuration
• VMware Tools
To use templates, you must be
connected to vCenter.
About VM Migration
Migration means moving a VM from one host, datastore, or vCenter instance to another host,
datastore, or vCenter instance.
Migration can be cold or hot:
• A cold migration moves a powered-off or suspended VM.
• A hot migration moves a powered-on VM.
vCenter performs compatibility checks before migrating suspended or powered-on VMs to ensure
that the VM is compatible with the target host.
VM Memory Overcommitment
Memory is overcommitted when the combined
configured memory footprint of all powered-on
VMs exceeds that of the host memory sizes.
When memory is overcommitted:
• VMs do not always use their full allocated
memory
• To improve memory use, an ESXi host reclaims
memory from idle VMs to allocate to VMs that
need more memory
• VM memory can be swapped out to the .vswp
file
• VM memory overhead can be swapped out to
the vmx-*.vswp file
VM Memory Overcommitment
Memory is overcommitted when the combined
configured memory footprint of all powered-on
VMs exceeds that of the host memory sizes.
When memory is overcommitted:
• VMs do not always use their full allocated
memory
• To improve memory use, an ESXi host reclaims
memory from idle VMs to allocate to VMs that
need more memory
• VM memory can be swapped out to the .vswp
file
• VM memory overhead can be swapped out to
the vmx-*.vswp file
About vSphere HA
vSphere High Availability (HA) provides rapid recovery from outages and cost-effective high
availability for applications running in VMs. vSphere HA protects application availability in several
ways.