Chapter 5. Vcenter Server Features and Virtual Machines - VCP-DCV For Vsphere 7.x (Exam 2V0-21.20) Official Cert Guide, 4th Edition
Chapter 5. Vcenter Server Features and Virtual Machines - VCP-DCV For Vsphere 7.x (Exam 2V0-21.20) Official Cert Guide, 4th Edition
This chapter provides details on vCenter Server features that have not
been covered in previous chapters. It covers virtual machine features
such as file structure, migrations, and cloning. Chapters 13, “Managing
vSphere and vCenter Server,” and 14, “Virtual Machine
Management/Provision, Migrate, and Replication,” provide details on
managing vCenter Server, vSphere, and virtual machines.
The “Do I Know This Already?” quiz allows you to assess whether you
should study this entire chapter or move quickly to the “Exam
Preparation Tasks” section. In any case, the authors recommend that you
read the entire chapter at least once. Table 5-1 outlines the major head-
ings in this chapter and the corresponding “Do I Know This Already?”
quiz questions. You can find the answers in Appendix A, “Answers to the
‘Do I Know This Already?’ Quizzes and Review Questions.”
1. You just installed a new vCenter Server. Using the vSphere Client, which
of the following objects can be the first object that you create in the in-
ventory pane?
1. A cluster
2. A host
3. A virtual machine
4. A data center
5. A datastore
6. A virtual machine folder
2. You want to create a content library for your vCenter Server. Which type
of content library cannot be modified directly?
4. You have taken multiple snapshots for a virtual machine. In the vSphere
Client Snapshot Manager, where is the You Are Here icon located?
5. You are configuring a virtual machine in vSphere 7.0. Which of the fol-
lowing devices cannot be configured or removed?
1. SIO controller
2. SCSI controller
3. Parallel port
4. PCI device
6. You are using the vSphere Client to edit a virtual machine in vSphere 7.0.
Which of the following is not available on the VM Options tab?
1. General Options
2. Encryption Options
3. Snapshot Options
4. vApp Options
1. If separate SSO domains are used, you must use the APIs to perform
the migration.
2. If separate SSO domains are used, you can use the vSphere Client to
perform the migration.
3. If separate SSO domains are used, you cannot perform the migration.
4. The vSphere and vCenter Server Enterprise licenses are required.
10. You want to use instant clones in vSphere. Which of the following state-
ments is true?
1. You can use the vSphere Host Client to perform an instant clone.
2. You can use the vSphere Client to perform an instant clone.
3. A sample major use case for instant clones is a large-scale deployment
in a VMware Horizon VDI.
4. vSphere 6.5 supports instant clones.
Foundation Topics
Previous chapters provide details about the vSphere topology, storage in-
frastructure, network infrastructure, and vSphere clusters. This section
provides details about other features, such as the vSphere inventory, host
profiles, and content libraries.
This section describes the vSphere inventory and object types, which
should be planned prior to implementing vSphere. It provides informa-
tion on creating and configuring inventory objects during vSphere
implementation.
All inventory objects except for hosts can be renamed to represent their
purposes. For example, they can be named after company departments,
locations, or functions.
Note
Note
Data Centers
In the vSphere inventory, a data center is a container object that is an
aggregation of all the different types of objects used to work in virtual in-
frastructure. Other than an optional folder to contain data centers, you
cannot create any object in the inventory until you create a data center.
Data centers are often used to contain all the objects in a physical data
center. For example, if you use a single vCenter Server to manage
vSphere assets in San Francisco and Chicago, you might want to use cor-
responding virtual data centers to organize each city’s assets. You could
create data center objects named San Francisco and Chicago and place
each ESXi host, virtual machine, and other object in the appropriate data
center.
A data center is a namespace for networks and datastores. The names for
these objects must be unique within a data center. You cannot use identi-
cal datastore names within the same data center, but you can use identi-
cal datastore names within two different data centers. Virtual machines,
templates, and clusters do not need to have unique names within the data
center but must have unique names within their folder.
Folders
In the vSphere inventory, folders are container objects that allow you to
group objects of a single type. A folder can contain data centers, clusters,
datastores, networks, virtual machines, templates, or hosts. For example,
one folder can contain hosts and a folder containing hosts, but it cannot
contain hosts and a folder containing virtual machines.
You can create data center folders directly under the root vCenter Server
and use them to organize your data centers. Within each data center is
one hierarchy of folders for virtual machines and templates, one for hosts
and clusters, one for datastores, and one for networks.
Clusters
If you enable VMware EVC on a cluster, you can ensure that migrations
with vMotion do not fail due to CPU compatibility errors. If you enable
vSphere DRS on a cluster, you can allow automatic resource balancing by
using the pooled host resources in the cluster. If you enable vSphere HA
on a cluster, you can allow rapid virtual machine recovery from host
hardware failures by using the cluster’s available host resource capacity.
Resource Pools
In the vSphere inventory, resource pools are container objects that are
used to compartmentalize the CPU and memory resources of a host or
cluster. Virtual machines run in resource pools, using resources provided
by the resource pools. You can create multiple resource pools as direct
children of a standalone host or cluster.
You can use resource pools to organize VMs. You can delegate control
over each resource pool to specific individuals and groups. You can moni-
tor resources and set alarms on resource pools. If you need a container
just for organization and permission purposes, consider using a folder. If
you also need resource management, then consider using a resource pool.
If DRS is enabled, you can use the vSphere Client to create resource pools
in the cluster and assign resource settings, such as reservations and lim-
its. Otherwise, you can create resource pools directly on specific ESXi
hosts.
You can configure resource settings for resource pools, such as reserva-
tions, limits, and shares. See Chapter 4 for more details on resource pools.
Hosts
In the vSphere inventory, hosts are objects that represent your ESXi
servers. After installing an ESXi host, you can choose to add it to the
vSphere inventory, which requires you to provide credentials for a user
who is assigned the administrator role directly on the host.
The vpxa agent in the ESXi server maintains communication with vCenter
Server. It is an interface between the vCenter Server and the ESXi hostd
service, which drives the main operations on the host, such as powering
on a virtual machine.
To remove a host from the vSphere inventory, you must first enter
Maintenance Mode.
Networks
In the vSphere inventory, networks are objects that are used to connect a
set of virtual network adapters. Each ESXi host may have multiple
VMkernel virtual network adapters. Each virtual machine may have mul-
tiple virtual network adapters. Each virtual network adapter may be con-
nected to a port group (on a standard virtual switch) or a distributed port
group (on a vSphere distributed switch). All virtual machines that con-
nect to the same port group belong to the same network in the virtual en-
vironment, even if they are on different physical servers. You can manage
networks by monitoring, setting permissions, and setting alarms on port
groups and distributed port groups.
Datastores
Virtual Machines
Templates
In the vSphere inventory, templates are objects that are effectively non-
executable virtual machines. A template is a master copy of a virtual ma-
chine that can be used to create and provision new virtual machines. A
template can have a guest operating system and application software in-
stalled. Templates are often customized during deployment to ensure that
each new virtual machine has a unique name and network settings.
For more details on templates, see the “Virtual Machine Cloning” section,
later in this chapter.
vApps
Host Profiles
You can use the following workflow to leverage a host profile to apply a
consistent host configuration in your vSphere environment:
Step 4. Check the compliance of the hosts with the host profile. If all hosts are
compliant with the reference host, you do not need to take additional
steps.
Step 5. If the hosts are not fully compliant, apply (remediate) the hosts with the
host profile.
Note
Three types of content libraries can be used: local, published, and sub-
scribed. A local content library is the simplest form. You can allow, mod-
ify, and delete content in a content library. A published library is a local
library where content is published for subscription. A subscribed library
is a library whose content you cannot change or publish. It receives its
content from a published library.
Step 1. The library service on the subscriber connects to the library services on
the publisher by using the VMware Content Subscription Protocol (VCSP)
and checks for updates.
Step 2. The subscriber pulls the lib.json file from the publisher, and each
library’s lib.json files are examined to determine if discrepancies exist be-
tween the publisher and the subscriber.
Step 3. The library service uses VCSP to determine what data has changed and
sends a request to the transfer serviced to copy the required files.
Beginning with vSphere 6.5, you can mount an ISO file directly from the
content library, apply a guest OS customization specification during VM
deployment, and update existing templates. The content library’s perfor-
mance is then improved. The Optimized HTTP Sync option stores content
in a compressed format, which reduces the synchronization time. The
content library leverages new features in vCenter Server 6.5, including
vCenter HA and backup/restoration.
To allow a user to manage a content library and its items, you can assign
the Content Library administrator role, which is a sample role, to that
user as a global permission. Users who are assigned the administrator
role at a vCenter Server level cannot see the libraries unless they have a
read-only global permission.
By using vSphere with Tanzu, you can use a vSphere cluster as a platform
for running Kubernetes workloads in dedicated resource pools. Once en-
abled on a vSphere cluster, vSphere with Tanzu creates a Kubernetes con-
trol plane directly in the hypervisor layer, enabling you to deploy
vSphere pods and run your applications inside these clusters.
To use vSphere with Tanzu, you must use the VMware vSphere 7
Enterprise Plus license with an add-on for Kubernetes for all ESXi hosts
that you want to use in a supervisor cluster. You must assign an NSX-T
Data Center Advanced or higher license to NSX Manager.
Virtual Machine File Structure
Note
File Description
By default, when you create a virtual machine, the system creates a folder
in the datastore and assigns a folder name that is similar to the virtual
machine name. In cases where the default folder name is already in use,
the system appends a number to the new folder to make it unique.
Configuration File
A virtual machine’s configuration file is a text file that contains all of the
virtual machine’s settings, including a description of the virtual hard-
ware. For example, a portion of the contents of a VMX file for a CentOS
virtual machine named server1 could include the following text:
displayName = "server1"
guestOS = "centos-64"
nvram = "server1.nvram"
scsi0:0.fileName = "server1.vmdk"
If this virtual machine is sized with two virtual CPUs and 1024 GB mem-
ory, the contents of the VMX file may also include the following text:
numvcpus = "2"
memSize = "1024"
The name of the VMDK file that contains metadata for a virtual disk is in-
cluded in the VMX file as shown in the previous example
(scsi0:0.fileName = " server1.vmdk " ) . The VMDK metadata file is
a text file that contains details about the virtual disk, such as the numbers
of cylinders, heads, and sectors, as shown in the following sample
content:
ddb.geometry.cylinders = "1305"
ddb.geometry.heads = "255"
ddb.geometry.sectors = "63"
The VMDK metadata file also contains the names of other files associated
with the virtual disk, such as data (extent) files, as shown in the following
sample content:
# Extent description
RW 20971520 VMFS "server1-flat.vmdk"
Snapshot Files
When you take a snapshot of a virtual machine, the system creates a few
files. For example, if you take a snapshot for a powered-off virtual ma-
chine named server1 that has only one virtual disk and no previous snap-
shots, the following files may be created:
server1-000001-sesparse.vmdk: A delta data disk that stores changes
made since the creation of the snapshot
server1-000001.vmdk: A VMDK metadata file for the delta disk
server1-Snapshot1.vmsn: Snapshot data
You can take multiple snapshots of a virtual machine. If you take multiple
snapshots without reverting the virtual machine, the snapshots are cre-
ated in a linear fashion, as shown in Figure 5-1. The vSphere Client repre-
sents the snapshot hierarchy of a virtual machine as a tree with the root
node being the virtual machine and nodes being each snapshot. If you re-
vert the virtual machine to a snapshot, the state of your virtual machine
is associated with that snapshot, as shown in Figure 5-2. If you create an-
other snapshot, you add branches to the snapshot tree, as shown in
Figure 5-3.
FIGURE 5-1 Linear Snapshots
In the vSphere Client, you can perform several snapshot operations, in-
cluding taking a snapshot, reverting to a snapshot, and deleting a snap-
shot. When taking a snapshot, you can choose whether to snap the mem-
ory and whether to quiesce the guest OS. In cases where no snapshot ex-
ists but delta files exist, you can choose to consolidate the disks.
Parent Snapshots
The first virtual machine snapshot that you create is the base snapshot.
Taking a snapshot creates a delta disk file for each disk attached to the
virtual machine and, optionally, a memory file. The delta disk files and
memory file are stored with the base VMDK file. The parent (current)
snapshot is always the snapshot that appears immediately above the You
Are Here icon in the Snapshot Manager. If you revert to a snapshot, that
snapshot becomes the parent of the You Are Here current state. When
you have multiple snapshots, each child snapshot has a parent snapshot.
Note
The parent snapshot is not always the snapshot that you took
most recently.
Snapshot Behavior
When you take a snapshot, the state of the virtual machine, virtual disks,
and (optionally) virtual memory is captured in a set of files, such as the
delta, database, and memory files. By default, the delta disks are stored
with the corresponding virtual disk files, and the memory and database
files are stored in the virtual machine directory.
Flat File
A virtual disk involves a metadata file and a data file, each with the
.vmdk extension. The metadata VMDK file contains information about the
virtual disk, such as geometry and child–parent relationship information.
The data VMDK file is called the flat file, and its name contains the word
flat. Only the names of the metadata files appear in the vSphere Client
Datastore Browser. In normal circumstances, the virtual machine’s guest
OS and applications write to the flat file.
When you create a snapshot, you create a delta disk for each virtual disk.
The delta (child) disk represents the difference between the current state
of the virtual disk and the state that existed at the time that you took the
parent snapshot. A delta disk has two VMDK files. One is a small metadata
file, and the other is a data file. Delta disk data files are also called redo
logs.
Database File
The database file is a file with the .vmsd extension that contains snapshot
details required by the Snapshot Manager. It contains details on the rela-
tionships between snapshots and child disks.
Memory File
The memory file is a file with the .vmsn extension that includes the active
state of the virtual machine’s memory. Capturing the memory state of the
virtual machine lets you revert to a powered-on state. Memory snapshots
take longer to create than nonmemory snapshots. The size of the memory
impacts the amount of time required to create the snapshot.
Limitations
Snapshots are not supported for RDM physical mode disks or for iSCSI
initiators in a guest OS.
Snapshots of powered-on or suspended virtual machines with inde-
pendent disks are not supported.
A quiesced snapshot requires a supported guest operating system and
active VMware Tools services.
Snapshots are not supported with PCI vSphere DirectPath I/O devices.
Snapshots are not supported for virtual machines configured for bus
sharing.
Although snapshots may be a useful step for a backup utility, a snap-
shot is not a backup by itself. A snapshot does not provide a redundant
copy of data. If the base flat file is lost or corrupted, you cannot restore
the virtual machine by reverting to a snapshot.
Snapshots can negatively affect the performance of a virtual machine.
The performance degradation is impacted by factors such as the age of
the snapshot, the depth of the snapshot tree, and the amount of data in
the delta files.
Snapshot operations can take much longer to finish when they involve
virtual disks larger than 2 TB.
Deleting a large snapshot that is part of the current path (as indicated
by You Are Here in the Snapshot Manager) can negatively impact the
performance and the health of the virtual machine. To minimize risk,
you can shut down the virtual machine prior to deleting the snapshot.
VM Hardware/Compatibility
Virtual hardware devices perform the same function for the virtual ma-
chines as physical hardware devices do for traditional servers. Each vir-
tual machine has CPU, memory, and disk resources. All modern operating
systems provide support for virtual memory, allowing software to use
more memory than is present in the server hardware. Similarly, ESXi can
provide to its virtual machines VM memory totaling more than the capac-
ity of the host’s physical memory.
You can add virtual hardware devices to a virtual machine by editing the
virtual machine’s settings in the vSphere Client. Not all devices are config-
urable. For example, the PCI and SIO virtual hardware devices are part of
the virtual motherboard but cannot be configured or removed. You can
enable the Memory Hotplug or CPU Hotplug settings in order to add
memory or CPU resources to a running virtual machine. Memory Hotplug
is supported on all 64-bit operating systems, but some guest operating sys-
tems may not be able to make use of the added memory without restart-
ing. The ESXi license and other factors for the host where the virtual ma-
chine runs may impact the available devices for the virtual machine. For
a list of hardware devices and their functions, see Table 5-3.
Device Description
CPU At least one vCPU but not more than the number of logi-
cal CPUs in the host.
You can set advanced CPU features, such as the CPU
identification mask and hyperthreaded core sharing.
You can configure the provisioning type for a virtual disk to thin provi-
sioned, lazy zeroed thick provisioned, or eager zeroed thick provisioned,
as described in the section “Virtual Disk Type” in Chapter 2:
With thin provisioning, storage blocks are not allocated during disk
creation, which allows fast provisioning but requires allocation and
zeroing during runtime.
With thick eager zeroed, storage blocks are allocated and zeroed dur-
ing provisioning, which allows fast runtime.
With thick lazy zeroed provisioning, storage blocks are pre-allocated
but not pre-zeroed.
Your choice for the provisioning type depends on each virtual machine’s
use case. For example, if you want to minimize the virtual machine
startup time and minimize its risk, you may choose thick provision lazy
zeroed.
VMware Tools
VMware Tools is a set of software modules and services, including ser-
vices that can communicate with the VMkernel. This communication al-
lows integration with vSphere for activities such as customizing the guest
OS, running scripts in the guest OS, and synchronizing time. If you use
guest operating systems without VMware Tools, many VMware features
are not available. VMware Tools enhances the performance of the guest
OS by enabling the latest drivers for virtual devices, enabling memory
functions (such as ballooning), and more. It includes drivers such as
SVGA, Paravirtual SCSI, VMXNet NIC, mouse, audio, guest introspection,
and memory control drivers. Prior to upgrading the hardware for a vir-
tual machine, you should upgrade VMware Tools.
To edit a virtual machine setting, you can navigate to and manipulate set-
tings on the VM Options tab. Many of these options have dependencies
with the ESXi hosts, data centers, clusters, or resource pools on which the
virtual machine resides. Table 5-4 describes the available virtual machine
options.
Category Description
Note
Cold Migrations
Hot Migrations
Cross-Host Migrations
Moving a virtual machine, whether hot or cold, to a new host is consid-
ered a cross-host migration. In vSphere Client wizards that involve cross-
host migrations, you can choose a destination host. Alternatively, when
available and properly configured, you can choose a DRS cluster, re-
source pool, or vApp as the destination.
For a virtual machine using an NVDIMM device and PMem storage, the
destination host or cluster must have available PMem resources to pass
the compatibility check. For a cold migration involving a virtual machine
that does not have an NVDIMM device but uses PMem storage, you can
choose a target host or cluster without available PMem resources. The
hard disks use the storage policy and data-store selected for the virtual
machine’s configuration files.
Cross-Datastore Migrations
The associated vCenter Servers and ESXi hosts must be 6.0 or later.
The cross-vCenter Server and long-distance vMotion features require
an Enterprise Plus license.
The vCenter Server instances must be time-synchronized with each
other for correct vCenter Single Sign-On token verification.
For migration of compute resources only, both vCenter Server in-
stances must be connected to the shared virtual machine storage.
When using the vSphere Client, both vCenter Server instances must be
in Enhanced Linked Mode, and they must be in the same vCenter
Single Sign-On domain.
Note
Limits depend on the resource type, ESXi version, migration type, and
other factors, such as network type. ESXi Versions 5.0 to 7.0 have consis-
tent limits:
For costing purposes, a hot migration that is both a cross-host and cross-
datastore migration (vMotion migration without shared storage) is con-
sidered to be a combination of a vMotion and Storage vMotion migration
and applies the associated network, host, and datastore costs. vMotion
migration without shared storage is equivalent to Storage vMotion migra-
tion with a network cost of 1.
TCP/IP Stacks
You can use the vMotion TCP/IP stack to isolate vMotion traffic and assign
it to a dedicated default gateway, routing table, and DNS configuration. To
use the vMotion TCP/IP stack, select vMotion from the TCP/IP Stack drop-
down menu when configuring the associated VMkernel virtual network
adapter. When you assign a VMkernel virtual network adapter to the
vMotion stack, you cannot use the adapter for purposes other than vMo-
tion. Likewise, you can use the provisioning TCP/IP stack to isolate traffic
for cold migration, cloning, and snapshots. To use the provisioning TCP/IP
stack, select Provisioning from the TCP/IP Stack drop-down menu when
configuring the associated VMkernel virtual network adapter. When you
assign a VMkernel virtual network adapter to the provisioning stack, you
cannot use the adapter for purposes other than provisioning.
vMotion Details
vMotion Overview
Before using vMotion, you must address its host configuration require-
ments. Each host must meet the licensing, shared storage, and networking
requirements for vMotion.
For standard vMotion migration, you must configure the source and des-
tination hosts with shared storage to enable the migrated virtual ma-
chines to remain in the same datastore throughout the migration. Shared
storage may be implemented with Fibre Channel, iSCSI, or NAS storage.
The datastore may be VMFS or NFS. You can also leverage a vSAN datas-
tore to meet the shared storage requirement for vMotion migrations be-
tween cluster members.
Note
For vMotion migration, you must configure each host with a VMkernel
virtual network interface connected to a virtual switch with an uplink
that uses at least one physical network interface card (NIC). VMware rec-
ommends that the network connection be made to a secured network.
The vMotion network must provide at least 250 Mbps of dedicated band-
width per concurrent vMotion session. For long-distance migrations, the
maximum supported network round-trip time for vMotion migrations is
150 milliseconds. For faster vMotion migrations, consider using 10 Gbps
NICs instead of 1 Gbps NICs.
Step 1. On a virtual switch, attach two uplink adapters connected to the vMotion
network.
Step 3. For the first VMkernel adapter, set the first uplink path to Active and the
second uplink path to Standby.
Step 4. For the second VMkernel adapter, set the first uplink path to Standby and
the second uplink path to Active.
For more vMotion performance improvements, you can use Network I/O
Control (NIOC) to guarantee network bandwidth to vMotion traffic. You
can also use jumbo frames. To avoid network saturation, you can use traf-
fic shaping to limit the average and peak bandwidth available to vMotion
traffic.
Note
Encrypted vMotion
Note
Only ESXi Versions 6.5 and later use encrypted vSphere vMo-
tion. To use vMotion to migrate encrypted virtual machines
across vCenter Server instances, you must use the vSphere
API.
Note
The following are the major requirements and limitations for Storage
vMotion in vSphere 7.0:
Step 2. A hidden (shadow) virtual machine starts using the copied files. The un-
derlying processes (worlds) are visible to the esxtop utility. The virtual
machine continues to run in preexisting worlds.
Step 3. An initial copy of the source virtual disk is made to the destination data-
store, and change block tracking (CBT) is leveraged to track blocks that
are changed after they are copied.
Step 4. Step 4 is repeated until the number of changed blocks is small enough to
support a fast switchover.
Step 5. The system invokes a fast suspend and resume operation that transfers
the running virtual machine to the idling hidden virtual machine. The
virtual machine now runs in the new worlds. The preexisting worlds that
were associated with the virtual machine are removed.
Clones
When you clone a virtual machine, vCenter Server creates a virtual ma-
chine that is a copy of the original virtual machine. The virtual disk files,
configuration file, and other files are copied from the original virtual ma-
chine to the new virtual machine. The new virtual machine is commonly
referred to as a clone. The new virtual machine files are named and
stored based on parameters you provide during the deployment. You can
choose to make some configuration changes and customizations during
the cloning process. The contents of some of the files, such as the configu-
ration file, are modified. At the end of the operation, you can manage
both the original virtual machine and the new virtual machine as inven-
tory objects in vCenter Server.
Cold Clones
A cold clone occurs when the source virtual machine is powered down
prior to starting the clone operation. In this case, vCenter Server does not
have to worry about interrupting the execution of the source virtual
machine.
Hot Clones
A hot clone occurs when the source virtual machine is running during a
clone operation. In this case, the vCenter Server must avoid disrupting
the execution of the source virtual machine. To do so, it takes a virtual
machine snapshot prior to copying data and removes the snapshot at the
end of the operation.
Linked Clones
When you deploy a virtual machine from a template, vCenter Server cre-
ates a virtual machine that is a copy of the original template. The virtual
disk files, configuration file, and other files are copied from the template
to the new virtual machine. The new virtual machine files are named and
stored based on parameters you provide during the deployment. You can
choose to make some configuration changes and customizations during
the cloning process. The contents of some of the files, such as the configu-
ration file, are modified. At the end of the operation, you can manage
both the original template and the new virtual machine as inventory ob-
jects in vCenter Server.
Instant Clones
Starting with vSphere 6.7, you can use the instant clone technology to hot
clone a running virtual machine in a manner that is like a combination of
vMotion and linked clone technology. The result of an instant clone oper-
ation is a new virtual machine (destination virtual machine) that is iden-
tical to the source virtual machine. The processor state, virtual device
state, memory state, and disk state of the destination virtual machine
match those of the source virtual machine. To avoid network conflicts,
you can customize the MAC addresses of the virtual NICs, but the guest
customization feature is not supported for instant clones. You cannot use
the vSphere Client to perform an instant clone operation.
The requirements for instant clones may depend on the software applica-
tions that use the API to perform the cloning operations. For example,
VMware Horizon 7.1 requires static port binding, ESXi 6.0 Update 1 or
later, and a distributed virtual switch.
Instant cloned virtual machines are fully independent vCenter Server in-
ventory objects. You can manage instant clone destination virtual ma-
chines as you would regular virtual machines, without any restrictions.
Review the most important topics in this chapter, noted with the Key
Topics icon in the outer margin of the page. Table 5-5 lists these key topics
and the page number on which each is found.
Define the following key terms from this chapter and check your answers
in the glossary:
vSphere inventory
data center
cluster
resource pool
template
vApp
host profile
content library
VMware Tools
vMotion
Storage vMotion
Review Questions
1. Which of the following is not a valid use case for virtual machine
snapshots?
1. Record Trivial
2. Record Debugging
3. Run Normal
4. Record Statistics
3. You want to migrate a virtual machine with a 2.5 TB virtual disk. What is
the minimum ESXi version that supports this?
1. 6.0
2. 6.5
3. 6.7
4. 7.0
4. You want to hot migrate a virtual machine from one ESXi host and VMFS
datastore to another ESXi host and VMFS datastore. Which of the follow-
ing statements is true?