Vsphere Esxi Vcenter Server 652 Host Management Guide PDF
Vsphere Esxi Vcenter Server 652 Host Management Guide PDF
Vsphere Esxi Vcenter Server 652 Host Management Guide PDF
Management
Update 2
Modified on February 23, 2018
VMware vSphere 6.5
VMware ESXi 6.5
vCenter Server 6.5
vCenter Server and Host Management
You can find the most up-to-date technical documentation on the VMware website at:
https://docs.vmware.com/
If you have comments about this documentation, submit your feedback to
docfeedback@vmware.com
VMware, Inc.
3401 Hillview Ave.
Palo Alto, CA 94304
www.vmware.com
Copyright © 2009–2018 VMware, Inc. All rights reserved. Copyright and trademark information.
VMware, Inc. 2
Contents
®
About VMware vCenter Server and Host Management 9
Updated Information 10
VMware, Inc. 3
vCenter Server and Host Management
Export Lists 37
Attach File to Service Request 37
Keyboard Shortcuts 37
Inventory Keyboard Shortcuts 38
Create a Scheduled Task with a Keyboard Shortcut 38
VMware, Inc. 4
vCenter Server and Host Management
6 Tagging Objects 75
Migrate Custom Attributes to Tags 76
Create a Tag Category 77
Delete a Tag Category 78
Edit a Tag Category 78
Create a Tag 79
Assign a Tag to an Object 80
Remove a Tag from an Object 80
Delete a Tag 81
Edit a Tag 81
Add Permissions for Tags and Tag Categories 81
Tagging Best Practices 82
Custom Attributes in the vSphere Web Client 83
Add Custom Attributes in the vSphere Web Client 83
Edit a Custom Attribute in the vSphere Web Client 84
VMware, Inc. 5
vCenter Server and Host Management
VMware, Inc. 6
vCenter Server and Host Management
VMware, Inc. 7
vCenter Server and Host Management
VMware, Inc. 8
About VMware vCenter Server® and Host
Management
®
vCenter Server and Host Management describes how to start and stop the VMware vSphere Web Client
components, build your vSphere environment, monitor and manage the information generated about the
components, and set up roles and permissions for users and groups using the vSphere environment.
vCenter Server and Host Management also provides brief introductions to the various tasks you can
perform within the system, and it cross-references to the documentation that describes the tasks in detail.
vCenter Server and Host Management covers ESXi and vCenter Server.
Intended Audience
vCenter Server and Host Management is intended for system administrators who are experienced
Windows or Linux system administrators and who are familiar with virtual machine technology and data
center operations.
VMware, Inc. 9
Updated Information
This vCenter Server and Host Management is updated with each release of the product or when
necessary.
This table provides the update history of the vCenter Server and Host Management.
Revision Description
VMware, Inc. 10
vSphere Concepts and Features 1
VMware vSphere™ uses the power of virtualization to transform data centers into simplified cloud
computing infrastructures and enables IT organizations to deliver flexible and reliable IT services.
®
The two core components of vSphere are VMware ESXi™ and VMware vCenter Server . ESXi is the
virtualization platform on which you create and run virtual machines. vCenter Server is a service that acts
as a central administrator for ESXi hosts that are connected on a network. With vCenter Server, you can
pool and manage the resources of multiple hosts. vCenter Server provides many features that allow you
to monitor and manage your physical and virtual infrastructure.
Additional vSphere components are available as plugins that extend the functionality of the vSphere
product.
Virtualization Basics
A virtual machine is a software computer that, like a physical computer, runs an operating system and
applications. The hypervisor serves as a platform for running virtual machines and allows for the
consolidation of computing resources.
Each virtual machine contains its own virtual, or software-based, hardware, including a virtual CPU,
memory, hard disk, and network interface card.
VMware, Inc. 11
vCenter Server and Host Management
Software called the hypervisor is installed on the physical hardware in a virtualized data center, and acts
as a platform for virtual machines. ESXi is the hypervisor in a vSphere environment. The hypervisor
provides physical hardware resources dynamically to virtual machines to support the operation of the
virtual machines. The hypervisor allows virtual machines to operate with a degree of independence from
the underlying physical hardware. For example, a virtual machine can be moved from one physical host
to another, or its virtual disks can be moved from one type of storage to another, without affecting the
functioning of the virtual machine.
Because virtual machines are decoupled from specific underlying physical hardware, virtualization allows
you to consolidate physical computing resources such as CPUs, memory, storage, and networking into
pools of resources. These resources can be dynamically and flexibly made available to virtual machines.
With appropriate management software, such as vCenter Server, you can also use several features that
increase the availability and security of your virtual infrastructure.
Compute servers Industry standard x86 servers that run ESXi on the bare metal. ESXi
software provides resources for and runs the virtual machines. Each
computing server is called a standalone host in the virtual environment. You
can group a number of similarly configured x86 servers with connections to
the same network and storage subsystems. This grouping creates an
aggregate set of resources in the virtual environment, called a cluster.
Storage networks and Fibre Channel SAN arrays, iSCSI SAN arrays, and NAS arrays are widely
arrays used storage technologies supported by VMware vSphere to meet different
data center storage needs. The storage arrays are connected to and
shared between groups of servers through storage area networks. This
arrangement allows aggregation of the storage resources and provides
more flexibility in provisioning them to virtual machines.
IP networks Each compute server can have multiple physical network adapters to
provide high bandwidth and reliable networking to the entire VMware
vSphere data center.
vCenter Server vCenter Server provides a single point of control to the data center. It
provides essential data center services such as access control,
performance monitoring, and configuration. It unifies the resources from the
individual computing servers to be shared among virtual machines in the
VMware, Inc. 12
vCenter Server and Host Management
Management clients VMware vSphere provides several interfaces for data center management
and virtual machine access. These interfaces include vSphere Web Client
for access through a web browser or vSphere Command-Line Interface
(vSphere CLI).
Note Starting with vSphere 6.5, all vCenter Server services and some Platform Services Controller
services run as child processes of the VMware Service Lifecycle Manager service.
ESXi A virtualization platform that you use to create the virtual machines as a set
of configuration and disk files that together perform all the functions of a
physical machine.
Through ESXi, you run the virtual machines, install operating systems, run
applications, and configure the virtual machines. Configuration includes
identifying the virtual machine’s resources, such as storage devices.
vCenter Server A service that acts as a central administrator for VMware ESXi hosts that
are connected on a network. vCenter Server directs actions on the virtual
machines and the virtual machine hosts (the ESXi hosts).
VMware, Inc. 13
vCenter Server and Host Management
vCenter Single Sign-On A service that is part of the vCenter Server management infrastructure. The
vCenter Single Sign-On authentication service makes the VMware cloud
infrastructure platform more secure by allowing the various vSphere
software components to communicate with each other through a secure
token exchange mechanism, instead of requiring each component to
authenticate a user separately with a directory service like Active Directory.
When you install vCenter Single Sign-On, the following components are
deployed.
VMware, Inc. 14
vCenter Server and Host Management
vCenter Server plug-ins Applications that provide additional features and functionality to
vCenter Server. Typically, plug-ins consist of a server component and a
client component. After the plug-in server is installed, it is registered with
vCenter Server and the plug-in client is available to the vSphere Web Client
for download. After a plug-in is installed on the vSphere Web Client, it might
alter the interface by adding views, tabs, toolbar buttons, or menu options
related to the added functionality.
vCenter Server A persistent storage area for maintaining the status of each virtual machine,
database host, and user managed in the vCenter Server environment. The
vCenter Server database can be remote or local to the vCenter Server
system.
VMware, Inc. 15
vCenter Server and Host Management
tcServer Many vCenter Server functions are implemented as Web services that
require the tcServer. The tcServer is installed on the vCenter Server
machine as part of the vCenter Server installation.
vCenter Server agent On each managed host, the software that collects, communicates, and
executes the actions received from vCenter Server. The vCenter Server
agent is installed the first time any host is added to the vCenter Server
inventory.
Host agent On each managed host, the software that collects, communicates, and
executes the actions received through the vSphere Web Client. It is
installed as part of the ESXi installation.
vSphere Client The vSphere Client, introduced in vSphere 6.5, is an HTML5-based client
and is included with vCenter Server alongside the vSphere Web Client. The
vSphere Client is the primary interface for connecting to and managing
vCenter Server instances.
vSphere Web Client The vSphere Web Client is a web application installed on a machine with
network access to your vCenter Server installation.
VMware Host Client The VMware Host Client is a Web-based application that you can use to
manage individual ESXi hosts that are not connected to a vCenter Server
system.
For more information about the VMware Host Client, see vSphere Single
Host Management - VMware Host Client.
vSphere Command- vSphere supports multiple command-line interfaces for configuring virtual
Line Interfaces machines, ESXi hosts, and vCenter Server.
Note Not all functionality in the vSphere Web Client has been implemented for the vSphere Client in the
vSphere 6.5 release. For an up-to-date list of unsupported functionality, see Functionality Updates for the
vSphere Client Guide at http://www.vmware.com/info?id=1413.
VMware, Inc. 16
vCenter Server and Host Management
All inventory objects, with the exception of hosts, can be renamed to represent their purposes. For
example, they can be named after company departments or locations or functions. vCenter Server
monitors and manages the following components of your virtual and physical infrastructure:
Data Centers Unlike folders, which are used to organize specific object types, a data
center is an aggregation of all the different types of objects used to work in
virtual infrastructure.
n Networks
n Datastores
The data center defines the namespace for networks and datastores. The
names for these objects must be unique within a data center. You cannot
have two datastores with the same name within a single data center, but
you can have two datastores with the same name in two different data
centers. Virtual machines, templates, and clusters need not be unique
within the data center, but must be unique within their folder.
Objects with the same name in two different data centers are not
necessarily the same object. Because of this, moving objects between data
centers can create unpredictable results. For example, a network named
networkA in data_centerA might not be the same network as a network
named networkA in data_centerB. Moving a virtual machine connected to
networkA from data_centerA to data_centerB results in the virtual machine
changing the network it is connected to.
Managed objects also cannot exceed 214 bytes (UTF-8 encoded).
VMware, Inc. 17
vCenter Server and Host Management
If you enable VMware EVC on a cluster, you can ensure that migrations
with vMotion do not fail because of CPU compatibility errors. If you enable
vSphere DRS on a cluster, the resources of the hosts in the cluster are
merged to allow resource balancing for the hosts in the cluster. If you
enable vSphere HA on a cluster, the resources of the cluster are managed
as a pool of capacity to allow rapid recovery from host hardware failures.
Folders Folders allow you to group objects of the same type so you can easily
manage them. For example, you can use folders to set permissions across
objects, to set alarms across objects, and to organize objects in a
meaningful way.
A folder can contain other folders, or a group of objects of the same type:
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.
Data center folders form a hierarchy directly under the root vCenter Server
and allow users to group their data centers in any convenient way. Within
each data center is one hierarchy of folders with virtual machines and
templates, one with hosts and clusters, one with datastores, and one with
networks.
Hosts The physical computer on which ESXi is installed. All virtual machines run
on hosts.
Networks A set of virtual network interface cards (virtual NICs), distributed switches
or vSphere Distributed Switches, and port groups or distributed port groups
that connect virtual machines to each other or to the physical network
outside of the virtual data center. All virtual machines that connect to the
same port group belong to the same network in the virtual environment,
even if they are on different physical servers. You can monitor networks
and set permissions and alarms on port groups and distributed port groups.
Resource pools Resource pools are used to compartmentalize the CPU and memory
resources of a host or cluster. Virtual machines run in, and draw their
resources from, resource pools. You can create multiple resource pools as
direct children of a standalone host or cluster and then delegate control
over them to other individuals or organizations.
VMware, Inc. 18
vCenter Server and Host Management
Templates A master copy of a virtual machine that can be used to create and provision
new virtual machines. Templates can have a guest operating system and
application software installed. They can be customized during deployment
to ensure that the new virtual machine has a unique name and network
settings.
Virtual machines A virtualized computer environment in which a guest operating system and
associated application software can run. Multiple virtual machines can
operate on the same managed host machine concurrently.
vApps vSphere vApp is a format for packaging and managing applications. A vApp
can contain multiple virtual machines.
vMotion A feature that enables you to move running virtual machines from one ESXi
host to another ESXi host without service interruption. It requires licensing
on both the source and target host. vCenter Server centrally coordinates all
vMotion activities.
Storage vMotion A feature that allows you to move the disks and configuration file of a
running virtual machine from one datastore to another without service
interruption. It requires licensing on the virtual machine's host.
vSphere HA A feature that enables a cluster with High Availability. If a host fails, all
virtual machines that were running on the host are promptly restarted on
different hosts in the same cluster.
When you enable the cluster for vSphere HA, you specify the number of
hosts you want to be able to recover. If you specify the number of host
failures allowed as 1, vSphere HA maintains enough capacity across the
cluster to tolerate the failure of one host. All running virtual machines on
that host can be restarted on remaining hosts. By default, you cannot turn
on a virtual machine if doing so violates required failover capacity. See the
vSphere Availability documentation for more information.
VMware, Inc. 19
vCenter Server and Host Management
vSphere DRS A feature that helps improve resource allocation and power consumption
across all hosts and resource pools. vSphere DRS collects resource use
information for all hosts and virtual machines in the cluster and gives
recommendations (or migrates virtual machines) in one of two situations:
Storage DRS A feature that enables you to manage multiple datastores as a single
compute resource, called a datastore cluster. A datastore cluster is an
aggregation of multiple datastores into a single logical, load-balanced pool.
You can treat the datastore cluster as a single flexible storage resource for
resource management purposes. You can assign a virtual disk to a
datastore cluster, and Storage DRS finds an appropriate datastore for it.
The load balancer takes care of initial placement and future migrations
based on workload measurements. Storage space balancing and I/O
balancing minimize the risk of running out of space and the risk of I/O
bottlenecks slowing the performance of virtual machines.
vSphere Fault vSphere Fault Tolerance provides continuous availability for virtual
Tolerance machines by creating and maintaining a Secondary VM that is identical to
the Primary VM. This Secondary VM is continuously available to replace
the Primary VM in a failover situation.
VMware, Inc. 20
vCenter Server and Host Management
Some plug-ins are installed as part of the base vCenter Server product.
vCenter Storage Allows you to review information on storage use and to map relationships
Monitoring visually between all storage entities available in vCenter Server.
vCenter Hardware Uses CIM monitoring to display the hardware status of hosts that
Status vCenter Server manages.
Some plug-ins are packaged separately from the base product and require separate installation. You can
update plug-ins and the base product independently of each other. VMware modules include:
vSphere Update Enables administrators to apply updates and patches across ESXi hosts
Manager (VUM) and all managed virtual machines. Administrators can create user-defined
security baselines that represent a set of security standards. Security
administrators can compare hosts and virtual machines against these
baselines to identify and remediate systems that are not in compliance.
vShield Zones An application-aware firewall built for vCenter Server integration. vShield
Zones inspects client-server communications and communications between
virtual machines to provide detailed traffic analytics and application-aware
firewall partitioning. vShield Zones is a critical security component for
protecting virtualized data centers from network-based attacks and misuse.
vRealize Orchestrator A workflow engine that enables you to create and run automated workflows
in your vSphere environment. vRealize Orchestrator coordinates workflow
tasks across multiple VMware products and third-party management and
administration solutions through its open plug-in architecture.
vRealize Orchestrator provides a library of workflows that are extensible.
You can use any operation available in the vCenter Server API to
customize vRealize Orchestrator workflows.
VMware, Inc. 21
Using the vSphere Web Client 2
Use the vSphere Web Client to connect to vCenter Server systems and manage vSphere inventory
objects.
VMware has tested and supports the following guest operating systems and browser versions for the
vSphere Web Client.
Table 2‑1. Supported Guest Operating Systems and Browser Versions for the
vSphere Web Client .
Operating system Browser
Windows 32-bit and 64-bit Microsoft Internet Explorer 10.0.19 and later.
Mozilla Firefox: 39 and later.
Google Chrome: 34 and later.
Later versions of these browsers are likely to work, but have not been tested.
The vSphere Web Client requires the Adobe Flash Player version 16 to 23 to be installed with the
appropriate plug-in for your browser.
n Refresh Data
VMware, Inc. 22
vCenter Server and Host Management
n Drag Objects
n Export Lists
n Keyboard Shortcuts
In vSphere 6.0 and later, the vSphere Web Client is installed as part of the vCenter Server on Windows or
the vCenter Server Appliance deployment. This way, the vSphere Web Client always points to the same
vCenter Single Sign-On instance.
Procedure
1 Open a Web browser and enter the URL for the vSphere Web Client:
https://vcenter_server_ip_address_or_fqdn/vsphere-client.
2 Enter the credentials of a user who has permissions on vCenter Server, and click Login.
3 If a warning message about an untrusted SSL certificate appears, select the appropriate action based
on your security policy.
Option Action
Ignore the security warning for this Select Install this certificate and do not display any security warnings for
login session, and install the default this server and click Ignore.
certificate so that the warning does not Select this option only if using the default certificate does not present a security
appear again. problem in your environment.
Cancel and install a signed certificate Click Cancel and ensure that a signed certificate is installed on the vCenter
before proceeding. Server system before you attempt to connect again.
The vSphere Web Client connects to all the vCenter Server systems on which the specified user has
permissions, allowing you to view and manage your inventory.
Procedure
u Click the user name at the top of the vSphere Web Client window and select Logout.
VMware, Inc. 23
vCenter Server and Host Management
Unlike the inventory tree, which presents hierarchical arrangements of parent and child objects arranged
in the Hosts and Clusters, VMs and Templates, Storage, and Networking views, the navigator presents a
graph-based view of the inventory. You can navigate from an object to its related objects, regardless of
type.
Procedure
1 From the vSphere Web Client Home, click vCenter Inventory Lists.
2 Under vCenter Inventory Lists, click one of the object categories to view objects of that type.
For example, click Hosts to view hosts in the vSphere Web Client inventory.
3 Click an object in the list once to display information about the object in the center pane of the
vSphere Web Client.
Opening an object brings it to the top of the navigator and displays related object categories beneath
it.
For example, opening a host allows you to see the child resource pools, virtual machines, vApps,
datastores, standard networks, distributed switches, and distributed port groups associated with this
host.
5 To access additional information and actions, click one of the tabs in the center pane.
Option Description
Monitor View alarms, performance data, resource allocation, events, and other status
information for an object.
Related Objects tabs Tabs with lists of the objects related to the object that you selected. For example,
if you select a host, the tabs that you see are VMs, Resource Pools,
Datastores, and Networks.
After you customize the user interface, vSphere Web Client saves the individual user interface
customization.
VMware, Inc. 24
vCenter Server and Host Management
Procedure
While you drag the sidebar, you see two types of arrows. Single arrows move as you drag from one
part of the UI to another. Both single and double arrows indicate the target position of the sidebar you
want to move.
Procedure
2 Click the user name at the top of the vSphere Web Client window and select Layout Settings.
3 In the Layout Settings window, select the sidebars that you want the UI to display.
VMware, Inc. 25
vCenter Server and Host Management
Procedure
1 Connect to the vCenter Server or vCenter Server Appliance by using any remote console, and
optionally use SSH.
Option Description
Procedure
1 Connect to the vCenter Server or vCenter Server Appliance by using any remote console, and
optionally use SSH.
If the line is present but commented out, remove the comment indicator.
In vSphere 6.5, the Manage tab for an object (vCenter Server, Datacenter, Cluster, Host, Virtual Machine,
and so on) is renamed to Configure. Within the Configure tab, the subtabs are removed and replaced
with a flattened menu. You can use the Configure tab to perform the same tasks that you performed with
the former Manage tab.
VMware, Inc. 26
vCenter Server and Host Management
If you want to revert this tab's presentation back to the Manage tab's presentation, edit the
webclient.properties file to turn off this change.
Note Certain changes to the vSphere Web Client are not controlled by this changed flag. For example,
the Permissions tab style cannot be reverted.
Procedure
3 Log off from vCenter Server and log in to the corresponding vSphere Web Client.
# Flag to enable the use of a single TOC view for the configuration of inventory objects.
navigation.tabMode.convertSecondaryToToc=false
To turn the tab back to the Configure tab presentation, change false to true.
In this vSphere 6.5 release, the VMware Enhanced Authentication Plug-in replaces the Client Integration
Plug-in from vSphere 6.0 releases and earlier. The Enhanced Authentication Plug-in provides Integrated
Windows Authentication and Windows-based smart card functionality. These are the only two features
carried over from the previous Client Integration Plug-in. The Enhanced Authentication Plug-in can
function seamlessly if you already have the Client Integration Plug-in installed on your system from
vSphere 6.0 or earlier. There are no conflicts if both plug-ins are installed.
Watch the video "vSphere Web Client after the Client Integration Plug-in Removal" for more information
about the workflow changes to the vSphere Client:
VMware, Inc. 27
vCenter Server and Host Management
Install the plug-in only once to enable all the functionality the plug-in delivers.
If you install the plug-in from an Internet Explorer browser, you must first disable Protected Mode and
enable pop-up windows on your Web browser. Internet Explorer identifies the plug-in as being on the
Internet instead of on the local intranet. In such cases, the plug-in is not installed correctly because
Protected Mode is enabled for the Internet.
For information about supported browsers and operating systems, see the vSphere Installation and Setup
documentation.
Prerequisites
Procedure
1 Open a Web browser and type the URL for the vSphere Web Client.
2 At the bottom of the vSphere Web Client login page, click Download Enhanced Authentication
Plug-in.
3 If the browser blocks the installation either by issuing certificate errors or by running a pop-up blocker,
follow the Help instructions for your browser to resolve the problem.
5 Step through the installation wizard for both the VMware Enhanced Authentication Plug-in and the
VMware Plug-in Service which are run in succession.
7 On the External Protocol Request dialog box, click Launch Application to run the Enhanced
Authentication Plug-in.
The link to download the plug-in disappears from the login page.
Procedure
The task is paused and minimized to the Work in Progress pane. Any changes that you have made in
the dialog box or wizard are saved, but not yet applied to the object you are working with.
VMware, Inc. 28
vCenter Server and Host Management
2 When you are ready to resume the task, click it in the Work in Progress pane.
The dialog box or wizard opens and you can resume the task from where you left off.
Refresh Data
You must manually refresh the data in the vSphere Web Client to see changes made to objects by other
users during your session.
For performance reasons, the vSphere Web Client does not continuously refresh data on all objects in the
inventory. All changes that you make during your current session are immediately reflected in the client
user interface. Change made by other users or in other sessions are not reflected until you manually
refresh the data.
Procedure
u
To update all data in the current vSphere Web Client view, click the refresh icon ( ).
The client view is updated. The date and time of the last refresh are displayed next to the refresh
icon.
You can only view and search for inventory objects that you have permission to view.
Note If your permissions change while you are logged in, the search service might not immediately
recognize these changes. To ensure that your search is performed with up-to-date permissions, log out of
all your open sessions and log in again before you perform the search.
n Save a Search
You can save search queries so that you can retrieve them to rerun later.
VMware, Inc. 29
vCenter Server and Host Management
Procedure
1 Type the search term in the search box at the top right of the client window.
Multiple search terms in a quick or simple search are treated as if they are connected by ORs. For
example, searching for example machine finds all objects with names containing either "example" or
"machine".
The search results appear below the search box as you type. The number of items displayed is
limited to 10.
2 (Optional) To display an item in the inventory, click that item in the search results.
3 (Optional) To see more search results or more details about the search results, click Show All
Results.
a (Optional) To see additional information about the object, select an object in the results table.
b (Optional) To display that item in the inventory, double-click any item in the search results.
The search results are listed in a table. If differing types of objects are found, the table contains tabs
for each type of object. For example, if a search finds hosts and datastores, the following tabs
appear: Datastore, showing only datastore results and Host, showing only host results.
Procedure
1 From the vSphere Web Client Home screen, click New Search
2 Type the search term in the search box and press Enter.
Multiple search terms in a quick or simple search are treated as if they are connected by ORs. For
example, searching for example machine finds all objects with names containing either "example" or
"machine".
The search results are listed in a table. If differing types of objects are found, the table contains tabs
for each type of object. For example, if a search finds hosts and datastores, the following tabs
appear: Datastore, showing only datastore results and Host, showing only host results.
3 (Optional) To see additional information about the object, select the object in the results table.
4 (Optional) To display an item in the inventory, double-click that item in the search results.
VMware, Inc. 30
vCenter Server and Host Management
For example, you can use specific strings to search for virtual machines residing on a particular host.
Procedure
1 From the vSphere Web Client Home, click New Search and then click Advanced Search.
2 Select the type of object to search for from the Search for drop-down menu.
Option Description
any The search returns results that match any of the specified criteria.
all The search returns only results that match all the specified criteria.
The properties available depend on the type of object you are searching for.
5 Select the relationship between the search term and the property from the drop-down menu.
The options available in this step depend on the property selected in the previous step. For example,
if you select a Name property, the options available are contains, is, and is not.
7 (Optional) To add additional search criteria, click Add new criteria and repeat step 4 to step 6.
8 (Optional) To add an additional search, click Add another object type and repeat step 2 to step 7.
9 Click Search.
Search results are displayed in the details pane and in the navigator.
10 (Optional) To see item details without leaving the context of the search, click on the item in the
navigator.
11 (Optional) To display an item in the inventory, double-click on the item in the details pane.
Save a Search
You can save search queries so that you can retrieve them to rerun later.
Procedure
2 Click Save.
The search query you entered is saved. You can reload that query later and repeat the search.
VMware, Inc. 31
vCenter Server and Host Management
The vSphere Web Client saves search queries, not search results. When you load a saved search, the
search query is run again and new results are displayed.
Procedure
Quick filters are available in the list views, which appear in the Objects tab of an inventory list and in
search results.
For example, you can use the quick filter options for virtual machines to find all virtual machines in your
vSphere inventory that are powered on but do not have VMware Tools running.
Procedure
You can access list views of objects from the Inventory Lists and the search results.
2 Click Show and hide quick filters ( ) next to the filter box, and select from the available options.
What to do next
To clear the filtered list of vSphere inventory objects, deselect the filter criteria or click Clear next to the
filter group name.
Tags are a quick filter option available for all types of vSphere objects, except for linked vCenter Server
systems, host profiles, and extensions. You can filter data centers, vApps, and resource pools only by
using the tags that are assigned to them. For datastores, clusters, hosts, virtual machines, and VM
templates, you can use a number of different quick filters.
VMware, Inc. 32
vCenter Server and Host Management
n Tags
n Type
n Accessibility
n Maintenance Mode
n Drive Type
n % Free Space
n Tags
n vSphere DRS
n vSphere HA
n Tags
n Connection State
n Maintenance Mode
n Standalone or Clustered
n Power State
n CPU Count
n NIC Count
n ESX/ESXi Version
n vMotion
n HA State
n FT Support
n EVC Mode
VMware, Inc. 33
vCenter Server and Host Management
n Tags
n State
n Needs Consolidation
n Blocked by Question
n FT Role
n EVC Mode
n Guest OS
n Compatibility
n CPU Count
n NIC Count
n Tags
n Guest OS
n Compatibility
n CPU Count
n NIC Count
In the Recent Objects drop-down menu, you can see a history of the most recent objects that you visited
in your environment. Recent objects display two types of objects, the most recent objects that you visited,
and the latest objects that you created. The recent objects list is persistent between vSphere Web Client
sessions, but the new objects list is not persistent between vSphere Web Client sessions.
VMware, Inc. 34
vCenter Server and Host Management
Procedure
2 From the Recent Objects drop-down menu, select the object that you want to view.
Objects are listed in two types depending on whether you visited or created the object.
Option Description
Recent Objects The last objects that you visited in the vSphere Web Client inventory.
New Objects The latest objects that you created in the vSphere Web Client inventory.
You have navigated to the object that you selected in the Recent Objects menu.
Procedure
1 On the computer where the vSphere Web Client is installed, locate the webclient.properties file.
The location of this file depends on the operating system on which the vSphere Web Client is
installed.
2 Edit the file to include the line session.timeout = value where value is the timeout value in
minutes. Uncomment the line, if necessary.
To set the client to never timeout, specify a negative or 0 value for the timeout.
For example, to set the timeout value to 60 minutes, include the line session.timeout = 60.
n On Windows operating systems, restart the VMware vSphere Web Client service.
You can remove data only for the currently logged-in user. Data stored by other users is not affected.
VMware, Inc. 35
vCenter Server and Host Management
Procedure
1 In the vSphere Web Client, click the name of the currently logged-in user and select Remove Stored
Data.
Option Description
"Work in progress" items All current Work In Progress items for this user are removed.
Getting Started Pages preferences All Getting Started pages preferences for this user are removed. All Getting
Started pages are displayed in the vSphere Web Client.
Saved Searches All Saved Searches for this user are removed.
3 Click OK.
Drag Objects
You can select an inventory object, and while holding the left mouse button you can drag it to another
object. Drag is an alternative way to initiate operations that are available in the context menu, such as
Move To and Migrate.
For completing some drag operations, you do not need to perform any additional actions. For completing
others, you might have to go through a wizard.
Procedure
1 In the vSphere Web Client inventory tree or in a list view, select an inventory object group.
You can drag objects within the vSphere Web Client inventory tree, or within a list view to the
inventory tree.
You can access list views from the Inventory Lists and search results.
The mouse pointer changes depending on whether you can drop the object to the object you currently
point to.
You can drop the object that you are dragging into this object.
You cannot drop the object that you are dragging into this object.
4 (Optional) If a wizard opens, follow the prompts to complete the drag operation.
VMware, Inc. 36
vCenter Server and Host Management
Export Lists
You can export the contents of an inventory list view to a CSV file.
Procedure
You can access list views of objects from the Inventory Lists and the search results.
The Export List Contents dialog box opens and lists the available options for inclusion in the CSV file.
3 Select whether you want all rows or your current selection of rows to be listed in the CSV file.
4 From the available options, select the columns you want listed in the CSV file.
6 Click Save and provide location on your local machine to save the report.
Prerequisites
The file upload occurs from the machine on which vCenter Server is running, so that machine must have
connectivity to the VMware site on ports 443 and 21.
Procedure
6 Click OK.
You can monitor the Recent Tasks pane to see when the upload is complete, or if an error occurred.
Keyboard Shortcuts
Keyboard shortcuts allow you to navigate quickly or perform a task in the vSphere Web Client.
VMware, Inc. 37
vCenter Server and Host Management
For more information about how to schedule tasks, see Schedule Tasks.
Procedure
The clock icon ( ) appears next to the action that you can schedule.
VMware, Inc. 38
Configuring Hosts and vCenter
Server 3
Configuring ESXi hosts, vCenter Server systems, and the vSphere Web Client involves several tasks.
n Host Configuration
n Configuring Communication Among ESXi, vCenter Server, and the vSphere Web Client
Host Configuration
Before you create virtual machines on your hosts, you must configure the hosts to ensure that they have
correct licensing, network and storage access, and security settings. Each type of host has a manual that
provides information on the configuration for that host.
For information on configuring a host, see the configuration information for the specific vSphere
component in the vSphere Security documentation, the vSphere Storage documentation, or the vSphere
Networking documentation.
Procedure
5 (Optional) To reboot immediately from the device you have selected, select Apply and Reboot on
OK.
If you do not select Apply and Reboot on OK, the new setting takes effect when the host is next
rebooted.
VMware, Inc. 39
vCenter Server and Host Management
6 Click OK.
An ESX agent is a virtual machine, or a virtual machine and a vSphere Installation Bundle (VIB), that
extend the functions of an ESXi host to provide additional services that a vSphere solution requires.
For example, a solution might require a particular network filter or firewall configuration to function. A
solution can use an ESX agent to connect to the vSphere Hypervisor and extend the host with functions
specific to that solution. For example, the ESX agent can filter network traffic, act as a firewall, or gather
other information about the virtual machines on the host.
When you configure the datastore and network settings for ESX agents on a host, all of the ESX agents
that you deploy on the host use that datastore and network configuration.
Important ESX agents are not deployed if you do not configure the network and datastore settings.
Procedure
The current settings for the ESX agents on the host, if any, appear.
4 Click Edit.
5 From the Datastore drop-down menu, select a datastore in which to deploy the ESX agent virtual
machines.
6 From the Network drop-down menu, select a network to connect the ESX agents.
7 Click OK.
What to do next
For information about ESX agents and ESX Agent Manager, see Developing and Deploying vSphere
Solutions, vServices, and ESX Agents.
Caution Changing advanced options is considered unsupported. Typically, the default settings produce
the optimum result. Change the advanced options only when you get specific instructions from VMware
technical support or a knowledge base article.
VMware, Inc. 40
vCenter Server and Host Management
Procedure
6 Click OK.
Unsynchronized clocks can result in authentication problems, which can cause the installation to fail or
prevent the vCenter Server Appliance vpxd service from starting.
Verify that any Windows host machine on which vCenter Server runs is synchronized with the Network
Time Server (NTP) server. See the Knowledge Base article http://kb.vmware.com/kb/1318.
To synchronize ESXi clocks with an NTP server, you can use the VMware Host Client. For information
about editing the time configuration of an ESXi host, see vSphere Single Host Management.
Procedure
1 In the vSphere Web Client, navigate to the host in the vSphere inventory.
VMware, Inc. 41
vCenter Server and Host Management
4 Select an option for setting the time and date of the host.
Option Description
Manually configure the date and time Set the time and date for the host manually.
on this host
Use Network Time Protocol (Enable Synchronize the time and date of the host with an NTP server. The NTP service
NTP client) on the host periodically takes the time and date from the NTP server.
a In the NTP Servers text box, type the IP addresses or host names of the NTP
servers that you want to use.
b From the NTP Service Startup Policy drop-down menu, select an option for
starting and stopping the NTP service on the host.
n Start and stop with port usage - Starts or stops the NTP service when
the NTP client port is enabled or disabled for access in the security profile
of the host.
n Start and stop with host - Starts and stops the NTP service when the
host powers on or shuts down.
n Start and stop manually - Enables manual starting and stopping of the
NTP service.
You can use the Start, Stop, or Restart buttons to control the status of the NTP
service on the host manually at any time. This manual process bypasses the
selected startup policy for the NTP service. For the Start and stop manually
policy, you always use the buttons to control the status of the NTP service.
5 Click OK.
Prerequisites
n To view and manage licenses in the vSphere environment, you must have the Global.Licenses
privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
VMware, Inc. 42
vCenter Server and Host Management
a
Click the Create New License ( ) icon.
b In the New Licenses dialog box, type or copy and paste a license key and click Next.
c On the Edit license names page, rename the new license as appropriate and click Next.
d Click Finish.
e In the Assign License dialog, select the newly-created license, and click OK.
The license is assigned to the vCenter Server system, and one instance from the license capacity is
allocated for thevCenter Server system.
Prerequisites
Procedure
4 Click Edit.
VMware, Inc. 43
vCenter Server and Host Management
5 From Statistics intervals, click a statistics interval attribute to edit its value.
a In Interval duration, select the time interval in which statistics data is collected.
b In Save for, select for how long the archived statistics are kept in the database.
The lower the level is, the fewer number of statistic counters are used. Level 4 uses all statistics
counters. Use it only for debugging purposes.
The statistics level must be less than or equal to the statistics level that is set for the preceding
statistics interval. This is a vCenter Server dependency.
6 (Optional) In Database Size, estimate the effect of the statistics settings on the database.
The estimated space required and number of database rows required are calculated and
displayed.
7 Click OK.
n Samples that are collected every 5 minutes are stored for 1 day.
n Samples that are collected every 30 minutes are stored for 1 week.
n Samples that are collected every 2 hours are stored for 1 month.
For all statistics intervals, the default level is 1. It uses the Cluster Services, CPU, Disk, Memory, Network,
System, and Virtual Machine Operations counters.
Prerequisites
Procedure
VMware, Inc. 44
vCenter Server and Host Management
2 In Database Size, estimate the effect of the statistics settings on the database.
The estimated space required and number of database rows required are calculated and
displayed.
3 Click OK.
Level 1 n Cluster Services (VMware Distributed Resource Scheduler) – all Use for long-term performance
metrics monitoring when device statistics are
n CPU – cpuentitlement, totalmhz, usage (average), usagemhz not required.
n Disk – capacity, maxTotalLatency, provisioned, unshared, usage Level 1 is the default Collection Level
(average), used for all Collection Intervals.
n Memory – consumed, mementitlement, overhead, swapinRate,
swapoutRate, swapused, totalmb, usage (average), vmmemctl
(balloon)
n Network – usage (average), IPv6
n System – heartbeat, uptime
n Virtual Machine Operations – numChangeDS, numChangeHost,
numChangeHostDS
VMware, Inc. 45
vCenter Server and Host Management
Level 4 All metrics supported by the vCenter Server, including minimum and Use for short-term performance
maximum rollup values. monitoring after encountering problems
or when device statistics are required.
Because of the large quantity of
troubleshooting data retrieved and
recorded, use level 4 for the shortest
amount of time.
Note When you increase the collection level, the storage and system requirements might change. You
might need to allocate more system resources to avoid a decrease in the performance.
Prerequisites
Procedure
4 In the Edit vCenter Server Settings dialog box, select Runtime Settings.
You can change this value to a number from 0 through 63 to identify each vCenter Server system
running in a common environment. By default, an ID value is generated randomly.
6 In vCenter Server managed address, enter the vCenter Server system address.
The address can be IPv4, IPv6, a fully qualified domain name, an IP address, or another address
format.
VMware, Inc. 46
vCenter Server and Host Management
7 In vCenter Server name, enter the name of the vCenter Server system.
If you change the DNS name of the vCenter Server, you can use this text box to modify the
vCenter Server name to match.
What to do next
If you made changes to the vCenter Server system unique ID, you must restart the vCenter Server
system for these changes to take effect.
For vCenter Server versions before vCenter Server 5.0, these settings apply to an Active Directory
associated with vCenter Server. For vCenter Server 5.0 and later, these settings apply to vCenter Single
Sign-On identity sources.
Prerequisites
Procedure
4 Click Edit.
6 In User directory timeout, type the timeout interval in seconds for connecting to the directory server.
7 In Query Limit, type the number of users and groups for which you can associate permissions on the
child inventory objects of the vCenter Server system.
You can associate permissions with users and groups from the Add Permissions dialog box that
displays when you click Add permissions in Manage > Permissions for a vSphere inventory object.
8 Select the Enabled check box next to Validation to have vCenter Server periodically check its known
users and groups against the user directory server.
10 Click OK.
VMware, Inc. 47
vCenter Server and Host Management
Prerequisites
Procedure
4 Click Edit.
5 Select Mail.
The SMTP server is the DNS name or IP address of the SMTP gateway to use for sending email
messages.
Note You must type the full email address, including the domain name.
8 Click OK.
What to do next
To test the mail settings, create an alarm that can be triggered by a user action, such as by powering off a
virtual machine, and verify that you receive an email when the alarm is triggered.
Prerequisites
Procedure
4 Click Edit.
6 In Receiver URL, type the host name or IP address of the SNMP receiver.
VMware, Inc. 48
vCenter Server and Host Management
10 Click OK.
The Web service is installed as part of the VMware vCenter Server installation. The Web service is a
required component for third-party applications that use the VMware SDK application programming
interface (API). For information about installing the Web service, see the vSphere Installation and Setup
documentation.
Procedure
4 Click Edit.
5 Select Ports.
6 Click OK.
Prerequisites
Procedure
4 Click Edit.
VMware, Inc. 49
vCenter Server and Host Management
6 In Normal operations, type the timeout interval in seconds for normal operations.
7 In Long operations, enter the timeout interval in minutes for long operations.
8 Click OK.
9 Restart the vCenter Server system for the changes to take effect.
Prerequisites
Procedure
4 Click Edit.
Option Description
Warning (Errors and warnings) Displays warning and error log entries
Info (Normal logging) Displays information, error, and warning log entries
Verbose (Verbose) Displays information, error, warning, and verbose log entries
Trivia (Extended verbose) Displays information, error, warning, verbose, and trivia log entries
7 Click OK.
Changes to the logging settings take effect immediately. You do not need to restart vCenter Server
system.
VMware, Inc. 50
vCenter Server and Host Management
Note Do not use the database retention options if you want to keep a complete history of tasks and
events for your vCenter Server.
Procedure
4 Click Edit.
5 Select Database.
Increase this number if your vCenter Server system performs many operations frequently and
performance is critical. Decrease this number if the database is shared and connections to the
database are costly. Do not change this value unless one of these issues pertains to your system.
7 Select the Enabled check box next to Task cleanup to have vCenter Server periodically delete the
retained tasks.
Information about tasks that are performed on this vCenter Server system is discarded after the
specified number of days.
9 Select the Enabled check box next to Event cleanup to have vCenter Server periodically clean up the
retained events.
Information about events for this vCenter Server system is discarded after the specified number of
days.
11 Click OK.
VMware, Inc. 51
vCenter Server and Host Management
vCenter Server 5.1 and vCenter Server 5.5 always connect to ESXi hosts using SSL thumbprint
certificates. Starting with vCenter Server 6.0, the SSL certificates are signed by VMware Certificate
Authority by default. You can instead use certificates from a third-party CA. Thumbprint mode is
supported only for legacy hosts.
Procedure
4 Click Edit.
6 Determine the host thumbprint for each legacy host that requires validation.
7 Compare the thumbprint you obtained from the host with the thumbprint listed in the vCenter Server
Settings dialog box.
8 If the thumbprints match, select the check box for the host.
Hosts that are not selected will be disconnected after you click OK.
9 Click OK.
You can use Advanced Settings to add entries to the vpxd.cfg file, but not to edit or delete them.
VMware recommends that you change these settings only when instructed to do so by VMware technical
support or when you are following specific instructions in VMware documentation.
Prerequisites
Procedure
4 Click Edit.
VMware, Inc. 52
vCenter Server and Host Management
6 In the Value field, type the value for the specified key.
7 Click Add.
8 Click OK.
Newly added advanced settings have config. appended to the setting keys in the vpxd.cfg file. For
example:
config.example.setting = exampleValue
What to do next
Many advanced settings changes require that the vCenter Server system be restarted before they take
effect. Consult VMware technical support to determine if your changes require a restart.
Procedure
A warning appears at the top of the vSphere Web Client in every active user session advising users to
read the Message of the Day that is set in the relevant vCenter Server system.
The vSphere Web Client displays information about all manageable services running in vCenter Server
and the vCenter Server Appliance. A list of the default services is available for each vCenter Server
instance.
Note Starting with vSphere 6.5, all vCenter Server services and some Platform Services Controller
services run as child processes of the VMware Service Lifecycle Manager service.
Prerequisites
Verify that the user you use to log in to the vCenter Server instance is a member of the
SystemConfiguration.Administrators group in the vCenter Single Sign-On domain.
VMware, Inc. 53
vCenter Server and Host Management
Procedure
2 On the vSphere Web Client Home page, under Administration, click System Configuration.
3 Under System Configuration, click Nodes and select a node from the list.
You see the list of services running in the node you selected. Editable settings are not available for all
manageable services.
Restart the service only if a restart is required to apply the configuration changes.
Note Starting with vSphere 6.5, all vCenter Server services and some Platform Services Controller
services run as child processes of the VMware Service Lifecycle Manager service.
Prerequisites
Verify that the user you use to log in to the vCenter Server instance is a member of the
SystemConfiguration.Administrators group in the vCenter Single Sign-On domain.
Procedure
VMware, Inc. 54
vCenter Server and Host Management
n Restart
n Start
n Stop
Note Restarting the Content Library Service also restarts the Transfer Service and the OVF Service.
The Content Library Service, the Transfer Service, and the OVF Service run on the same Tomcat
server.
There are slight differences between the services available for a vCenter Server instance that runs on a
Windows system and those available for vCenter Server Appliance on Linux.
Note Only the default values of the service properties have undergone all product testing cycles. Avoid
the usage of nondefault values without guidance from VMware.
Note Starting with vSphere 6.5, all vCenter Server services and some Platform Services Controller
services run as child processes of the VMware Service Lifecycle Manager service.
Service Description
Auto Deploy Lets you perform stateless ESXi caching. See Auto Deploy Service.
Content Library Service Manages OVF templates, ISO images, and scripts for vSphere administrators. See Content Library
Service.
Transfer Service Provides support for moving content, such as VM templates, scripts, and ISO images across sites
and vCenter Server instances.
For a list of settings you can configure for this service, see Transfer Service Properties.
For a list of settings you can configure for this service, see VMware Open Virtualization Format
Service.
ImageBuilder Service Lets you manage and customize Image Profiles. See Image Builder Service.
VMware Performance Collects and processes statistical performance data for managed entities into reports in image
Charts Service format that it provides to the vSphere Web Client. See VMware Performance Charts Service.
VMware, Inc. 55
vCenter Server and Host Management
Service Description
VMware vSphere Provides support for joining unattended ESXi hosts to an Active Directory domain by using an
Authentication Proxy account with delegated privileges, enhancing security for PXE-booted hosts and hosts that are
provisioned using Auto Deploy. See VMware vSphere Authentication Proxy.
VMware vSphere ESXi Collects core dumps from remote hosts. See VMware vSphere ESXi Dump Collector.
Dump Collector Service
VMware vSphere Update Provides centralized, automated patch and version management for ESXi hosts, virtual machines,
Manager Extension and virtual appliances. See VMware vSphere Update Manager.
vAPI Endpoint Provides a single point of access to vAPI services. For a list of general settings that you can
configure for this service, see vAPI Endpoint.
Auto Deploy Lets you perform stateless ESXi caching. See Auto Deploy Service.
Content Library Service Manages OVF templates, ISO images, and scripts for vSphere administrators. See Content Library
Service.
Transfer Service Provides support for moving content, such as VM templates, scripts, and ISO images across sites
and vCenter Server instances.
For a list of settings you can configure for this service, see Transfer Service Properties.
For a list of settings you can configure for this service, see VMware Open Virtualization Format
Service.
VMware Performance Collects and processes statistical performance data for managed entities into reports in image
Charts Service format that it provides to the vSphere Web Client. See VMware Performance Charts Service.
VMware vSphere Provides support for joining unattended ESXi hosts to an Active Directory domain by using an
Authentication Proxy account with delegated privileges, enhancing security for PXE-booted hosts and hosts that are
provisioned using Auto Deploy.
VMware vSphere ESXi Collects core dumps from remote hosts. See VMware vSphere ESXi Dump Collector.
Dump Collector Service
vAPI Endpoint Provides a single point of access to vAPI services. For a list of general settings that you can
configure for this service, see vAPI Endpoint.
Auto Deploy and the Auto Deploy Service are installed as part of the vCenter Server installation.
VMware, Inc. 56
vCenter Server and Host Management
Force HTTP for Library Sync false Forces data transfers to go through
HTTP instead of HTTPS, regardless of
the subscription URL protocol. The
usage of HTTP improves the speed of
file transfer but might cause problems if
content libraries contain sensitive
information.
Garbage Collection Start Hour 22 The time of the day when the content
library garbage collection starts.
Garbage Collection Stop Hour 8 The time of the day when the content
library garbage collection stops.
VMware, Inc. 57
vCenter Server and Host Management
Library Auto Sync Refresh Interval 240 Interval between two consequent
(minutes) automatic synchronizations of the
subscribed content library. Measured in
minutes.
Library Auto Sync Setting Refresh 600 Refresh interval for the automatic
Interval (seconds) synchronization settings of the
subscribed library. Measured in seconds.
If you change the refresh interval, you
must restart vCenter Server
Library Auto Sync Start Hour 20 The time of the day when the automatic
synchronization of a subscribed content
library starts.
Library Auto Sync Stop Hour 7 The time of the day when the automatic
synchronization of a subscribed content
library stops. Automatic synchronization
stops until the start hour.
Library HTTP Connection Timeout 500000 The HTTP connection timeout for
(milliseconds) subscribed library, measured in
milliseconds.
Note You must log in as a user with an Administrator or a Content library administrator role to change
the settings of the Content Library service.
VMware, Inc. 58
vCenter Server and Host Management
Http Client Buffer Size 262144 Buffer size of the HTTP client input
stream during transfers, measured in
bytes.
Http Client Socket Timeout 180 Socket timeout of the HTTP client,
measured in seconds.
Http Socket Buffer Size 2048 Buffer size of the HTTP client socket,
measured in bytes.
Intermediary I/O Stream Buffer Size 131072 Maximum size of buffer sitting between
input and output streams during a
transfer, measured in bytes.
Maximum Number of Concurrent Priority 5 Concurrent transfer limit for priority files.
Transfers If exceeded, transfers are queued. This
threadpool is used only to transfer
priority objects.
NFC Connection Socket Timeout 120 Socket timeout for an NFC connection,
measured in seconds. An NFC
connection is opened only when
interacting with a datastore.
NFC Eager-zeroed Thick Disk Write 5400 Eager-zeroed thick disk write timeout for
Timeout an NFC connection, measured in
seconds. This timeout must be larger
than the socket timeout of NFC
connection. An NFC connection is
opened only when interacting with
datastore.
VMware, Inc. 59
vCenter Server and Host Management
OVF Export Session Timeout 5 The amount of time after which the OVF
export session times out. Measured in
minutes.
OVF Import Session Timeout 10 Waiting time before the OVF import
session times out. Measured in minutes.
VMware, Inc. 60
vCenter Server and Host Management
VMware, Inc. 61
vCenter Server and Host Management
Coredump Server UDP Port (1025-9999) 6500 The default port on which the core dump
server communicates.
Repository max size (1-10 GB) 2 The maximum size of the core dump
repository in gigabytes.
Web Server Port 9084 The HTTP port used by ESXi hosts to
access host patch files from vSphere
Update Manager server.
VMware, Inc. 62
vCenter Server and Host Management
vAPI Endpoint
The vAPI endpoint provides a single point of access to vAPI services. You can change the properties of
the vAPI Endpoint service.
[default] endpoint minimum number of 10 The minimum number of threads that are
spare threads always kept alive for the vAPI endpoint.
[default] endpoint queue size 50 The maximum number of tasks that can
queue up for the vAPI endpoint.
[router] Broadcast execution timeout 30 The duration after which vAPI broadcast
routing queries time out, measured in
seconds.
[router] Maximum size of the in-memory 10 The maximum size of the identifier cache
cache that is used for routing vAPI calls
between management nodes. Measured
in megabytes.
[router] Number of broadcast timeout 3 The number of threads that handle vAPI
threads broadcast time outs.
[router] Number of control threads for 10 The number of threads that control the
federated IS queries federated Inventory Service queries for
vAPI routing.
[router] Number of execution threads for 20 The number of threads that perform the
federated IS queries federated Inventory Service queries for
vAPI routing.
Bearer token usage allowance Enabled You can use Bearer SAML tokens in
addition to Holder of Key (HoK) tokens.
Bearer tokens do not have cryptographic
verification of the client identity. Their
security is sufficient only when used over
a secure encrypted connection.
VMware, Inc. 63
vCenter Server and Host Management
Credentials login allowance Enabled vAPI users can authenticate with a user
name and password in addition to using
a SAML token.
Enables REST basic authentication Enabled Enables login service for simple
authentication with user name and
password.
Maximum allowed request size 204800 The maximum allowed request size,
measured in bytes. Set to 0 to disable.
Maximum number of in-flight requests. 2000 The maximum allowed number of in-
flight requests. Set to 0 to disable.
Maximum session idle time 3600000 The maximum time between requests
that a session can remain idle, measured
in milliseconds.
VMware, Inc. 64
vCenter Server and Host Management
Request rate for anonymous calls 3000 Maximum request rate for anonymous
calls. Set to 0 to disable.
Request rate for authorized requests 3800 Maximum request rate for authorized
calls. Set to 0 to disable.
Request rate interval for anonymous 60 Request rate interval for anonymous
calls calls, measured in seconds. This is the
time frame in which only request rates
for anonymous calls are allowed.
Set to 0 to disable.
Request rate interval for authorized calls 60 The request rate interval for authorized
calls, measured in seconds. This is the
time frame in which only
http.authorized.request.rate.count
authorized requests are allowed. Set to 0
to disable.
Timeout for the HTTP connections to 300000 Timeout for the HTTP connections to
vAPI providers vAPI providers, measured in
milliseconds.
vAPI Endpoint solution user Generated at the time of installation vAPI Endpoint solution user.
VMware, Inc. 65
vCenter Server and Host Management
Enhanced Linked Mode provides the following features for both vCenter Server on Windows and
vCenter Server Appliance systems:
n You can log in to all linked vCenter Server systems simultaneously with a single user name and
password.
n You can view and search the inventories of all linked vCenter Server systems within the
vSphere Web Client.
n Roles, permission, licenses, tags, and policies are replicated across linked vCenter Server systems.
To join vCenter Server systems in Enhanced Linked Mode, connect them to the same
Platform Services Controller, or to Platform Services Controllers that share the same vCenter Single Sign-
On domain.
Enhanced Linked Mode requires the vCenter Server Standard licensing level, and is not supported with
vCenter Server Foundation or vCenter Server Essentials.
In vSphere 5.5 and earlier, Linked Mode relied on Microsoft ADAM to provide replication functionality.
Starting in vSphere 6.0, the Platform Services Controller provides replication and ADAM is no longer
required. Because of the change in architecture, you must isolate vCenter Server 5.5 systems from any
Linked Mode groups before upgrading these systems to vCenter Server 6.0. For more information, see
the vSphere Upgrade documentation.
Configure your firewall to allow communication between the vSphere Web Client and vCenter Server by
opening ports 80 and 443.
vCenter Server acts as a web service. If your environment requires the use of a web proxy,
vCenter Server can be proxied like any other web service.
VMware, Inc. 66
Configuring Customer
Experience Improvement
Program 4
When you choose to participate in the Customer Experience Improvement Program (CEIP), VMware
receives anonymous information to improve the quality, reliability, and functionality of VMware products
and services.
n Join the Customer Experience Improvement Program in the vSphere Web Client
To learn about the types of information VMware collects and how it uses this information, visit the VMware
CEIP Portal at http://www.vmware.com/trustvmware/ceip.html
Prerequisites
Procedure
2 On the vSphere Web Client Home page, under Administration, click Customer Experience
Improvement Program.
VMware, Inc. 67
vCenter Server and Host Management
What to do next
To leave and rejoin your host to the CEIP, see Leave and Rejoin the Customer Experience Improvement
Program in the vSphere Single Host Management - VMware Host Client documentation.
VMware, Inc. 68
Organizing Your Inventory 5
Plan how you will set up your virtual environment. A large vSphere implementation might contain several
virtual data centers with a complex arrangement of hosts, clusters, resource pools, and networks. It might
involve multiple vCenter Server systems connected using Enhanced Linked Mode. Smaller
implementations might require a single virtual data center with a much less complex topology. Regardless
of the scale of your virtual environment, consider how the virtual machines it will support are going to be
used and administered.
Here are the questions to answer as you create and organize an inventory of virtual objects:
n Do you want to use multiple vSphere Standard Switches, or you want to have a single vSphere
Distributed Switch per data center?
n Do you want to use vMotion and Distributed Resource Management with certain virtual machines but
not others?
n Will some virtual objects require one set of system permissions, while other objects will require a
different set of permissions?
The left pane of the vSphere Web Client displays your vSphere inventory. You can add and arrange
objects in any way with the following restrictions:
n vApp names must be unique within the Virtual Machines and Templates view.
VMware, Inc. 69
vCenter Server and Host Management
n Set up networking by using vSphere Standard Switches or vSphere Distributed Switches. To use
services such as vMotion, TCP/IP storage, VMware vSAN™, and Fault Tolerance, setup VMkernel
networking for these services. For more information, see vSphere Networking.
n Configure storage systems and create datastore inventory objects to provide logical containers for
storage devices in your inventory. See vSphere Storage.
n Create clusters to consolidate the resources of multiple hosts and virtual machines. You can enable
vSphere HA and vSphere DRS for increased availability and more flexible resource management.
See vSphere Availability for information about configuring vSphere HA and vSphere Resource
Management for information about configuring vSphere DRS.
n Create resource pools to provide logical abstraction and flexible management of the resources in
vSphere. Resource pools can be grouped into hierarchies and used to hierarchically partition
available CPU and memory resources. See vSphere Resource Management for details.
n Add a Host
n Create Clusters
n Create a Folder
Prerequisites
In the vSphere Web Client, verify that you have sufficient permissions to create a data center object.
Procedure
What to do next
Add hosts, clusters, resource pools, vApps, networking, datastores, and virtual machines to the data
center.
VMware, Inc. 70
vCenter Server and Host Management
Add a Host
You can add hosts under a data center object, folder object, or cluster object. If a host contains virtual
machines, those virtual machines are added to the inventory together with the host.
You can also add hosts to a DRS cluster, for details see vSphere Resource Management.
Prerequisites
n Obtain the user name and password of the root user account for the host.
n Verify that hosts behind a firewall are able to communicate with the vCenter Server system and all
other hosts through port 902 or other custom-configured port.
n If you want to add a host with more than 512 LUNs and 2,048 paths to the vCenter Server inventory,
verify that the vCenter Server instance is suitable for a large or x-large environment.
Required privileges:
n System.View on the virtual machines folder where you want to place the virtual machines of the host.
Procedure
1 In the vSphere Web Client, navigate to a data center, cluster, or folder within a data center.
2 Right-click the data center, cluster, or folder and select Add Host.
3 Type the IP address or the name of the host and click Next.
a Click Create New Licenses. The Add Host wizard minimizes in Work in Progress and the
New Licenses wizard appears.
b Type of copy and paste the new license key from My VMware and click Next.
VMware, Inc. 71
vCenter Server and Host Management
8 (Optional) Select a lockdown mode option to disable the remote access for the administrator account
after vCenter Server takes control of this host.
9 (Optional) If you add the host to a data center or a folder, select a location for the virtual machines
that reside on the host and click Next.
A new task for adding the host appears in the Recent Tasks pane. It might take a few minutes for the task
to complete.
Create Clusters
A cluster is a group of hosts. When a host is added to a cluster, the resources of the host become part of
the resources of the cluster. The cluster manages the resources of all hosts within it. Clusters enable,
vSphere High Availability (HA), vSphere Distributed Resource Scheduler (DRS), and the VMware vSAN
features.
Prerequisites
n Verify that a data center, or folder within a data center, exists in the inventory.
Procedure
Option Description
To use DRS with this cluster a Select the DRS Turn ON check box.
b Select an automation level and a migration threshold.
To use HA with this cluster a Select the vSphere HA Turn ON check box.
b Select whether to enable host monitoring and admission control.
c If admission control is enabled, specify a policy.
d Select a VM Monitoring option.
e Specify the virtual machine monitoring sensitivity.
EVC ensures that all hosts in a cluster present the same CPU feature set to virtual machines, even if
the actual CPUs on the hosts differ. This prevents migrations with vMotion from failing due to
incompatible CPUs.
VMware, Inc. 72
vCenter Server and Host Management
7 Click OK.
What to do next
For information about configuring vSphere HA, see vSphere Availability, and for information about
configuring vSphere DRS see vSphere Resource Management. For information about vSAN, see
Administering VMware vSAN .
Create a Folder
You can use folders to group objects of the same type for easier management. For example, permissions
can be applied to folders, allowing you to use folders to group objects that should have a common set of
permissions.
A folder can contain other folders, or a group of objects of the same type. For example, a single folder
can contain virtual machines and another folder containing virtual machines, but it cannot contain hosts
and a folder containing virtual machines.
You can create these types of folders: Host and Cluster folders, Network folders, Storage folders, and VM
and Template folders.
Procedure
1 In the navigator, select either a data center or another folder as a parent object for the folder.
2 Right-click the parent object and select the menu option to create the folder.
Option Description
The parent object is a data center. If the parent object is a data center, you can select the type of folder to create:
n Select All vCenter Actions > New Host and Cluster Folder.
n Select All vCenter Actions > New Network Folder.
n Select All vCenter Actions > New Storage Folder.
n Select All vCenter Actions > New VM and Template Folder.
The parent object is a folder. If the parent object is a folder, the new folder is of the same type as the parent
folder.
Select All vCenter Actions > New Folder.
VMware, Inc. 73
vCenter Server and Host Management
What to do next
Move objects into the folder by right-clicking the object and selecting Move To. Select the folder as the
destination.
VMware, Inc. 74
Tagging Objects 6
Tags allow you to attach metadata to objects in the vSphere inventory to make these objects more
sortable and searchable.
A tag is a label that you can apply to objects in the vSphere inventory. When you create a tag, you assign
that tag to a category. Categories allow you to group related tags together. When you define a category,
you can also specify which object types its tags can be applied to and whether more than one tag in the
category can be applied to an object. For example, if you wanted to tag your virtual machines by guest
operating system type, you might create a category called 'operating system'. You can specify that it
applies to virtual machines only and that only a single tag can be applied to a virtual machine at any time.
The tags in this category might be "Windows", "Linux", and "Mac OS".
If multiple vCenter Server instances are configured to use Enhanced Linked Mode, tags and tag
categories are replicated across all these vCenter Server instances.
n Create a Tag
n Delete a Tag
n Edit a Tag
VMware, Inc. 75
vCenter Server and Host Management
During the migration, the custom attribute names are converted to categories. Custom attribute values
are converted to tag names.
Procedure
1 In the vSphere Web Client object navigator, browse to any object that has custom attributes.
3 Select Actions > Tags & Custom Attributes > Edit Custom Attributes...
The Create Tag Categories page displays the name of each custom attribute as a new tag category.
Option Description
Category Name The category name must be unique to the currently selected vCenter Server
system.
Description You can provide text in the description to describe the purpose or use of the
category.
Cardinality n Select One tag per object to allow only one tag from this category to be
applied to an object at any one time.
Use this option for categories whose tags are mutually exclusive. For
example, a category called Priority with tags High, Medium, and Low should
allow one tag per object, because an object should have only one priority.
n Select Many tags per object to allow multiple tags from the category to be
applied to an object at any one time.
Use this option for categories whose tags are not mutually exclusive.
After you have set the cardinality of a category, you can change the cardinality
from One tag per object to Many tags per object, but not from Many tags per
object to One tag per object.
Associable Object Types Select whether tags in this category can be assigned to all objects or only to a
specific type of managed object, such as virtual machines or datastores.
After you have set the associable object types for a category, you can change a
category that is associable with a single object type to be associable with all
object types. You cannot restrict a category that is associable to all object types to
being associable to a single object type.
VMware, Inc. 76
vCenter Server and Host Management
Option Description
Name The tag name must be unique across all linked vCenter Server systems.
Description You can provide text in the description to describe the purpose or use of the tag.
9 Click Finish.
Every tag must belong to one and only one category. You must create at least one category before
creating any tags.
Prerequisites
Required privilege: vSphere Tagging.Create vSphere Tag Category on the root vCenter Server.
Procedure
1 From the vSphere Web Client Home, click Tags & Custom Attributes.
3
Click the New Category icon ( ).
Option Description
Category Name The category name must be unique to the currently selected vCenter Server
system.
Description You can provide text in the description to describe the purpose or use of the
category.
VMware, Inc. 77
vCenter Server and Host Management
Option Description
Cardinality n Select One tag per object to allow only one tag from this category to be
applied to an object at any one time.
Use this option for categories whose tags are mutually exclusive. For
example, a category called Priority with tags High, Medium, and Low should
allow one tag per object, because an object should have only one priority.
n Select Many tags per object to allow multiple tags from the category to be
applied to an object at any one time.
Use this option for categories whose tags are not mutually exclusive.
After you have set the cardinality of a category, you can change the cardinality
from One tag per object to Many tags per object, but not from Many tags per
object to One tag per object.
Associable Object Types Select whether tags in this category can be assigned to all objects or only to a
specific type of managed object, such as virtual machines or datastores.
After you have set the associable object types for a category, you can change a
category that is associable with a single object type to be associable with all
object types. You cannot restrict a category that is associable to all object types to
being associable to a single object type.
5 Click OK.
Deleting a category also deletes all tags associated with that category.
Prerequisites
Required privilege: vSphere Tagging.Delete vSphere Tag Category on the root vCenter Server.
Procedure
1 From the vSphere Web Client Home, click Tags & Custom Attributes.
3 Select a category from the list and click the Delete Category icon ( ).
Prerequisites
Required privilege: vSphere Tagging.Edit vSphere Tag Category on the root vCenter Server.
VMware, Inc. 78
vCenter Server and Host Management
Procedure
1 From the vSphere Web Client Home, click Tags & Custom Attributes.
Option Description
Category Name The category name must be unique to the currently selected vCenter Server
system.
Description You can provide text in the description to describe the purpose or use of the
category.
Cardinality n Select One tag per object to allow only one tag from this category to be
applied to an object at any one time.
Use this option for categories whose tags are mutually exclusive. For
example, a category called Priority with tags High, Medium, and Low should
allow one tag per object, because an object should have only one priority.
n Select Many tags per object to allow multiple tags from the category to be
applied to an object at any one time.
Use this option for categories whose tags are not mutually exclusive.
After you have set the cardinality of a category, you can change the cardinality
from One tag per object to Many tags per object, but not from Many tags per
object to One tag per object.
Associable Object Types Select whether tags in this category can be assigned to all objects or only to a
specific type of managed object, such as virtual machines or datastores.
After you have set the associable object types for a category, you can change a
category that is associable with a single object type to be associable with all
object types. You cannot restrict a category that is associable to all object types to
being associable to a single object type.
5 Click OK
Create a Tag
You use tags to add metadata to inventory objects. You can record information about your inventory
objects in tags and use the tags in searches.
Prerequisites
Procedure
1 From the vSphere Web Client Home, click Tags & Custom Attributes.
3
Click the New Tag icon ( ).
VMware, Inc. 79
vCenter Server and Host Management
Tag names must be unique within the category in which they are created.
5 (Optional) In the Description text box, enter a description for the tag.
If you select [New Category], the dialogue box expands to show the options for creating a category.
See Create a Tag Category.
7 Click OK.
Prerequisites
Required privilege: vSphere Tagging.Assign or Unassign vSphere Tag on the root vCenter Server
instance.
Procedure
2 From the Actions menu, select Tags & Custom Attributes > Assign Tag.
3 (Optional) From the Categories drop-down menu, select a category to limit the tags displayed to
ones from that category.
That tag is assigned to the object. The assigned tags for each object appear in the list on the Tags tab.
Prerequisites
Required privilege: vSphere Tagging.Assign or Unassign vSphere Tag on the root vCenter Server
instance.
Procedure
2 From the Actions menu, select Tags & Custom Attributes > Remove Tag.
VMware, Inc. 80
vCenter Server and Host Management
Delete a Tag
You can delete a tag when it is no longer needed. Deleting a tag removes it from all the objects to which it
is applied.
Prerequisites
Required privilege: vSphere Tagging.Delete vSphere Tag on the root vCenter Server instance.
Procedure
1 From the vSphere Web Client Home, click Tags & Custom Attributes.
Edit a Tag
You can edit a tag to change its name or description.
After a tag has been created, you cannot change the tag's category.
Prerequisites
Required privilege: vSphere Tagging.Edit vSphere Tag on the root vCenter Server instance.
Procedure
1 From the vSphere Web Client Home, click Tags & Custom Attributes.
5 (Optional) In the Name text box, enter a new name for the tag.
6 (Optional) In the Description text box, edit the description for the tag.
7 Click OK.
Permissions for tags work the same way as permissions set for vCenter Server inventory objects. To learn
about permissions and roles, see vSphere Security .
VMware, Inc. 81
vCenter Server and Host Management
You can set permissions on common tag operations to manage the operations over the inventory objects.
You must have vSphere administrator credentials to set and manage permissions for tags and organize
user's activities. When you create a tag, you can specify which users and groups can operate with that
tag. For example, you can grant administrative rights only to administrators and set read-only permissions
for all other users or groups.
Prerequisites
Grant the privilege.InventoryService.Tagging.label privilege to users that administer tags and tag
categories
Procedure
2 From the vSphere Web Client Home, click Tags & Custom Attributes.
4 Select a tag from the list, right-click the tag, and select Add Permission.
You see a list with all default permissions for the selected tag.
6 In the Users and Groups pane, click Add, select all the users and groups you want to add, and click
OK.
7 (Optional) Select a user or a group from the list and select a role from the Assigned Role list.
8 (Optional) Select Propagate to children to propagate the privileges to the children of the assigned
inventory object.
When working with tags in multiple node situations, expect replication delays between the nodes
(generally 30 seconds to 2 minutes depending on your setup). Follow these best practices to avoid
replication errors:
n After creating a tag, if you immediately assign that tag to a local object, assign it from the
management node where you created the tag.
n After creating a tag, if you immediately assign that tag to a remote object, assign it from the
management node to which the object is local. Depending on your environment setup, allow for
replication time to propagate the new tag before you use the tag.
VMware, Inc. 82
vCenter Server and Host Management
n Avoid simultaneously creating categories and tags from different management nodes before
categories and tags across nodes can finish the replication process. If duplicate categories or tags
are created from different nodes at the same time, the duplicates might not be detected and will
appear. If you see these results, manually delete duplicates from one management node.
After you create the attributes, set the value for the attribute on each virtual machine or managed host, as
appropriate. This value is stored with vCenter Server and not with the virtual machine or managed host.
Use the new attribute to filter information about your virtual machines and managed hosts. If you no
longer need the custom attribute, remove it. A custom attribute is always a string.
For example, suppose that you have a set of products and you want to sort them by sales representative.
Create a custom attribute for the sales person's name, Name. Add the custom attribute, Name, column to
one of the list views. Add the appropriate name to each product entry. Click the column title Name to sort
alphabetically.
The custom attributes feature is available only when you are connected to a vCenter Server system.
Prerequisites
Procedure
1 From the vSphere Web Client Home, click Tags & Custom Attributes.
All currently defined custom attributes for vCenter Server are displayed.
3 Click Add.
c Click OK.
After you have defined an attribute on an object, it is available to all objects of that type in the
inventory. However, the value you specify is applied only to the currently selected object.
5 Click OK.
VMware, Inc. 83
vCenter Server and Host Management
Prerequisites
Procedure
1 Select a managed entity from the inventory and click the Summary tab.
4 (Optional) To rename an attribute, double-click its name in the Attribute text box. Enter a new name,
then click outside the text box to finish editing.
5 (Optional) To change the value of an attribute, double-click the value in the Value text box. Enter a
new value, then click outside the text box to finish editing.
VMware, Inc. 84
License Management and
Reporting 7
vSphere provides centralized a license management and reporting system that you can use to manage
licenses for ESXi hosts, vCenter Server systems, vSAN clusters, and solutions. Solutions are products
that integrate with vSphere such as VMware Site Recovery Manager, vCloud Networking and Security,
vRealize Operations Manager, and others.
n Licensing for Environments with vCenter Server Systems 6.0 and Later, and 5.5
If your vSphere 6.0 or later environment consists of vCenter Server 6.0 or later, and 5.5 systems,
consider the differences in the license management and reporting between vSphere 6.0 and later,
and vSphere 5.5.
n Suite Licensing
Suite products combine multiple components to provide a certain set of capabilities. Suite products
have a single license that you can assign to all suite components. When participating in a suite, suite
components have different licensing models than their standalone versions. Examples of suite
products are vCloud Suite and vSphere with Operations Management.
n Managing Licenses
To license an asset in vSphere, you must assign it a license that holds an appropriate product
license key. You can use the license management functionality in the vSphere Web Client to license
multiple assets at a time from a central place. Assets are vCenter Server systems, hosts, vSAN
clusters, and solutions.
VMware, Inc. 85
vCenter Server and Host Management
License Key A license key encodes details about the product it is associated with, the
license expiration date, the license capacity, and other information. The
license key is assigned to an object to activate the functionality of its
associated product.
License A container for a license key of a VMware product. To use a license key,
you create a license object in the vSphere Web Client, and insert the
license key into the license. After the license is created, you can assign it to
assets.
Product Edition A set of specific features that are associated with a unique license key.
When assigned, the license key unlocks the features in the product edition.
Examples of product editions are vSphere Enterprise, vSphere Standard,
vCenter Server Essentials, and so on.
Solution A product that is packed and distributed independently from vSphere. You
install a solution in vSphere to take advantage of certain functionality. Every
solution has a licensing model specific for the solution, but uses the
License Service for license management and reporting. Examples of
solutions are VMware Site Recovery Manager, vRealize Operations
Manager, vCloud Network and Security, and so on.
VMware, Inc. 86
vCenter Server and Host Management
Asset Any object in vSphere that requires licensing. If the license has sufficient
capacity, the license administrator in vSphere can assign one license to
one or multiple assets of the same type. Suite licenses can be assigned to
all assets that are part of the suite. Assets are vCenter Server systems,
ESXi hosts, and products that integrate with vSphere such as VMware Site
Recovery Manager, vRealize Operations Manager, and others.
License Capacity The number of units that you can assign to assets. The units of a license
capacity can be of different types depending on the product that the license
is associated with. For example, a license for vCenter Server determines
the number of vCenter Server systems that you can license.
License use The number of units that an asset uses from the capacity of a license. For
example, if you assign a per-virtual-machine license to VMware Site
Recovery Manager, the license use for VMware Site Recovery Manager is
the number of protected virtual machines.
You can use the License Service with newly installed vSphere 6.0 and later environments. You can also
use the License Service with environments that are upgraded from vSphere 5.x to vSphere 6.0 and later.
For details about upgrading the license management in vCenter Server 5.x to the License Service in
vSphere 6.0 and later, see the vSphere Upgrade guide.
The License Service provides an inventory of licenses in the vSphere environment, and manages the
license assignments for ESXi hosts, vCenter Server systems, and clusters with enabled vSAN. The
License Service also manages the license assignments for products that integrate with vSphere, such as
vRealize Operations Manager, and VMware Site Recovery Manager.
If your vSphere environment has several Platform Services Controllers that are joined through one
vCenter Single Sign-on domain, the licensing inventory is replicated across all
Platform Services Controllers. This way, the licensing data for each asset and all available licenses are
replicated across all the Platform Services Controllers. Each individual Platform Services Controller
contains a copy of that data and licenses for all the Platform Services Controllers.
Note Licensing data is replicated across multiple Platform Services Controllers on a 10-minute interval.
For example, suppose that your environment consists of two Platform Services Controllers that are
connected to four vCenter Server systems each, and every vCenter Server system has 10 hosts
connected to it. The License Service stores information about the license assignments and uses for all
eight vCenter Server systems, and the 80 hosts that are connected to those systems. The License
Service also lets you manage the licensing for all eight vCenter Server systems and the 80 hosts that are
connected to them through the vSphere Web Client.
VMware, Inc. 87
vCenter Server and Host Management
The License Service in vSphere 6.0 and later manages the licensing data for all ESXi hosts, vSAN
clusters, and solutions that are associated with the vCenter Server 6.0 and later systems in the vSphere
environment. However, every standalone vCenter Server 5.5 system manages the licensing data only for
the hosts, solutions, and vSAN clusters that are associated with that system. Licensing data for linked
vCenter Server 5.5 systems is replicated only for the vCenter Server 5.5 systems in the group.
Due to the architectural changes in vSphere 6.0 and later, you can either manage the licensing data for all
assets that are associated with all vCenter Server 6.0 and later systems in vSphere, or manage the
licensing data for individual vCenter Server 5.5 systems or a group of linked vCenter Server 5.5 systems.
The licensing interface in the vSphere Web Client 6.0 and later allows you to select between all
vCenter Server 6.0 and later systems and vCenter Server 5.5 systems.
To license an ESXi host, you must assign it a vSphere license that meets the following prerequisites:
n The license must have sufficient CPU capacity to license all physical CPUs on the host. For example,
to license two ESXi hosts that have four CPUs each, you need a vSphere license with a minimum
capacity of 8 CPUs to the hosts.
n The license must support all the features that the host uses. For example, if the host is associated
with a vSphere Distributed Switch, the license that you assign must support the vSphere Distributed
Switch feature.
If you attempt to assign a license that has insufficient capacity or does not support the features that the
host uses, the license assignment fails.
VMware, Inc. 88
vCenter Server and Host Management
You can assign and reassign the CPU capacity of a vSphere license to any combination of ESXi hosts.
You can assign a vSphere license for 10 CPUs to any of the following combinations of hosts:
Dual-core and quad-core CPUs, such as Intel CPUs that combine two or four independent CPUs on a
single chip, count as one CPU.
Evaluation Mode
When you install ESXi, its default license is evaluation mode. Evaluation mode licenses expire after 60
days. An evaluation mode license provides the set of features that equals the highest vSphere product
edition.
If you assign a license to an ESXi host before its evaluation period expires, the time available in the
evaluation period decreases by the time already used. To explore the entire set of features available for
the host, set it back to evaluation mode, and use it for the remaining evaluation period.
For example, if you use an ESXi host in evaluation mode for 20 days, then assign a vSphere Standard
license to the host, and then set the host back to evaluation mode, you can explore the entire set of
features available for the host for the remaining evaluation period of 40 days.
If you upgrade an ESXi host to a version that starts with a different number, you must apply a new
license. For example, if you upgrade an ESXi host from 5.x to 6.x, you need to license the host with a
vSphere 6 license.
vSphere Desktop
vSphere Desktop is intended for VDI environments such as Horizon View. The license usage for vSphere
Desktop equals the total number of powered on desktop virtual machines running on the hosts that are
assigned a vSphere Desktop license.
VMware, Inc. 89
vCenter Server and Host Management
To license a vCenter Server system, you need a vCenter Server license that has the capacity for at least
one instance.
Evaluation Mode
When you install a vCenter Server system, it is in evaluation mode. An evaluation mode license of a
vCenter Server system expires 60 days after the product is installed no matter whether you assign a
license to vCenter Server or not. You can set vCenter Server back to evaluation mode only within 60 days
after its installation.
For example, suppose that you install a vCenter Server system and use it in evaluation mode for 20 days
and assign the system an appropriate license. The evaluation mode license of vCenter Server will expire
after the remaining 40 days of the evaluation period.
If you upgrade vCenter Server to a version that starts with a different number, you must apply a new
license. For example, if you upgrade a vCenter Server system from 5.x to 6.x, you must license the
system with a vCenter Server 6 license.
If you upgrade the edition of the license, for example, from vCenter Server Foundation to vCenter Server
Standard, replace the existing license on the system with the upgraded license.
Similar to vSphere licenses, vSAN licenses have per CPU capacity. When you assign a vSAN license to a
cluster, the amount of license capacity used equals the total number of CPUs in the hosts participating in
the cluster. For example, if you have a vSAN cluster that contains 4 hosts with 8 CPUs each, assign the
cluster a vSAN license with a minimum capacity of 32 CPUs.
The license use of the vSAN is recalculated and updated in one of the following cases:
VMware, Inc. 90
vCenter Server and Host Management
You must maintain the vSAN clusters in compliance with the vSAN licensing model. The total number of
CPUs of all hosts in the cluster must not exceed the capacity of the vSAN license that is assigned to the
cluster.
To remain EULA compliant, the license use for vSAN for Desktop must not exceed the license capacity.
The number of powered on desktop VMs in a vSAN cluster must be less than or equal to the license
capacity of vSAN for Desktop.
Suite Licensing
Suite products combine multiple components to provide a certain set of capabilities. Suite products have
a single license that you can assign to all suite components. When participating in a suite, suite
components have different licensing models than their standalone versions. Examples of suite products
are vCloud Suite and vSphere with Operations Management.
A vCloud Suite edition combines components such as vSphere, vCloud Director, vCloud Networking and
Security, and others, under a single license. vCloud Suite editions are licensed on per-CPU basis. Many
of the vCloud Suite components are also available as standalone products licensed on per-virtual
machine basis. However, when these components are obtained through vCloud Suite, they are licensed
on per-CPU basis.
The components from a vCloud Suite edition are activated with a single license key. For example, if you
have a license key for vCloud Suite Standard, you assign the same key to all assets that will run vCloud
Suite. For example, such assets include ESXi hosts, vCloud Automation Center, vCloud Director, and
others.
VMware, Inc. 91
vCenter Server and Host Management
All virtual machines running on a CPU licensed with a vCloud Suite edition can use all components
included in that vCloud Suite edition. You can run unlimited number of virtual machines on the CPUs that
are licensed with a vCloud Suite edition. To run virtual machines on CPUs that are not licensed for vCloud
Suite, you need individual licenses for the products that you want to use.
For more information about the licensing model of vCloud Suite, see the vCloud Suite documentation.
vSphere with Operations Management is licensed on a per-processor basis. To run vSphere with
Operations Management, you must assign ESXi hosts a vSphere with Operations Management license.
You can run unlimited number of virtual machines on the hosts that are licensed for vSphere with
Operations Management.
Managing Licenses
To license an asset in vSphere, you must assign it a license that holds an appropriate product license key.
You can use the license management functionality in the vSphere Web Client to license multiple assets at
a time from a central place. Assets are vCenter Server systems, hosts, vSAN clusters, and solutions.
In vSphere, you can assign one license to multiple assets of the same type if the license has enough
capacity. You can assign a suite license to all components that belong to the suite product edition. For
example, you can assign one vSphere license to multiple ESXi hosts, but you cannot assign two licenses
to one host. If you have a vCloud Suite license, you can assign the license to ESXi hosts, vCloud
Networking and Security, vCenter Site Recovery Manager, and so on.
Prerequisites
n To view and manage licenses in the vSphere environment, you must have the Global.Licenses
privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing, select Licenses.
VMware, Inc. 92
vCenter Server and Host Management
3
Click the Create New Licenses ( ) icon.
4 In the text area of the Enter licenses keys page, enter one license key per line, and click Next.
The license key is a 25-symbol string of letters and digits in the format
XXXXX-XXXXX-XXXXX-XXXXX-XXXXX. You can enter a list of keys in one operation. A new license will
be created for every license key that you enter.
5 On the Edit license names page, rename the new licenses as appropriate and click Next .
6 On the Ready to complete page, review the new licenses and click Finish.
A new license is created for every license key that you entered.
What to do next
Assign the new licenses to hosts, vCenter Server systems, or other products that you use with vSphere.
You must not keep unassigned licenses in the inventory.
Prerequisites
n To view and manage licenses in the vSphere environment, you must have the Global.Licenses
privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing, select Licenses.
a
Click the Create New License ( ) icon.
b In the New Licenses dialog box, type or copy and paste a license key and click Next.
VMware, Inc. 93
vCenter Server and Host Management
c On the Edit license names page, rename the new license as appropriate and click Next.
d Click Finish.
e In the Assign License dialog, select the newly-created license, and click OK.
The license is assigned to the assets. Capacity from the license is allocated according to the license
usage of the assets. For example, if you assign the license to 3 hosts with 4 CPUs each, the consumed
license capacity is 12 CPUs.
Prerequisites
n To view and manage licenses in the vSphere environment, you must have the Global.Licenses
privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
b In the New Licenses dialog box, type or copy and paste a license key and click Next.
c On the Edit license names page, rename the new license as appropriate and click Next.
d Click Finish.
e In the Assign License dialog, select the newly-created license, and click OK.
The license is assigned to the host. Capacity from the license is allocated according to the license usage
of the host.
VMware, Inc. 94
vCenter Server and Host Management
Prerequisites
n To view and manage licenses in the vSphere environment, you must have the Global.Licenses
privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
a
Click the Create New License ( ) icon.
b In the New Licenses dialog box, type or copy and paste a license key and click Next.
c On the Edit license names page, rename the new license as appropriate and click Next.
d Click Finish.
e In the Assign License dialog, select the newly-created license, and click OK.
The license is assigned to the vCenter Server system, and one instance from the license capacity is
allocated for thevCenter Server system.
If you upgrade, combine, or divide vSAN licenses, you must assign the new licenses to vSAN clusters.
When you assign a vSAN license to a cluster, the amount of license capacity that used equals the total
number of CPUs in the hosts participating in the cluster. The license use of the vSAN cluster is
recalculated and updated every time you add or remove a host from the cluster. For information about
managing licenses and licensing terminology and definitions, see the vCenter Server and Host
Management documentation.
When you enable vSAN on a cluster, you can use vSAN in evaluation mode to explore its features. The
evaluation period starts when vSAN is enabled, and expires after 60 days. To use vSAN, you must
license the cluster before the evaluation period expires. Just like vSphere licenses, vSAN licenses have
per CPU capacity. Some advanced features, such as all-flash configuration and stretched clusters,
require a license that supports the feature.
VMware, Inc. 95
vCenter Server and Host Management
Prerequisites
n To view and manage vSAN licenses, you must have the Global.Licenses privilege on the
vCenter Server systems, where the vSphere Web Client runs.
Procedure
1 In the vSphere Web Client, navigate to a cluster where you have enabled vSAN.
a
Click the Create New License ( ) icon.
b In the New Licenses dialog box, type or copy and paste a vSAN license key and click Next.
c On the Edit license names page, rename the new license as appropriate and click Next.
d Click Finish.
e In the Assign License dialog box, select the newly created license, and click OK.
Different products have different terms for using their evaluation mode. Before you set an asset to
evaluation mode, you should consider the specifics for using the evaluation mode of its associated
product. For details, see the licensing model documentation for the relevant product at Licensing for
Products in vSphere
Prerequisites
n To view and manage licenses in the vSphere environment, you must have the Global.Licenses
privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing, select Licenses.
VMware, Inc. 96
vCenter Server and Host Management
The asset is in evaluation mode. You can explore the entire set of features that are available for the asset.
Note You must assign an appropriate license to the asset before its evaluation period expires. Otherwise
the asset will get into unlicensed state and certain functionality will be blocked.
Rename a License
After you create a license, you can change its name.
Prerequisites
n To view and manage licenses in the vSphere environment, you must have the Global.Licenses
privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing, select Licenses.
Remove Licenses
To remain in compliance with the licensing models of products that you use with vSphere, you must
remove all unassigned licenses from the inventory. If you have divided, combined, or upgraded licenses in
My VMware, you must remove the old licenses.
For example, suppose that you have upgraded a vSphere license from 6.0 to 6.5 in My VMware. You
assign the license to ESXi 6.5 hosts. After assigning the new vSphere 6.5 licenses, you must remove the
old vSphere 6.0 license from the inventory.
Prerequisites
n To view and manage licenses in the vSphere environment, you must have the Global.Licenses
privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing, select Licenses.
3 From the Show drop-down menu, select Unassigned to display only the unassigned licenses.
5
Click Remove Licenses ( ).
VMware, Inc. 97
vCenter Server and Host Management
Prerequisites
n To view and manage licenses in the vSphere environment, you must have the Global.Licenses
privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing, select Licenses.
2 Select a tab for the licensing information that you want to view.
Tab Description
Licenses Lists all licenses that are available in the vSphere environment. For every license,
you can view the associated license key, license usage, license capacity, and
expiration date.
Products Lists the products that have licenses available in the vSphere environment. You
can view the licenses that are available for every product, licensed features,
license usage, and license capacity.
Assets Displays licensing information about the assets that are available in the vSphere
environment. Assets are vCenter Server systems, hosts, vSAN clusters, and
other products that you use with vSphere that are listed under Solutions.
What to do next
To comply with the EULA of vSphere and the products that you use with vSphere, you should not keep
unassigned licenses in the inventory.
n Remove all expired licenses or licenses that you do not intend to assign. For example, if you have
upgraded, divided, or combined any licenses in My VMware, you must remove the old licenses from
the inventory.
VMware, Inc. 98
vCenter Server and Host Management
Prerequisites
n To view and manage licenses in the vSphere environment, you must have the Global.Licenses
privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing, select Licenses.
2 Select Products.
3 In the table, select the product for which you want to view information.
4 To view the licenses that are available for the product, click the arrow next to the product name to
expand the row.
5 To view the licensed features for the product, click the View Features toolbar icon.
Prerequisites
n To view and manage licenses in the vSphere environment, you must have the Global.Licenses
privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing, select Licenses.
3 Select the vCenter Server systems, Hosts, Clusters or the Solutions option.
4 Select an asset and click the View Features in Use toolbar icon.
Prerequisites
n To view and manage licenses in the vSphere environment, you must have the Global.Licenses
privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing, select Licenses.
VMware, Inc. 99
vCenter Server and Host Management
Prerequisites
n To view and manage licenses in the vSphere environment, you must have the Global.Licenses
privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
1 In the vSphere Web Client, navigate to the asset whose licensed features you want to view.
The list of features that you can configure on the asset appears on the right.
You can use the license reporting in vSphere for the following tasks:
n View statistics about the license use and capacity for all products that have been assigned licenses in
vSphere for a certain time period.
n Export license use reports in CSV format for further analysis and processing.
The License Service takes snapshots of the license use in the vSphere environment every day. A license
use snapshot contains data about the current license assignment and use. The license use information
that you can view in the license reporting interface contains aggregated statistics from the snapshots that
are collected in the period that you select.
The license use reports that you can export in CSV format contain the raw data from the license use
snapshots that are collected during the selected period. You can analyze the data from CSV reports by
aggregating it with third-party tools or scripts.
Prerequisites
n To view and generate license use reports for the products in vSphere, you must have the
Global.Licenses privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing select Reports.
2 From the Time period drop-down menu, select a preconfigured or a custom time period for which
you want to generate license use data.
3 If you select a custom time period, select the start and end dates, and click Recalculate.
The Report Summary shows the license usage for each product as a percentage of the license capacity
for the product over the selected period.
Prerequisites
n To view and generate license use reports for the products in vSphere, you must have the
Global.Licenses privilege on the vCenter Server system, where the vSphere Web Client runs.
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing select Reports.
2 From the Time period drop-down menu, select a preconfigured or a custom time period for which
you want to generate license usage data.
3 If you select a custom time period, specify the start and end dates, and click Recalculate.
Details about the license usage for the selected product appear. The Usage Breakdown table lists all the
licenses for the product that are assigned to assets in the selected period. The table can list licenses that
are not used currently but were assigned to assets in the selected period.
The License Service collects license usage snapshots every day. The license usage on the Usage
Breakdown table is an aggregated value from the raw data in the license usage snapshots that are
collected within the selected time period.
Important A tamper-detection feature in the License Service protects the license usage information. If
the licensing data in the License Service database has been edited, you cannot export a license usage
report.
Prerequisites
n To export license usage reports, you must have the Global.Licenses privilege on the vCenter Server
system, where the vSphere Web Client runs.
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing select Reports.
3 Select a preconfigured or a custom time period for the license usage report from the Time period
drop-down menu.
5 Click Save.
6 Browse to the location where you want to save the file and click Save.
The license usage for products over the selected time period is exported in a CSV file. The CSV file is
contained in a .zip file that is saved to the location that you specified.
The exported report contains raw data about the license usage of products over the selected period. The
rows of the exported CSV file list the license usage snapshots that the License Service has collected daily
over the selected period. You can use third-party tools to open the CSV report and analyze its data.
A license usage snapshot contains data about the assigned licenses, associated products, license
expiration date, license units (cost units), capacity, usage, asset ID, and so on. Permanent licenses do not
have an expiration date listed. vCloud Suite is licensed on per CPU basis, and so, the license usage for
vCloud Suite products is reflected only for ESXi hosts that are assigned licenses from the corresponding
vCloud Suite editions.
The Import My VMware License Key Data feature helps you keep your vCenter Server license keys data
synchronized with the license keys data in My VMware. To import license keys data, you use a .CSV file
that you generate in the My VMware reports section. After you import the .CSV file, you can view the My
VMware data in the License List and the License Summary.
With the import feature, you can complete the following tasks:
n Add or update My VMware license keys details, such as notes, custom labels, contracts, orders, and
so on, in your vCenter license inventory.
n Identify any license keys in your vCenter license inventory that have been combined, divided,
upgraded, or downgraded in My VMware to help you with license compliance.
To import license keys data and synchronize your vSphere environment with your My VMware
environment, follow the Import License Keys Data wizard.
Procedure
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing, select Licenses.
3 To learn about the tasks that you can complete with the wizard, read the About this feature
information.
4 (Optional) If you no longer want to view the About this feature information, select Don't show me
this again.
5 Click Next.
The .CSV file is a list of keys that are active keys in My VMware. The .CSV file contains up-to-date license
keys information from your My VMware environment, including the account name and number, the
product for which the license is purchased, the license quantity, various license key notes, the support
level, the license support and license coverage end date, the order number, history data, and so on.
Procedure
1 Log in to https://my.vmware.com.
2 On the MyVMware home page, click Download Reports in the top right corner.
3 In the Select a Report section, click Available Reports and select Products, Licenses, Details,
and History.
4 In the Select Accounts section, select the account, for which you want to generate the report.
7 (Optional) To receive an email when the report is ready, select Send email when report is created.
Your report request is submitted and when the report is ready, you can download it from the list of
saved reports.
9 To download the .CSV file that you must import to vSphere, click the CSV icon next to your report.
Do not change the formatting of the original .CSV file report. For information how to preview the .CSV
file report and view the data without damaging the .CSV file, see Using CSV files
You upload the .CSV file that you generate in My VMware on the Upload import file page of the Import
License Keys Data wizard.
Note Do not open in Microsoft Excel or any other software the .CSV file that you plan to upload to your
vCenter license inventory. Upload only the original .CSV file after you generate it in My VMware. If you
want to preview the report data in the .CSV file, make a copy of the file and preview the copy instead. For
information how to preview CSV files, seeUsing CSV files.
After you upload the .CSV file to your vSphere environment, the system analyzes the data in the file and
compares the data to the current license keys information in your vCenter license inventory. Based on the
results of the analysis, the system concludes what actions you must perform in order to update your
vCenter license inventory with the current details from your My VMware environment.
For information about the types of actions that the system might recommend you to perform based on
the .CSV file analysis, seePreview the Results of the Imported CSV File Analysis.
Procedure
1 On the Upload Import File page of the Import License Keys Data wizard, click Browse to locate
the .CSV file that you want to upload, select the file, and click Open.
2 Click Next.
After you upload the .CSV file that you generated in My VMware to your vSphere environment, the system
analyzes the license keys in that .CSV file and compares them to the licenses in your vCenter license
inventory. The following events occur as a result of the analysis:
n If the .CSV report contains licenses, which are missing in the vCenter license inventory, the analysis
automatically offers to add the missing licenses to the vCenter license inventory.
n The system updates the vCenter licenses metadata after you finish the Import License Keys Data
wizard, to ensure that your vCenter license inventory contains the most up-to-date metadata from My
VMware.
n If the system determines that your vCenter license inventory contains licenses that are invalid or
upgraded, or both, the system proposes actions that you can take to update your vCenter license
inventory at the last page of the Import License Keys Data wizard.
Based on the conclusions from the analyzed data, the system proposes actions that you must perform in
order to update your vCenter license inventory with details from your My VMware environment. You can
view the conclusions from the analysis on the File analysis page of the Import License Keys Data
wizard.
Depending on the results from the.CSV file analysis, the system makes conclusions about the status of
the license keys details in your vCenter license inventory and might recommend that you perform some of
the following actions, in order to update your vSphere environment with up-to-date license keys details
from My VMware:
n Update license keys in your vCenter license inventory with details from your My VMware, including
contracts, orders, and so on. The system performs this operation automatically after you complete the
wizard.
n Add to your vCenter license inventory new license keys from My VMware, along with their details. You
must perform this operation manually. To select license keys to add to your vCenter license inventory,
see Add License Keys to Your vCenter License Inventory
n View license keys in your vCenter license inventory that have been combined, split, upgraded, or
downgraded in My VMware. To view the keys that have been combined, split, upgraded, or
downgraded, download the generated recommendation report at the end of the Import License Keys
Data wizard.
n Upgrade the keys in your vCenter license inventory that have upgrade keys available in My VMware.
To view what keys in your vCenter license inventory have upgrade keys available in My VMware,
download the generated recommendation report at the end of the Import License Keys Data wizard.
Procedure
2 Click Next.
All license keys in the list are selected by default and are added to your vCenter license inventory when
you complete the Import License Keys Data wizard. If you do not want to add a particular key, deselect
it in the list.
Some of the license keys that you add on the Add license keys page of the wizard might be replacement
keys for inactive keys that are currently in your vCenter license inventory. An inactive key is a key that is
combined, divided, upgraded, or downgraded. To complete the replacement of inactive license keys with
new license keys from My VMware, you must manually remove the inactive keys. For information about
removing inactive license keys, see Remove License Keys That Have Been Combined, Divided,
Upgraded, or Downgraded
Other license keys that you add on the Add license keys page of the wizard might be upgrade keys for
some old license keys in your vCenter license inventory. To complete the upgrade process of old keys in
your vCenter license inventory with new keys from My VMware, you must manually remove the inactive
keys. For information about completing the license key upgrade process, see Upgrade License Keys in
Your vCenter License Inventory
Procedure
1 (Optional) If your vCenter license inventory contains all license keys in the uploaded .CSV file, click
Next to proceed to the last step of the wizard and see Complete the License Key Import Process.
If your vCenter license inventory contains all license keys in the uploaded .CSV file, the list on the
Add License Keys page is empty.
2 (Optional) To view license key details, such as account name and number, order number, important
dates, and support level, click a license key in the list.
The information is displayed in the My VMware License Keys Details section below the license keys
list.
3 (Optional) To change the license key name, double-click a license key in the list and specify a new
name for the license key.
The new name is automatically saved when you click anywhere in the list.
4 (Optional) To export license keys into a .CSV file, click the arrow next to the Export button, choose an
option from the pop-up menu, and click Save.
5 Click Next.
Depending on the results from the .CSV file analysis, the system might perform one or more of the
following actions:
n Automatically update existing license keys in your vCenter license inventory with details from My
VMware, such as contracts, orders, and so on, after you complete the wizard.
n Automatically add to your vCenter license inventory new license keys with details from My VMware,
such as contracts, orders, and so on, after you complete the wizard.
n Generate recommendation reports, only available on the Ready to complete page of the wizard, that
you must download and use to update your vCenter license inventory with details from My VMware,
such as contracts, orders, and so on. For more information on the generated recommendation
reports, see Using Generated Recommendation Reports
Procedure
1 (Optional) To remove license keys in your vCenter license inventory that have been combined, split,
upgraded, or downgraded in My VMware, download the
Combined_Split_Upgraded_and_Downgraded_License_Keys.csv report. For information how to
manually remove license keys that have been combined, split, upgraded, or downgraded, see
Remove License Keys That Have Been Combined, Divided, Upgraded, or Downgraded
2 (Optional) To upgrade license keys in your vCenter license inventory that have upgrade keys
available in My VMware, download the Upgraded_License_Keys.csv report. For information how to
manually upgrade your assets, change your license assignments, and remove the upgraded license
keys, seeUpgrade License Keys in Your vCenter License Inventory
If you attempt to import a .csv file that you first open in another program, the Import License Keys Data
wizard displays a warning that the file you use is not in the correct format, and that some of the data
might not be available in vSphere.
Even if you successfully import the .csv file after you reformat it, the reformatting might corrupt the data,
which might cause the last page of the wizard recommend some invalid actions.
Note The recommendation reports are only available on the Ready to complete page of the Import
License Keys Data wizard. Download the reports to manually perform the recommended actions.
For information how to remove from your vSphere license inventory existing license keys that have been
combined, divided, upgraded, or downgraded in My VMware, see Remove License Keys That Have Been
Combined, Divided, Upgraded, or Downgraded
For information how to manually upgrade your assets, change your license assignments, and remove
license keys from your vCenter license inventory that have upgrade keys available in My VMware, see
Upgrade License Keys in Your vCenter License Inventory
When you add license keys to your vCenter license inventory that the system proposes on the Add
license keys page of the Import License Keys Data wizard, and after you complete the wizard, you
update your vCenter license inventory with new license keys and license keys that are replacement for
some inactive keys in your vCenter license inventory. An inactive key is a key that is combined, divided,
upgraded, or downgraded. To complete the replacement of inactive keys with new keys from My VMware,
you must manually remove the keys that the
Combined_Divided_Upgraded_and_Downgraded_License_Keys.csv report indicates as inactive.
Prerequisites
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing, select Licenses.
4 View the inactive key in the .CSV file, select that same key in the Licenses tab in the
vSphere Web Client, click the Remove Licenses icon, and click Yes.
The inactive license key is no longer in your vCenter license inventory and the inventory now only
contains up-to-date keys from My VMware.
What to do next
To use product features, assign the licenses to assets after you add your license keys to your vCenter
license inventory.
When you add license keys to your vCenter license inventory that the system proposes on the Add
license keys page of the Import License Keys Data wizard, and after you complete the wizard, you
update your vCenter license inventory with new license keys that must upgrade some old keys in your
vCenter license inventory. To complete the upgrade process for the old keys in your vCenter license
inventory with new keys from My VMware, you must manually remove the keys that the
Upgraded_License_Keys.csv report indicates as inactive.
Prerequisites
Verify that you have the Upgraded_License_Keys.csv report that is only available to download on the
Ready to complete page of the Import License Keys Data wizard.
Procedure
1 In the vSphere Web Client, select Administration, and under Licensing, select Licenses.
3 Open your Upgraded_License_Keys.csv file and locate the Inactive Key in Use in vCenter
column.
4 View the inactive key in the .CSV file, select that same key in the Licenses tab in the
vSphere Web Client, click the Remove Licenses icon, and click Yes.
What to do next
To use product features, assign the licenses to assets after you add your license keys to your vCenter
license inventory.
n Managing Tasks
n Schedule Tasks
Managing Tasks
Tasks represent system activities that do not complete immediately, such as migrating a virtual machine.
They are initiated by high-level activities that you perform with the vSphere Web Client in real time and
activities that you schedule to occur at a later time or on a recurring basis.
For example, powering off a virtual machine is a task. You can perform this task manually every evening,
or you can set up a scheduled task to power off the virtual machine every evening for you.
View Tasks
You can view tasks that are associated with a single object or all objects in the vSphere Web Client.
By default, the tasks list for an object also includes tasks performed on its child objects. You can filter the
list by removing tasks performed on child objects and by using keywords to search for tasks.
If you are logged in to a vCenter Server system that is part of a Connected Group, a column in the task
list displays the name of the vCenter Server system on which the task was performed.
Procedure
The task list contains tasks performed on the object and detailed information, such as target, task
status, initiator, and start/completion time of the task.
3 (Optional) To view related events for a task, select the task in the list.
Schedule Tasks
You can schedule tasks to run once in the future or multiple times, at a recurring interval.
The tasks you can schedule are listed in the following table.
Add a host Adds the host to the specified data center or cluster.
Change the power state of a virtual machine Powers on, powers off, suspends, or resets the state of the virtual machine.
Change cluster power settings Enable or disable DPM for hosts in a cluster.
Change resource settings of a resource pool Changes the following resource settings:
or virtual machine n CPU – Shares, Reservation, Limit.
n Memory – Shares, Reservation, Limit.
Check compliance of a profile Checks that a host's configuration matches the configuration specified in a host
profile.
Clone a virtual machine Makes a clone of the virtual machine and places it on the specified host or
cluster.
Create a virtual machine Creates a new virtual machine on the specified host.
Deploy a virtual machine Creates a new virtual machine from a template on the specified host or cluster.
Migrate a virtual machine Migrate a virtual machine to the specified host or datastore by using migration
or migration with vMotion.
Make a snapshot of a virtual machine Captures the entire state of the virtual machine at the time the snapshot is
taken.
Scan for Updates Scans templates, virtual machines, and hosts for available updates.
This task is available only when vSphere Update Manager is installed.
Remediate Installs missing patches from the baselines selected for remediation on the
hosts discovered during the scan operation and applies the newly configured
settings.
This task is available only when vSphere Update Manager is installed.
You create scheduled tasks by using the Scheduled Task wizard. For some scheduled tasks, this wizard
opens the wizard used specifically for that task. For example, if you create a scheduled task that migrates
a virtual machine, the Scheduled Task wizard opens the Migrate Virtual Machine wizard, which you use
to set up the migration details.
Scheduling one task to run on multiple objects is not possible. For example, you cannot create one
scheduled task on a host that powers on all virtual machines on that host. You must create a separate
scheduled task for each virtual machine.
After a scheduled task runs, you can reschedule it to run again at another time.
If the task to schedule is not available in the vSphere Web Client, use the vSphere API. See the vSphere
SDK Programming Guide.
Caution Do not schedule multiple tasks simultaneously on the same object. The results are
unpredictable.
Prerequisites
Procedure
1 In the vSphere Web Client, navigate to the object for which you want to schedule a task.
4 From the Schedule New Task drop-down menu, select the task to schedule.
A wizard opens for the task with (scheduled) appended next to its name. The wizard contains a
Scheduling options page, where you configure the scheduling options for the task. For example, to
schedule taking a virtual machine snapshot, the Take a VM Snapshot wizard (scheduled) opens. In
Scheduling options, you configure the scheduling options for the task, and in Edit settings, you
enter the properties for the snapshot.
5 In the Scheduling options page, configure the required settings for the task.
b To configure the scheduling settings for the task, click Change next to Configured Scheduler.
Run this action after startup Runs the task after a certain number of minutes.
Schedule this action to run later Runs the scheduled task at a date and time that you specify.
Setup a recurring schedule for this Runs the scheduled task on a recurring pattern.
action
Hourly 1 Type the number of hours after which to run the task.
2 Type the number of minutes after the hour to run the task.
For example, to start a task at the half-hour mark of every fifth hour,
type 5 hours and 30 minutes.
Weekly 1 Type the number of weeks on which the task must run.
2 Select the day of the week you want the task to run.
3 Type the start time for the task.
For example, to run the task at 6 am every Tuesday and Thursday, type
1 week, 6 am, and select Tuesday and Thursday.
last runs the task on the last week in the month that the day
occurs. For example, if you select the last Monday of the month
and the month ends on a Sunday, the task runs six days before
the end of the month.
Prerequisites
Procedure
1 In the vSphere Web Client, navigate to the object for which you want to edit a scheduled task.
To view all scheduled tasks for a vCenter Server instance, navigate to that vCenter Server instance.
6 Click OK.
Prerequisites
Procedure
1 In the vSphere Web Client, navigate to the object for which you want to remove a scheduled task.
To view all scheduled tasks for a vCenter Server instance, navigate to that vCenter Server instance.
Procedure
n If you select Reboot, the ESXi host shuts down and reboots.
n If you select Shut Down, the ESXi host shuts down. You must manually power the system back
on.
For information about configuration management of ESXi hosts, see the vSphere Networking
documentation, the vSphere Storage documentation, and the vSphere Security documentation.
The managed host and its associated virtual machines remain in the vCenter Server inventory. By
contrast, removing a managed host from vCenter Server removes the managed host and all its
associated virtual machines from the vCenter Server inventory.
Procedure
1 From the vSphere Client connected to a vCenter Server system, display the inventory and click the
managed host to disconnect.
2 Right-click the host and select Disconnect from the pop-up menu.
If the managed host is disconnected, the word “disconnected” is appended to the object name in
parentheses, and the object is dimmed. All associated virtual machines are similarly dimmed and
labeled.
Procedure
1 From the vSphere Client connected to a vCenter Server system, display the inventory and click the
managed host to reconnect.
2 Right-click the host and select Connect from the pop-up menu.
When the managed host’s connection status to vCenter Server is changed, the statuses of the virtual
machines on that managed host are updated to reflect the change.
If vCenter Server fails to decrypt a host password, the host is disconnected from vCenter Server. You
must reconnect the host and supply the login credentials, which will be encrypted and stored in the
database using the new certificate.
You can remove hosts from a cluster by selecting them in the inventory and dragging them to a new
location within the inventory. The new location can be a folder as a standalone host or another cluster.
Prerequisites
Before you can remove a host from a cluster, you must power off all virtual machines that are running on
the host, or migrate the virtual machines to a new host using vMotion.
Procedure
1 From the vSphere Client connected to a vCenter Server system, display the inventory.
2 Right-click the appropriate managed host icon in the inventory panel, and select Enter Maintenance
Mode from the pop-up menu.
If all virtual machines on the host are not powered off, the host will not enter maintenance mode.
If the host is inside a DRS-enabled cluster, entering maintenance mode causes DRS to attempt to
automatically evacuate powered-on virtual machines from the host using vMotion.
The confirmation dialog also asks if you want to automatically evacuate virtual machines that are not
powered on from the host. This is useful if you want those virtual machines to remain registered to a
host within the cluster.
The host icon changes and the term “maintenance mode” is added to the name in parentheses.
4 Select the host icon in the inventory panel, and drag it to the new location.
The host can be moved to another cluster or another datacenter. When the new location is selected,
a blue box surrounds the cluster or datacenter name.
5 Right-click the host, and select Exit Maintenance Mode from the pop-up menu.
If possible, remove managed hosts while they are connected. Removing a disconnected managed host
does not remove the vCenter Server agent from the managed host.
Prerequisites
Make sure NFS mounts are active. If NFS mounts are unresponsive, the operation fails.
Procedure
1 From the vSphere Client connected to a vCenter Server system, display the inventory.
2 (Optional) If the host is part of a cluster, you must put it in maintenance mode.
a Right-click the managed host in the inventory and select Enter Maintenance Mode from the pop-
up menu.
The host icon changes and the term “maintenance mode” is added to the name in parentheses.
3 Right-click the appropriate host in the inventory panel, and select Remove from the pop-up menu.
4 In the confirmation dialog that appears, click Yes to remove the managed host.
vCenter Server removes the managed host and associated virtual machines from the vCenter Server
environment. vCenter Server then returns the status of all associated processor and migration
licenses to available.
You can use cold or hot migration to move virtual machines to different hosts or datastores.
Cold Migration You can move a powered off or suspended virtual machine to a new host.
Optionally, you can relocate configuration and disk files for powered off or
suspended virtual machines to new storage locations. You can also use
cold migration to move virtual machines from one data center to another. To
perform a cold migration, you can move virtual machines manually or set
up a scheduled task.
Hot Migration You can use vMotion or Storage vMotion to move a powered on virtual
machine to a different host and move its disks or folder to a different
datastore. You can move the virtual machine without any interruption in
availability. You can also move a virtual machine to a different host and to a
different storage location at the same time. vMotion is also called live
migration or hot migration.
Note Copying a virtual machine creates a new virtual machine. It is not a form of migration. Cloning a
virtual machine or copying its disks and configuration file creates a new virtual machine. Cloning is not a
form of migration.
You can perform several types of migration according to the virtual machine resource type.
Change compute Moving a virtual machine but not its storage to another compute resource,
resource only such as a host, cluster, resource pool, or vApp. You use vMotion to move a
powered on virtual machine to another compute resource. You can move
the virtual machine to another host by using cold migration or hot migration.
Change storage only Moving a virtual machine and its storage, including virtual disks,
configuration files, or a combination of these, to a new datastore on the
same host. You can change the datastore using cold or hot migration. You
use Storage vMotion to move a powered on virtual machine and its storage
to a new datastore .
Change both compute Moving a virtual machine to another host and moving its disk or virtual
resource and storage machine folder to another datastore. You can change the host and
datastore using cold or hot migration. When you move a virtual machine
network between distributed switches, the network configuration and
policies that are associated with the network adapters of the virtual
machine are transferred to the target switch.
In vSphere 6.0 and later, you can move virtual machines between vSphere sites by using migration
between these types of objects.
Migrate to another Moving the network of a virtual machine to a virtual switch of a different
virtual switch type. You can migrate virtual machines without reconfiguring the physical
and virtual network. While performing cold or hot migration, you can move
the virtual machine from a standard to a standard or distributed switch and
from a distributed switch to another distributed switch.
Migrate to another data Moving virtual machines between data centers. While performing cold or
center hot migration, you can change the data center of a virtual machine. For
networking in the target data center, you can select a dedicated port group
on a distributed switch.
Migrate to another Moving virtual machines between two vCenter Server instances that are
vCenter Server system connected in Enhanced Linked Mode.
You can also move virtual machines between vCenter Server instances that
are located across a long distance from each other.
To migrate virtual machines with disks larger than 2 TB, the source and destination ESXi hosts must be
version 5.5 and later.
n Cold Migration
n Place Traffic for Cold Migration, Cloning, and Snapshots on the Provisioning TCP/IP Stack
Cold Migration
Cold migration is the migration of powered off or suspended virtual machines between hosts across
clusters, data centers, and vCenter Server instances. By using cold migration, you can also move
associated disks from one datastore to another.
You can use cold migration to have the target host checked against fewer requirements than when you
use vMotion. For example, if you use cold migration when a virtual machine contains a complex
application setup, the compatibility checks during vMotion might prevent the virtual machine from moving
to another host.
You must power off or suspend the virtual machines before you begin the cold migration process.
Migrating a suspended virtual machine is considered a cold migration because although the virtual
machine is powered on, it is not running.
When you migrate a suspended virtual machine, the new host for the virtual machine must meet CPU
compatibility requirements. This requirement allows the virtual machine to resume execution on the new
host.
1 If you select the option to move to a different datastore, the configuration files, including the NVRAM
file (BIOS settings), log files, and the suspend file, are moved from the source host to the destination
host’s associated storage area. You can choose to move the virtual machine's disks as well.
3 After the migration is completed, the old version of the virtual machine is deleted from the source host
and datastore if you selected the option to move to a different datastore.
On a host, you can dedicate a separate VMkernel network adapter to the provisioning traffic, for example,
to isolate this traffic on another VLAN. On a host, you can assign no more than one VMkernel adapter for
provisioning traffic. For information about enabling provisioning traffic on a separate VMkernel adapter,
see the vSphere Networking documentation.
If you plan to transfer high volumes of virtual machine data that the management network cannot
accommodate, redirect the cold migration traffic on a host to the TCP/IP stack that is dedicated to cold
migration and cloning of powered off virtual machines. You can also redirect if you want to isolate cold
migration traffic in a subnet different from the management network, for example, for migration over a
long distance. See Place Traffic for Cold Migration, Cloning, and Snapshots on the Provisioning TCP/IP
Stack.
When you migrate a virtual machine with vMotion, the new host for the virtual machine must meet
compatibility requirements so that the migration can proceed.
When you migrate virtual machines with vMotion and choose to change only the host, the entire state of
the virtual machine is moved to the new host. The associated virtual disk remains in the same location on
storage that must be shared between the two hosts.
When you choose to change both the host and the datastore, the virtual machine state is moved to a new
host and the virtual disk is moved to another datastore. vMotion migration to another host and datastore
is possible in vSphere environments without shared storage.
After the virtual machine state is migrated to the alternate host, the virtual machine runs on the new host.
Migrations with vMotion are transparent to the running virtual machine.
When you choose to change both the compute resource and the storage, you can use vMotion to migrate
virtual machines across vCenter Server instances, data centers, and subnets.
Stages in vMotion
Migration with vMotion occurs in three stages:
1 When the migration with vMotion is requested, vCenter Server verifies that the existing virtual
machine is in a stable state with its current host.
2 The virtual machine state information (memory, registers, and network connections) is copied to the
target host.
If errors occur during migration, the virtual machine reverts to its original state and location.
Important The ESXi firewall in ESXi 5.5 and later does not allow per-network filtering of vMotion
traffic. Therefore, you must apply rules on your external firewall to ensure that no incoming
connections can be made to the vMotion socket on TCP port 8000.
For long-distance migration, verify the network latency between the hosts and your license.
n You must place the traffic related to transfer of virtual machine files to the destination host on the
provisioning TCP/IP stack. See Place Traffic for Cold Migration, Cloning, and Snapshots on the
Provisioning TCP/IP Stack.
During a migration with vMotion, the migrating virtual machine must be on storage accessible to both the
source and target hosts. Ensure that the hosts configured for vMotion use shared storage. Shared
storage can be on a Fibre Channel storage area network (SAN), or can be implemented using iSCSI and
NAS.
If you use vMotion to migrate virtual machines with raw device mapping (RDM) files, make sure to
maintain consistent LUN IDs for RDMs across all participating hosts.
See the vSphere Storage documentation for information on SANs and RDMs.
Configure each host with at least one network interface for vMotion traffic. To ensure secure data transfer,
the vMotion network must be a secure network, accessible only to trusted parties. Additional bandwidth
significantly improves vMotion performance. When you migrate a virtual machine with vMotion without
using shared storage, the contents of the virtual disk is transferred over the network as well.
vSphere 6.5 allows the network traffic with vMotion to be encrypted. Encrypted vMotion depends on host
configuration, or on compatibility between the source and destination hosts.
You must ensure that the vMotion network has at least 250 Mbps of dedicated bandwidth per concurrent
vMotion session. Greater bandwidth lets migrations complete more quickly. Gains in throughput resulting
from WAN optimization techniques do not count towards the 250-Mbps limit.
To determine the maximum number of concurrent vMotion operations possible, see Limits on
Simultaneous Migrations. These limits vary with a host's link speed to the vMotion network.
If you have the proper license applied to your environment, you can perform reliable migrations between
hosts that are separated by high network round-trip latency times. The maximum supported network
round-trip time for vMotion migrations is 150 milliseconds. This round-trip time lets you migrate virtual
machines to another geographical location at a longer distance.
Multiple-NIC vMotion
You can configure multiple NICs for vMotion by adding two or more NICs to the required standard or
distributed switch. For details, see the VMware KB article at http://kb.vmware.com/kb/2007467.
Network Configuration
To have the vMotion traffic routed across IP subnets, enable the vMotion TCP/IP stack on the host.
See Place vMotion Traffic on the vMotion TCP/IP Stack of an ESXi Host.
n If you are using standard switches for networking, ensure that the network labels used for the virtual
machine port groups are consistent across hosts. During a migration with vMotion, vCenter Server
assigns virtual machines to port groups based on matching network labels.
Note By default, you cannot use vMotion to migrate a virtual machine that is attached to a standard
switch with no physical uplinks configured, even if the destination host also has a no-uplink standard
switch with the same label.
For information about configuring the vMotion network resources, see Networking Best Practices for
vSphere vMotion.
Physical Adapter
Configuration Best Practices
Dedicate at least one Use at least one 1 GbE adapter for workloads that have a small number of memory
adapter for vMotion. operations. Use at least one 10 GbE adapter if you migrate workloads that have many
memory operations.
If only two Ethernet adapters are available, configure them for security and availability.
n For best security, dedicate one adapter to vMotion, and use VLANs to divide the virtual
machine and management traffic on the other adapter.
n For best availability, combine both adapters into a team, and use VLANs to divide traffic
into networks: one or more for virtual machine traffic and one for vMotion
Direct vMotion traffic to one n To distribute and allocate more bandwidth to vMotion traffic across several physical NICs,
or more physical NICs that use multiple-NIC vMotion.
have high-bandwidth n On a vSphere Distributed Switch 5.1 and later, use vSphere Network I/O Control shares
capacity and are shared to guarantee bandwidth to outgoing vMotion traffic. Defining shares also prevents from
between other types of contention as a result from excessive vMotion or other traffic.
traffic as well n To avoid saturation of the physical NIC link as a result of intense incoming vMotion traffic,
use traffic shaping in egress direction on the vMotion port group on the destination host.
By using traffic shaping you can limit the average and peak bandwidth available to
vMotion traffic, and reserve resources for other traffic types.
Ensure that jumbo frames are enabled on all network devices that are on the vMotion path including
physical NICs, physical switches, and virtual switches.
n Place vMotion traffic on the vMotion TCP/IP stack for migration across IP subnets that have a
dedicated default gateway that is different from the gateway on the management network. See Place
vMotion Traffic on the vMotion TCP/IP Stack of an ESXi Host.
For information about the configuring networking on an ESXi host, see the vSphere Networking
documentation.
Encrypted vSphere vMotion secures confidentiality, integrity, and authenticity of data that is transferred
with vSphere vMotion. Encrypted vSphere vMotion supports all variants of vSphere vMotion for
unencrypted virtual machines, including migration across vCenter Server systems. Migration across
vCenter Server systems is not supported for encrypted virtual machines.
For encrypted disks, the data is transmitted encrypted. For disks that are not encrypted, Storage vMotion
encryption is not supported.
For virtual machines that are encrypted, migration with vSphere vMotion always uses encrypted vSphere
vMotion. You cannot turn off encrypted vSphere vMotion for encrypted virtual machines.
For virtual machines that are not encrypted, you can set encrypted vSphere vMotion to one of the
following states. The default is Opportunistic.
Opportunistic Use encrypted vSphere vMotion if source and destination hosts support it.
Only ESXi versions 6.5 and later use encrypted vSphere vMotion.
Required Allow only encrypted vSphere vMotion. If the source or destination host
does not support encrypted vSphere vMotion, migration with vSphere
vMotion is not allowed.
When you encrypt a virtual machine, the virtual machine keeps a record of the current encrypted vSphere
vMotion setting. If you later disable encryption for the virtual machine, the encrypted vMotion setting
remains at Required until you change the setting explicitly. You can change the settings using Edit
Settings.
See the vCenter Server and Host Management documentation for information on enabling and disabling
encrypted vSphere vMotion for virtual machines that are not encrypted.
For more information about virtual machine encryption, see Encrypted vSphere vMotion.
Prerequisites
Procedure
2 Select VM Options.
3 Click Encryption, and select an option from the Encrypted VMotion drop-down menu.
Opportunistic Use encrypted vMotion if source and destination hosts support it. Only
ESXi hosts of version 6.5 and later use encrypted vMotion.
Required Allow only encrypted vMotion. If the source or destination host does not
support encrypted vMotion, migration with vMotion fails.
The following virtual machine conditions and limitations apply when you use vMotion:
n The source and destination management network IP address families must match. You cannot
migrate a virtual machine from a host that is registered to vCenter Server with an IPv4 address to a
host that is registered with an IPv6 address.
n You cannot use migration with vMotion to migrate virtual machines that use raw disks for clustering.
n If virtual CPU performance counters are enabled, you can migrate virtual machines only to hosts that
have compatible CPU performance counters.
n You can migrate virtual machines that have 3D graphics enabled. If the 3D Renderer is set to
Automatic, virtual machines use the graphics renderer that is present on the destination host. The
renderer can be the host CPU or a GPU graphics card. To migrate virtual machines with the 3D
Renderer set to Hardware, the destination host must have a GPU graphics card.
n You can migrate virtual machines with USB devices that are connected to a physical USB device on
the host. You must enable the devices for vMotion.
n You cannot use migration with vMotion to migrate a virtual machine that uses a virtual device backed
by a device that is not accessible on the destination host. For example, you cannot migrate a virtual
machine with a CD drive backed by the physical CD drive on the source host. Disconnect these
devices before you migrate the virtual machine.
n You cannot use migration with vMotion to migrate a virtual machine that uses a virtual device backed
by a device on the client computer. Disconnect these devices before you migrate the virtual machine.
n You can migrate virtual machines that use Flash Read Cache if the destination host also provides
Flash Read Cache. During the migration, you can select whether to migrate the virtual machine cache
or drop it, for example, when the cache size is large.
You can configure ESXi 5.5 or later hosts to store virtual machine swap files with the virtual machine
configuration file, or on a local swap file datastore specified for that host.
The location of the virtual machine swap file affects vMotion compatibility as follows:
n For migrations between hosts running ESXi 5.5 and later, vMotion and migrations of suspended and
powered-off virtual machines are allowed.
n During a migration with vMotion, if the swap file location on the destination host differs from the swap
file location on the source host, the swap file is copied to the new location. This activity can result in
slower migrations with vMotion. If the destination host cannot access the specified swap file location,
it stores the swap file with the virtual machine configuration file.
See the vSphere Resource Management documentation for information about configuring swap file
policies.
vMotion does not require environments with shared storage. This is useful for performing cross-cluster
migrations, when the target cluster machines might not have access to the source cluster's storage.
Processes that are working on the virtual machine continue to run during the migration with vMotion.
You can use vMotion to migrate virtual machines across vCenter Server instances.
You can place the virtual machine and all its disks in a single location or select separate locations for the
virtual machine configuration file and each virtual disk. In addition, you can change virtual disks from
thick-provisioned to thin-provisioned or from thin-provisioned to thick-provisioned. For virtual compatibility
mode RDMs, you can migrate the mapping file or convert from RDM to VMDK.
vMotion without shared storage is useful for virtual infrastructure administration tasks similar to vMotion
with shared storage or Storage vMotion tasks.
n Host maintenance. You can move virtual machines off a host to allow maintenance of the host.
n Storage maintenance and reconfiguration. You can move virtual machines off a storage device to
allow maintenance or reconfiguration of the storage device without virtual machine downtime.
n Storage load redistribution. You can manually redistribute virtual machines or virtual disks to different
storage volumes to balance capacity or improve performance.
vMotion in an environment without shared storage is subject to the following requirements and limitations:
n The hosts must meet the networking requirement for vMotion. See vSphere vMotion Networking
Requirements.
n The virtual machines must be properly configured for vMotion. See Virtual Machine Conditions and
Limitations for vMotion
n Virtual machine disks must be in persistent mode or be raw device mappings (RDMs). See Storage
vMotion Requirements and Limitations.
n When you move a virtual machine with RDMs and do not convert those RDMs to VMDKs, the
destination host must have access to the RDM LUNs.
n Consider the limits for simultaneous migrations when you perform a vMotion migration without shared
storage. This type of vMotion counts against the limits for both vMotion and Storage vMotion, so it
consumes both a network resource and 16 datastore resources. See Limits on Simultaneous
Migrations.
Migration of virtual machines across vCenter Server systems is helpful in certain VM provisioning cases.
n Elastically expand or shrink capacity across resources in different vCenter Server instances in the
same site or in another geographical area .
n Move virtual machines between environments that have different purposes, for example, from a
development to production.
n Move virtual machines to meet different Service Level Agreements (SLAs) regarding storage space,
performance, and so on.
Note During the migration of a virtual machine to another vCenter Server system, the performance data
that has been collected about the virtual machine is lost.
The following list sums the requirements that your system must meet so that you can use migration
across vCenter Server instances:
n The source and destination vCenter Server instances and ESXi hosts must be 6.0 or later.
n The cross vCenter Server and long-distance vMotion features require an Enterprise Plus license. For
more information, see http://www.vmware.com/uk/products/vsphere/compare.html.
n Both vCenter Server instances must be time-synchronized with each other for correct vCenter Single
Sign-On token verification.
n For migration of compute resources only, both vCenter Server instances must be connected to the
shared virtual machine storage.
n When using the vSphere Web Client, both vCenter Server instances must be in Enhanced Linked
Mode and must be in the same vCenter Single Sign-On domain. This lets the source vCenter Server
to authenticate to the destination vCenter Server.
For information about installing vCenter Server in Enhanced Linked Mode, see the vSphere
Installation and Setup documentation.
If the vCenter Server instances exist in separate vCenter Single Sign-On domains, you can use
vSphere APIs/SDK to migrate virtual machines. For more information, see the
VirtualMachineRelocateSpec data object in the VMware vSphere API Reference.
vCenter Server performs network compatibility checks to prevent the following configuration problems:
vCenter Server does not perform checks for and notify you about the following problems:
n If the source and destination distributed switches are not in the same broadcast domain, virtual
machines lose network connectivity after migration.
n If the source and destination distributed switches do not have the same services configured, virtual
machines might lose network connectivity after migration.
In an environment with multiple vCenter Server instances, when a virtual machine is migrated, its MAC
addresses are transferred to the target vCenter Server. The source vCenter Server adds the MAC
addresses to a black list so that it does not assign them to newly created virtual machines.
To reclaim unused MAC addresses from the black list, contact VMware Technical Support for assistance.
You can choose to place the virtual machine and all its disks in a single location, or you can select
separate locations for the virtual machine configuration file and each virtual disk. The virtual machine
does not change execution host during a migration with Storage vMotion.
During a migration with Storage vMotion, you can change the disk provisioning type.
Migration with Storage vMotion changes virtual machine files on the destination datastore to match the
inventory name of the virtual machine. The migration renames all virtual disk, configuration, snapshot,
and .nvram files. If the new names exceed the maximum filename length, the migration does not
succeed.
Storage vMotion has several uses in administering virtual infrastructure, including the following examples
of use.
n Storage maintenance and reconfiguration. You can use Storage vMotion to move virtual machines off
a storage device to allow maintenance or reconfiguration of the storage device without virtual
machine downtime.
n Redistributing storage load. You can use Storage vMotion to redistribute virtual machines or virtual
disks to different storage volumes to balance capacity or improve performance.
n Virtual machine disks must be in persistent mode or be raw device mappings (RDMs). For virtual
compatibility mode RDMs, you can migrate the mapping file or convert to thick-provisioned or thin-
provisioned disks during migration if the destination is not an NFS datastore. If you convert the
mapping file, a new virtual disk is created and the contents of the mapped LUN are copied to this
disk. For physical compatibility mode RDMs, you can migrate the mapping file only.
n Because VMFS3 datastores do not support large capacity virtual disks, you cannot move virtual disks
greater than 2 TB from a VMFS5 datastore to a VMFS3 datastore.
n The host on which the virtual machine is running must have a license that includes Storage vMotion.
n ESXi 4.0 and later hosts do not require vMotion configuration to perform migration with Storage
vMotion.
n The host on which the virtual machine is running must have access to both the source and target
datastores.
n For limits on the number of simultaneous migrations with vMotion and Storage vMotion, see Limits on
Simultaneous Migrations.
vMotion transfers the running state of a virtual machine between underlying ESXi systems. Live migration
requires that the processors of the target host provide the same instructions to the virtual machine after
migration that the processors of the source host provided before migration. Clock speed, cache size, and
number of cores can differ between source and target processors. However, the processors must come
from the same vendor class (AMD or Intel) to be vMotion compatible.
Note Do not add virtual ESXi hosts to an EVC cluster. ESXi virtual machines are not supported in EVC
clusters.
Migrations of suspended virtual machines also require that the virtual machine be able to resume
execution on the target host using equivalent instructions.
When you initiate a migration with vMotion or a migration of a suspended virtual machine, the Migrate
Virtual Machine wizard checks the destination host for compatibility. If compatibility problems prevent
migration, the wizard displays an error message.
The CPU instruction set available to the operating system and to applications running in a virtual machine
is determined at the time that a virtual machine is powered on. This CPU feature set is based on the
following items:
To improve CPU compatibility between hosts of varying CPU feature sets, some host CPU features can
be hidden from the virtual machine by placing the host in an Enhanced vMotion Compatibility (EVC)
cluster.
Note You can hide Host CPU features from a virtual machine by applying a custom CPU compatibility
mask to the virtual machine, but this is not recommended. VMware, in partnership with CPU and
hardware vendors, is working to maintain vMotion compatibility across the widest range of processors.
For additional information, search the VMware Knowledge Base for the vMotion and CPU Compatibility
FAQ.
User-level features are non-privileged instructions used by virtual machine applications. These include
SSE3, SSSE3, SSE4.1, SSE4.2, and AES. Because they are user-level instructions that bypass the
virtualization layer, these instructions can cause application instability if mismatched after a migration with
vMotion.
Kernel-level features are privileged instructions used by the virtual machine operating system. These
include the AMD No eXecute (NX) and the Intel eXecute Disable (XD) security features.
When you attempt to migrate a virtual machine with vMotion, one of the following scenarios applies:
n The destination host feature set matches the virtual machine’s CPU feature set. CPU compatibility
requirements are met, and migration with vMotion proceeds.
n The virtual machine’s CPU feature set contains features not supported by the destination host. CPU
compatibility requirements are not met, and migration with vMotion cannot proceed.
Note EVC overcomes such incompatibility by providing a "baseline" feature set for all virtual
machines running in a cluster. This baseline feature set hides the differences among the clustered
hosts' CPUs from the virtual machines.
n The destination host supports the virtual machine’s feature set, plus additional user-level features
(such as SSE4.1) not found in the virtual machine’s feature set. CPU compatibility requirements are
not met, and migration with vMotion cannot proceed.
Note This type of incompatibility is ignored for migrations among hosts in EVC clusters.
n The destination host supports the virtual machine’s feature set, plus additional kernel-level features
(such as NX or XD) not found in the virtual machine’s feature set. CPU compatibility requirements are
met, and migration with vMotion proceeds. The virtual machine retains its CPU feature set while it
remains powered on, allowing it to migrate freely back to the original host. However, if the virtual
machine is rebooted, it acquires a new feature set from the new host. This process might cause
vMotion incompatibility if you attempt to migrate the virtual machine back to the original host.
Processor vendors define processor families. You can distinguish different processor versions within the
same family by comparing the processors’ model, stepping level, and extended features. Sometimes,
processor vendors have introduced significant architectural changes within the same processor family,
such as the SSSE3 and SSE4.1 instructions, and NX/XD CPU security features.
Server hardware’s CPU specifications usually indicate whether or not the CPUs contain the features that
affect vMotion compatibility.
®
For more information on identifying Intel processors and their features, see Application Note 485: Intel
Processor Identification and the CPUID Instruction, available from Intel. For more information on
identifying AMD processors and their features, see CPUID Specification, available from AMD.
Configure EVC from the cluster settings dialog box. When you configure EVC, you configure all host
processors in the cluster to present the feature set of a baseline processor. This baseline feature set is
called the EVC mode. EVC uses AMD-V Extended Migration technology (for AMD hosts) and Intel
FlexMigration technology (for Intel hosts) to mask processor features so that hosts can present the
feature set of an earlier generation of processors. The EVC mode must be equivalent to, or a subset of,
the feature set of the host with the smallest feature set in the cluster.
EVC masks only those processor features that affect vMotion compatibility. Enabling EVC does not
prevent a virtual machine from taking advantage of faster processor speeds, increased numbers of CPU
cores, or hardware virtualization support that might be available on newer hosts.
EVC cannot prevent virtual machines from accessing hidden CPU features in all circumstances.
Applications that do not follow CPU vendor recommended methods of feature detection might behave
unexpectedly in an EVC environment. VMware EVC cannot be supported with ill-behaved applications
that do not follow the CPU vendor recommendations. For more information about creating well-behaved
applications, search the VMware Knowledge Base for the article Detecting and Using New Features in
CPUs.
n Power off all virtual machines in the cluster that are running on hosts with a feature set greater than
the EVC mode that you intend to enable. You can also migrate these virtual machines out of the
cluster.
Requirements Description
Advanced CPU Enable these CPU features in the BIOS if they are available:
features enabled n Hardware virtualization support (AMD-V or Intel VT)
n AMD No eXecute(NX)
n Intel eXecute Disable (XD)
Note Hardware vendors sometimes disable particular CPU features in the BIOS by default. You
might have problems enabling EVC because the EVC compatibility checks detect the absence of
features that are expected to be present for a particular CPU. If you cannot enable EVC on a system
with a compatible processor, ensure that all features are enabled in the BIOS.
Supported CPUs for the To check EVC support for a specific processor or server model, see the VMware Compatibility Guide
EVC mode that you at http://www.vmware.com/resources/compatibility/search.php.
want to enable
To create an EVC cluster with minimal disruption to your existing infrastructure, create an empty EVC
cluster and move hosts into the cluster. To enable EVC on an existing cluster, see Enable EVC on an
Existing Cluster.
Other cluster features such as vSphere DRS and vSphere HA are fully compatible with EVC. You can
enable these features when you create the cluster.
Prerequisites
Verify that the hosts you intend to add to the cluster meet the requirements listed in EVC Requirements
for Hosts.
Procedure
3 Expand EVC and select a baseline CPU feature set from the EVC mode drop-down menu.
Select a CPU vendor and EVC mode appropriate for the hosts that you intend to add to the cluster.
6 Click OK.
If the host feature set is greater than the EVC mode that you enabled for the EVC cluster, power off
all the virtual machines on the host, or use vMotion to migrate them to another host.
You can power on the virtual machines that are on the host, or migrate virtual machines into the
cluster with vMotion. The virtual machines must meet CPU compatibility requirements for the EVC
mode of the cluster.
You can now use vMotion to migrate virtual machines between different hosts in the cluster without
encountering CPU incompatibility issues.
Prerequisites
Verify that the hosts in the cluster meet the requirements listed in EVC Requirements for Hosts.
Procedure
2 Power off all the virtual machines on the hosts with feature sets greater than the EVC mode.
3 Click the Configure tab, select VMware EVC, and click Edit.
4 Enable EVC for the CPU vendor and feature set appropriate for the hosts in the cluster, and click OK.
n If all the hosts in a cluster are compatible with a newer EVC mode, you can change the EVC mode of
an existing EVC cluster.
n You can enable EVC for a cluster that does not have EVC enabled.
n You can raise the EVC mode to expose more CPU features.
n You can lower the EVC mode to hide CPU features and increase compatibility.
Prerequisites
n Verify that all hosts in the cluster have supported CPUs for the EVC mode you want to enable. See
http://kb.vmware.com/kb/1003212 for a list of supported CPUs.
n Verify that all hosts in the cluster are connected and registered on vCenter Server. The cluster cannot
contain a disconnected host.
n Virtual machines must be in the following power states, depending on whether you raise or lower the
EVC mode.
Raise the EVC mode to a CPU Running virtual machines can remain powered on. New EVC mode features are not
baseline with more features. available to the virtual machines until they are powered off and powered back on again.
A full power cycling is required. Rebooting the guest operating system or suspending
and resuming the virtual machine is not sufficient.
Lower the EVC mode to a CPU Power off virtual machines if they are powered on and running at a higher EVC Mode
baseline with fewer features. than the one you intend to enable.
To verify the EVC mode for virtual machines, see Determine EVC Modes for Virtual Machines.
Procedure
Option Description
Disable EVC The EVC feature is disabled. CPU compatibility is not enforced for the hosts in
this cluster.
Enable EVC for AMD Hosts The EVC feature is enabled for AMD hosts.
Enable EVC for Intel Hosts The EVC feature is enabled for Intel hosts.
5 From the VMware EVC Mode drop-down menu, select the baseline CPU feature set that you want to
enable for the cluster.
If you cannot select the EVC Mode, the Compatibility pane displays the reason, and the relevant
hosts for each reason.
6 Click OK.
When a virtual machine is powered on, it determines the EVC mode of the cluster in which it is running. If
the EVC mode of the cluster is later raised, the virtual machine does not change its EVC mode until it is
powered off and powered on again. This means that the virtual machine does not use any CPU features
exposed by the cluster's new EVC mode until the virtual machine has been powered off and powered on
again.
For example, consider a cluster containing hosts with Intel Xeon 45 nm Core two processors that have
been set to the Intel Merom Generation (Xeon Core 2) EVC mode. A virtual machine powered on in this
cluster runs in the Intel Merom Generation (Xeon Core 2) EVC mode. If the cluster's EVC mode is raised
to Intel Penryn Generation (Xeon 45 nm Core 2), the virtual machine remains at the lower Intel Merom
Generation (Xeon Core 2) EVC mode. To use any of the features exposed by the higher cluster EVC
mode, such as SSE4.1, you must power off the virtual machine and power it on again.
Procedure
3 If the EVC Mode column does not appear, right-click any column title, select Show/Hide Columns,
and select EVC Mode.
The EVC modes of all running or suspended virtual machines appear in the EVC Mode column.
Powered off virtual machines and virtual machines that are not in EVC clusters show N/A as the EVC
mode.
Procedure
The supported EVC modes are listed in order from the fewest to the greatest number of supported
features.
The vCenter Server AMD Opteron Gen. 3 (no 3DNow!) EVC mode masks the 3DNow! instructions from
virtual machines. You can apply this EVC mode to EVC clusters containing only AMD Opteron Generation
3 hosts. Applying this mode allows the clusters to maintain vMotion compatibility with AMD Opteron hosts
that do not have 3DNow! instructions. Clusters containing AMD Opteron Generation 1 or AMD Opteron
Generation 2 hosts cannot be made vMotion-compatible with hosts that do not have 3DNow! instructions.
Prerequisites
Ensure that the cluster contains only hosts with AMD Opteron Generation 3 or newer processors.
Procedure
u Enable the AMD Opteron Gen. 3 (no 3DNow!) EVC mode for your EVC cluster.
The steps to enable the EVC mode differ depending on whether you are creating a cluster or enabling
the mode on an existing cluster, and on whether the existing cluster contains powered-on virtual
machines.
Option Description
Creating a cluster In the New Cluster wizard, enable EVC for AMD hosts and select the AMD
Opteron Gen. 3 (no 3DNow!) EVC mode.
Editing a cluster without powered-on In the Cluster Settings dialog box, edit the VMware EVC settings and select the
virtual machines AMD Opteron Gen. 3 (no 3DNow!) EVC mode.
Editing a cluster with powered-on The AMD Opteron Gen. 3 (no 3DNow!) EVC mode cannot be enabled while
virtual machines there are powered-on virtual machines in the cluster.
a Power-off any running virtual machines in the cluster, or migrate them out of
the cluster using vMotion.
Migrating the virtual machines out of the cluster with vMotion allows you to
delay powering off the virtual machines until a more convenient time.
b In the Cluster Settings dialog box, edit the VMware EVC settings and select
the AMD Opteron Gen. 3 (no 3DNow!) EVC mode.
c If you migrated virtual machines out of the cluster, power them off and cold
migrate them back into the cluster.
d Power on the virtual machines.
You can now add hosts with AMD processors without 3DNow! instructions to the cluster and preserve
vMotion compatibility between the new hosts and the existing hosts in the cluster.
vCenter Server compares the CPU features available to a virtual machine with the CPU features of the
destination host to determine whether or not to allow migrations with vMotion.
To guarantee the stability of virtual machines after a migration with vMotion, VMware sets the default
values for CPU compatibility masks.
When a choice between CPU compatibility or guest operating system features (such as NX/XD) exists,
VMware provides check-box options to configure individual virtual machines. You can access the
configuration options through the Advanced Settings option for the CPU of the virtual machine. For more
control over the visibility of CPU features, you can edit the CPU compatibility mask of the virtual machine
at the bit level.
Caution Changing the CPU compatibility masks can result in an unsupported configuration. Do not
manually change the CPU compatibility masks unless instructed to do so by VMware Support or a
VMware Knowledge base article.
CPU compatibility masks cannot prevent virtual machines from accessing masked CPU features in all
circumstances. In some circumstances, applications can detect and use masked features even though
they are hidden from the guest operating system. In addition, on any host, applications that use
unsupported methods of detecting CPU features rather than using the CPUID instruction can access
masked features. Virtual machines running applications that use unsupported CPU detection methods
might experience stability problems after migration.
You can view the CPUID feature flags currently exposed by the hosts in an EVC cluster.
Procedure
This VMware EVC panel displays the CPUID feature flags that EVC enforces for the hosts in this cluster.
For information about CPUID feature flags, see the Intel and AMD websites.
Prerequisites
n Make sure that you are familiar with the requirements for cold migration. See Cold Migration.
Procedure
a To locate a virtual machine, select a data center, folder, cluster, resource pool, host, or vApp.
Option Description
Change compute resource only Move the virtual machine to another host.
Change storage only Move the virtual machine’s configuration file and virtual disks.
Change both compute resource and Move the virtual machine to another host and move its configuration file and
storage virtual disks.
Migrate virtual machine(s) to a specific Move the virtual machine to a virtual data center, where you can assign policies to
datacenter VMs.
4 If you change the compute resource of the virtual machine, select the destination compute resource
for this virtual machine migration and click Next.
Any compatibility problem appears in the Compatibility panel. Fix the problem, or select another host
or cluster.
Possible targets include hosts and DRS clusters with any level of automation. If a cluster has no DRS
enabled, select a specific host in the cluster rather than selecting the cluster.
Option Action
Same format as source Use the same format as the source virtual machine.
Thick Provision Lazy Zeroed Create a virtual disk in a default thick format. Space required for the virtual disk is
allocated during creation. Any data remaining on the physical device is not erased
during creation. Instead, it is zeroed out on demand on first write from the virtual
machine.
Option Action
Thick Provision Eager Zeroed Create a thick disk that supports clustering features such as Fault Tolerance.
Space required for the virtual disk is allocated at creation time. In contrast to the
thick provision lazy zeroed format, the data remaining on the physical device is
zeroed out during creation. It might take longer to create disks in this format than
to create other types of disks.
Thin Provision Use the thin provisioned format. At first, a thin provisioned disk uses only as much
datastore space as the disk initially needs. If the thin disk needs more space later,
it can expand to the maximum capacity allocated to it.
6 Select a virtual machine storage policy from the VM Storage Policy drop-down menu.
Storage policies specify storage requirements for applications that run on the virtual machine. You
can also select the default policy for vSAN or Virtual Volumes datastores.
7 Select the datastore location where you want to store the virtual machine files.
Option Action
Store all virtual machine files in the Select a datastore and click Next.
same location on a datastore.
Store all virtual machine files in the a Select a Storage DRS cluster.
same Storage DRS cluster. b (Optional) To disable Storage DRS with this virtual machine, select Disable
Storage DRS for this virtual machine and select a datastore within the
Storage DRS cluster.
c Click Next.
8 Select a destination network for all VM network adapters connected to a valid source network and
click Next.
You can click Advanced to select a new destination network for each VM network adapter connected
to a valid source network.
You can migrate a virtual machine network to another distributed switch in the same or to another
data center or vCenter Server.
9 Review the information on the Review Selections page and click Finish.
vCenter Server moves the virtual machine to the new host or storage location.
Event messages appear in the Events tab. The data displayed on the Summary tab shows the status
and state throughout the migration. If errors occur during migration, the virtual machines revert to their
original states and locations.
Prerequisites
Verify that your hosts and virtual machines meet the requirements for migration with vMotion with shared
storage.
n Verify that your hosts and virtual machines meet the requirements for migration with vMotion. See
Host Configuration for vMotion and Virtual Machine Conditions and Limitations for vMotion.
n Verify that the storage that contains the virtual machine disks is shared between the source and
target hosts. See vMotion Shared Storage Requirements.
n For migration across vCenter Server instances, verify whether your system meets additional
requirements. See Requirements for Migration Between vCenter Server Instances.
Procedure
a To locate a virtual machine, select a data center, folder, cluster, resource pool, host, or vApp.
3 Select a host, cluster, resource pool, or vApp to run the virtual machine, and click Next.
Any compatibility problem appears in the Compatibility panel. Fix the problem, or select another host
or cluster.
Possible targets include hosts and fully automated DRS clusters in the same or another
vCenter Server system. If your target is a non-automated cluster, select a host within the non-
automated cluster.
4 Select a destination network for all VM network adapters connected to a valid source network and
click Next.
You can click Advanced to select a new destination network for each VM network adapter connected
to a valid source network.
You can migrate a virtual machine network to another distributed switch in the same or to another
data center or vCenter Server.
Option Description
Schedule vMotion with high priority vCenter Server attempts to reserve resources on both the source and destination
hosts to be shared among all concurrent migrations with vMotion. vCenter Server
grants a larger share of host CPU resources. If sufficient CPU resources are not
immediately available, vMotion is not initiated.
Schedule regular vMotion vCenter Server reserves resources on both the source and destination hosts to
be shared among all concurrent migration with vMotion. vCenter Server grants a
smaller share of host CPU resources. If there is a lack of CPU resources, the
duration of vMotion can be extended.
vCenter Server moves the virtual machine to the new host or storage location.
Event messages appear in the Events tab. The data displayed on the Summary tab shows the status
and state throughout the migration. If errors occur during migration, the virtual machines revert to their
original states and locations.
Simultaneous migration to a new compute resource and datastore provides greater mobility for virtual
machines by eliminating the vCenter Server boundary. Virtual machine disks or content of the virtual
machine folder are transferred over the vMotion network to reach the destination host and datastores.
To make disk format changes and preserve them, you must select a different datastore for the virtual
machine files and disks. You cannot preserve disk format changes if you select the same datastore on
which the virtual machine currently resides.
Prerequisites
n Verify that your hosts and virtual machines meet the requirements for live migration. See
Requirements and Limitations for vMotion Without Shared Storage.
n For migration across vCenter Server instances, verify whether your system meets additional
requirements. See Requirements for Migration Between vCenter Server Instances.
Procedure
a To locate a virtual machine, select a data center, folder, cluster, resource pool, host, or vApp.
2 Select Change both compute resource and storage and click Next.
3 Select a destination resource for the virtual machine, and click Next.
Any compatibility problems appear in the Compatibility panel. Fix the problem, or select another host
or cluster.
Possible targets include hosts and fully automated DRS clusters. If your target is a non-automated
cluster, select a host within the non-automated cluster.
If your environment has more than one vCenter Server instances, you can move virtual machines
from one vCenter Server inventory to another.
Option Action
Same format as source Use the same format as the source virtual machine.
Thick Provision Lazy Zeroed Create a virtual disk in a default thick format. Space required for the virtual disk is
allocated during creation. Any data remaining on the physical device is not erased
during creation. Instead, it is zeroed out on demand on first write from the virtual
machine.
Thick Provision Eager Zeroed Create a thick disk that supports clustering features such as Fault Tolerance.
Space required for the virtual disk is allocated at creation time. In contrast to the
thick provision lazy zeroed format, the data remaining on the physical device is
zeroed out during creation. It might take longer to create disks in this format than
to create other types of disks.
Thin Provision Use the thin provisioned format. At first, a thin provisioned disk uses only as much
datastore space as the disk initially needs. If the thin disk needs more space later,
it can expand to the maximum capacity allocated to it.
Storage policies define the storage capabilities that are required by the applications running on the
virtual machine.
6 Select the datastore location where you want to store the virtual machine files.
Option Action
Store all virtual machine files in the Select a datastore and click Next.
same location on a datastore.
Store all virtual machine files in the a Select a Storage DRS cluster.
same Storage DRS cluster. b (Optional) To disable Storage DRS with this virtual machine, select Disable
Storage DRS for this virtual machine and select a datastore within the
Storage DRS cluster.
c Click Next.
7 Select a destination network for all VM network adapters connected to a valid source network and
click Next.
You can click Advanced to select a new destination network for each VM network adapter connected
to a valid source network.
You can migrate a virtual machine network to another distributed switch in the same or to another
data center or vCenter Server.
Option Description
Schedule vMotion with high priority vCenter Server attempts to reserve resources on both the source and destination
hosts to be shared among all concurrent migrations with vMotion. vCenter Server
grants a larger share of host CPU resources. If sufficient CPU resources are not
immediately available, vMotion is not initiated.
Schedule regular vMotion vCenter Server reserves resources on both the source and destination hosts to
be shared among all concurrent migration with vMotion. vCenter Server grants a
smaller share of host CPU resources. If there is a lack of CPU resources, the
duration of vMotion can be extended.
9 Review the information on the Review Selections page and click Finish.
vCenter Server moves the virtual machine to the new host or storage location.
Event messages appear in the Events tab. The data displayed on the Summary tab shows the status
and state throughout the migration. If errors occur during migration, the virtual machines revert to their
original states and locations.
You can change the virtual machine host during a migration with Storage vMotion.
Prerequisites
n Verify that your system satisfies the requirements for Storage vMotion. See Storage vMotion
Requirements and Limitations.
Procedure
a To locate a virtual machine, select a data center, folder, cluster, resource pool, host, or vApp.
Option Action
Same format as source Use the same format as the source virtual machine.
Thick Provision Lazy Zeroed Create a virtual disk in a default thick format. Space required for the virtual disk is
allocated during creation. Any data remaining on the physical device is not erased
during creation. Instead, it is zeroed out on demand on first write from the virtual
machine.
Thick Provision Eager Zeroed Create a thick disk that supports clustering features such as Fault Tolerance.
Space required for the virtual disk is allocated at creation time. In contrast to the
thick provision lazy zeroed format, the data remaining on the physical device is
zeroed out during creation. It might take longer to create disks in this format than
to create other types of disks.
Thin Provision Use the thin provisioned format. At first, a thin provisioned disk uses only as much
datastore space as the disk initially needs. If the thin disk needs more space later,
it can expand to the maximum capacity allocated to it.
4 Select a virtual machine storage policy from the VM Storage Policy drop-down menu.
Storage policies specify storage requirements for applications that run on the virtual machine. You
can also select the default policy for vSAN or Virtual Volumes datastores.
5 Select the datastore location where you want to store the virtual machine files.
Option Action
Store all virtual machine files in the Select a datastore and click Next.
same location on a datastore.
Store all virtual machine files in the a Select a Storage DRS cluster.
same Storage DRS cluster. b (Optional) To disable Storage DRS with this virtual machine, select Disable
Storage DRS for this virtual machine and select a datastore within the
Storage DRS cluster.
c Click Next.
6 Review the information on the Review Selections page and click Finish.
vCenter Server moves the virtual machine to the new storage location. Names of migrated virtual
machine files on the destination datastore match the inventory name of the virtual machine.
Event messages appear in the Events tab. The data displayed on the Summary tab shows the status
and state throughout the migration. If errors occur during migration, the virtual machines revert to their
original states and locations.
By using a separate TCP/IP stack, you can handle vMotion and cold migration traffic according to the
topology of the network and as required for your organization:
n Route the traffic for migration of powered on or powered off virtual machines by using a default
gateway. The gateway must be different from the gateway assigned to the default stack on the host.
By using a separate default gateway, you can use DHCP for IP address assignment to the VMkernel
adapters for migration in a flexible way.
n Avoid routing table conflicts that might otherwise appear when many features are using a common
TCP/IP stack.
Prerequisites
Procedure
5 On the Select connection type page, select VMkernel Network Adapter and click Next.
6 On the Select target device page, select the switch for the VMkernel adapter, and click Next.
Option Description
Select an existing network Use the physical adapter configuration of an existing distributed port group to
send data from the VMkernel adapter to the external network.
Select an existing standard switch Use the physical adapter configuration for the VMkernel adapter of an existing
standard switch.
New vSphere standard switch Assign a new physical adapter configuration for the VMkernel adapter on a new
standard switch.
7 On the Port properties page, select vMotion from the TCP/IP stack drop-down menu.
The vMotion traffic becomes the only service that is enabled. You cannot use this VMkernel adapter
for traffic types other than vMotion.
8 Set the label, VLAN ID, and IP mode of the VMkernel adapter, and click Next.
9 (Optional) On the IPv4 settings page, select an option for obtaining IP addresses.
Option Description
Obtain IPv4 settings automatically Use DHCP to obtain IP settings. A DHCP server must be present on the network.
Use static IPv4 settings Enter the IPv4 IP address and subnet mask for the VMkernel adapter.
The VMkernel Default Gateway and DNS server addresses for IPv4 are obtained
from the selected TCP/IP stack.
Select the Override default gateway for this adapter check box and enter a
gateway address, if you want to specify a different gateway for the VMkernel
adapter.
10 (Optional) On the IPv6 settings page, select an option for obtaining IPv6 addresses.
Option Description
Obtain IPv6 addresses automatically Use DHCP to obtain IPv6 addresses. A DHCPv6 server must be present on the
through DHCP network.
Obtain IPv6 addresses automatically Use router advertisement to obtain IPv6 addresses.
through Router Advertisement In ESXi 6.5 and later router advertisement is enabled by default and supports the
M and O flags in accordance with RFC 4861.
Static IPv6 addresses a Click Add IPv6 address to add a new IPv6 address.
b Enter the IPv6 address and subnet prefix length, and click OK.
c To change the VMkernel default gateway, click Override default gateway for
this adapter.
The VMkernel Default Gateway address for IPv6 is obtained from the selected
TCP/IP stack.
11 Review your settings selections on the Ready to complete page and click Finish.
After you create a VMkernel adapter on the vMotion TCP/IP stack, you can use only this stack for vMotion
on this host. The VMkernel adapters on the default TCP/IP stack are disabled for the vMotion service. If a
live migration uses the default TCP/IP stack while you are configuring VMkernel adapters with the
vMotion TCP/IP stack, the migration completes successfully. However, the involved VMkernel adapters on
the default TCP/IP stack are disabled for future vMotion sessions.
What to do next
Assign a default gateway, and configure the DNS settings, congestion control, and maximum number of
connections for the vMotion TCP/IP stack.
By using a separate TCP/IP stack, you can handle vMotion and cold migration traffic according to the
topology of the network and as required for your organization:
n Route the traffic for migration of powered on or powered off virtual machines by using a default
gateway. The gateway must be different from the gateway assigned to the default stack on the host.
By using a separate default gateway, you can use DHCP for IP address assignment to the VMkernel
adapters for migration in a flexible way.
n Avoid routing table conflicts that might otherwise appear when many features are using a common
TCP/IP stack.
Prerequisites
Procedure
5 On the Select connection type page, select VMkernel Network Adapter and click Next.
6 On the Select target device page, select the switch for the VMkernel adapter, and click Next.
Option Description
Select an existing network Use the physical adapter configuration of an existing distributed port group to
send data from the VMkernel adapter to the external network.
Select an existing standard switch Use the physical adapter configuration for the VMkernel adapter of an existing
standard switch.
New vSphere standard switch Assign a new physical adapter configuration for the VMkernel adapter on a new
standard switch.
7 On the Port properties page, select Provisioning from the TCP/IP stack drop-down menu.
The provisioning traffic becomes the only service that is enabled. You cannot use this VMkernel
adapter for traffic types other than provisioning.
8 Set the label, VLAN ID, and IP mode of the VMkernel adapter, and click Next.
9 (Optional) On the IPv4 settings page, select an option for obtaining IP addresses.
Option Description
Obtain IPv4 settings automatically Use DHCP to obtain IP settings. A DHCP server must be present on the network.
Use static IPv4 settings Enter the IPv4 IP address and subnet mask for the VMkernel adapter.
The VMkernel Default Gateway and DNS server addresses for IPv4 are obtained
from the selected TCP/IP stack.
Select the Override default gateway for this adapter check box and enter a
gateway address, if you want to specify a different gateway for the VMkernel
adapter.
10 (Optional) On the IPv6 settings page, select an option for obtaining IPv6 addresses.
Option Description
Obtain IPv6 addresses automatically Use DHCP to obtain IPv6 addresses. A DHCPv6 server must be present on the
through DHCP network.
Obtain IPv6 addresses automatically Use router advertisement to obtain IPv6 addresses.
through Router Advertisement In ESXi 6.5 and later router advertisement is enabled by default and supports the
M and O flags in accordance with RFC 4861.
Static IPv6 addresses a Click Add IPv6 address to add a new IPv6 address.
b Enter the IPv6 address and subnet prefix length, and click OK.
c To change the VMkernel default gateway, click Override default gateway for
this adapter.
The VMkernel Default Gateway address for IPv6 is obtained from the selected
TCP/IP stack.
11 Review your settings selections on the Ready to complete page and click Finish.
After you create a VMkernel adapter on the provisioning TCP/IP stack, you can use only this stack for
cold migration, cloning, and snapshots on this host. The VMkernel adapters on the default TCP/IP stack
are disabled for the provisioning service. If a live migration uses the default TCP/IP stack while you
configure VMkernel adapters with the provisioning TCP/IP stack, the data transfer completes successfully.
However, the involved VMkernel adapters on the default TCP/IP stack are disabled for future cold
migration, cross-host cloning, and snapshot sessions.
Each operation, such as a migration with vMotion or cloning a virtual machine, is assigned a resource
cost. Each host, datastore, or network resource, has a maximum cost that it can support at any one time.
Any new migration or provisioning operation that causes a resource to exceed its maximum cost does not
proceed immediately, but is queued until other operations complete and release resources. Each of the
network, datastore, and host limits must be satisfied for the operation to proceed.
vMotion without shared storage, migrating virtual machines to a different host and datastore
simultaneously, is a combination of vMotion and Storage vMotion. This migration inherits the network,
host, and datastore costs associated with those operations. vMotion without shared storage is equivalent
to a Storage vMotion with a network cost of 1.
Network Limits
Network limits apply only to migrations with vMotion. Network limits depend on the version of ESXi and
the network type. All migrations with vMotion have a network resource cost of 1.
Datastore Limits
Datastore limits apply to migrations with vMotion and with Storage vMotion. A migration with vMotion has
a resource cost of 1 against the shared virtual machine's datastore. A migration with Storage vMotion has
a resource cost of 1 against the source datastore and 1 against the destination datastore.
Table 11‑2. Datastore Limits and Resource Costs for vMotion and Storage vMotion
Operation ESXi Version Maximum Cost Per Datastore Datastore Resource Cost
Host Limits
Host limits apply to migrations with vMotion, Storage vMotion, and other provisioning operations such as
cloning, deployment, and cold migration. All hosts have a maximum cost per host of 8. For example, on
an ESXi 5.0 host, you can perform 2 Storage vMotion operations, or 1 Storage vMotion and 4 vMotion
operations.
Table 11‑3. Host Migration Limits and Resource Costs for vMotion, Storage vMotion, and
Provisioning Operations
Derived Limit Per
Operation ESXi Version Host Host Resource Cost
When you select a host or a cluster, the Compatibility panel at the bottom of the Migrate Virtual Machine
wizard displays information about the compatibility of the selected host or cluster with the virtual
machine’s configuration.
n Warning messages do not disable migration. Often the migration is justified and you can continue with
the migration despite the warnings.
n Errors might disable migration if no error-free destination hosts are available among the selected
destination hosts. In this case, if you click Next, the wizard displays the compatibility errors again,
and you cannot proceed to the next step.
When you move compute resources and storage together, the Migrate Virtual Machine wizard runs
fewer compatibility checks. For example, if you move the compute resource, you select the target host or
cluster under a vCenter Server instance. The wizard performs all necessary validation only against the
selected host, and does not check the datastores available on the destination host. When you attempt to
move the virtual machine to a cluster, the Migrate Virtual Machine wizard examines the compatibility
against the host recommendation from vSphere DRS. The wizard directly validates the compatibility of the
target datastore when you select it later.
Another compatibility check is whether vMotion is enabled on the source and target hosts.
n Features that are exposed to virtual machines are not compatible when they do not match on the
source and target hosts.
n Features that are not exposed to virtual machines are considered as compatible regardless of
whether they match on the hosts.
Specific items of virtual machine hardware can also cause compatibility problems. For example, a virtual
machine using an Enhanced VMXNET virtual NIC cannot be migrated to a host running a version of ESXi
that does not support Enhanced VMXNET.
Orchestrator exposes every operation in the vCenter Server API so that you can integrate all these
operations into your own automated processes.
Concepts of Workflows
A workflow is a series of actions and decisions that are automated to run sequentially after you initiate the
workflow. Orchestrator provides a library of workflows that perform common management tasks according
to best practices.
Basics of Workflows
Workflows consist of a schema, attributes, and parameters. The workflow schema is the main component
of a workflow as it defines all the workflow elements and the logical task flow of the workflow. The
workflow attributes and parameters are the variables that workflows use to transfer data. Orchestrator
saves a workflow token every time a workflow runs, recording the details of that specific run of the
workflow. This token contains all parameters related to the workflow run. For example, if you run a
workflow three times, three workflow tokens are saved.
With the vSphere Web Client, you can run and schedule workflows on selected objects from the vSphere
inventory. You cannot create, delete, edit, and manage workflows in the vSphere Web Client. You develop
and manage workflows in the Orchestrator client. For more information about the Orchestrator client, see
Using the VMware vRealize Orchestrator Client. For information about developing workflows, see
Developing with VMware vRealize Orchestrator.
For example, if a workflow resets a virtual machine, the workflow requires the name of the virtual machine
as an input parameter.
For example, if a workflow creates a snapshot of a virtual machine, the output parameter for the workflow
is the resulting snapshot.
Workflow Presentation
When you run a workflow in the vSphere Web Client, the client loads the workflow presentation. You
provide the input parameters of the workflow in the workflow presentation.
User Interaction
Some workflows require user intervention during their run and the run is suspended either until the user
provides the required information or until the workflow run times out.
From the Orchestrator view in the vSphere Web Client, you can perform the following tasks:
n Work with workflows. Working with workflows includes the following tasks:
n Associating workflows with specific vSphere inventory objects such as virtual machines, ESXi
hosts, clusters, resource pools, and folders.
n Exporting and importing existing associations of workflows with vSphere inventory objects for
backup purposes or to import them to another vSphere Web Client instance.
n Editing associations of workflows with vSphere inventory objects such as virtual machines, ESXi
hosts, clusters, resource pools, folders, and others.
n Viewing information about workflow runs and about workflows waiting for user intervention.
To run workflows on specific vSphere inventory objects, you must select a default Orchestrator server.
Associate the workflows of the default Orchestrator server with the vSphere inventory objects that you
want to manage.
Prerequisites
Verify that you have configured at least one Orchestrator server to work with the same Single Sign-On
instance to which both the vCenter Server and vSphere Web Client are pointing. You must also ensure
that Orchestrator is registered as a vCenter Server extension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to manage
vCenter Serverextensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
Procedure
A table appears that lists the available vCenter Server instances. Each row of the table contains a
vCenter Server and the Orchestrator server that manages it.
5 In the Edit vRealize Orchestrator connections dialog box, select the default Orchestrator server to
manage your vCenter Server instance.
n Select the Fixed IP/host name option and enter the IP address of the Orchestrator server.
n Select the Registered as VC extension option and from the drop-down menu, select the URL
address of the Orchestrator server.
6 Click OK.
You successfully configured a default vRealize Orchestrator server in the vSphere Web Client.
You can add and edit associations, and export and import XML files containing the associations of
workflows with vSphere objects.
Workflows associated with inventory object types are listed in the context menu that appears when you
right-click the inventory objects and in the Actions menu.
Only users from the Orchestrator Administrator group have the rights to manage the associations of
workflows with vSphere inventory objects.
Workflows associated with inventory object types are listed in the context menu that appears when you
right-click an inventory object, and in the Actions menu.
Prerequisites
n Verify that you have configured at least one Orchestrator server to work with the same Single Sign-
On instance to which both the vCenter Server and vSphere Web Client are pointing. You must also
ensure that Orchestrator is registered as a vCenter Serverextension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to
manage vCenter Server extensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
Procedure
4
Click the Add icon to add a workflow.
5 Select the Orchestrator server from the vRO Servers tree, and navigate through the workflow library
to find the workflow to add.
6 Click Add.
With multi-selection enabled, you can select multiple vSphere objects of the same type when you run
the workflow.
8 Under Available types, select the vSphere object types with which you want to associate the
workflow.
9 Click OK.
Prerequisites
n Verify that you have configured at least one Orchestrator server to work with the same Single Sign-
On instance to which both the vCenter Server and vSphere Web Client are pointing. You must also
ensure that Orchestrator is registered as a vCenter Serverextension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to
manage vCenter Server extensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
n Log in as a member of the Administrators group to be able to configure the default Orchestrator
server.
Procedure
6 Click OK.
Prerequisites
n Verify that you have configured at least one Orchestrator server to work with the same Single Sign-
On instance to which both the vCenter Server and vSphere Web Client are pointing. You must also
ensure that Orchestrator is registered as a vCenter Serverextension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to
manage vCenter Server extensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
n Log in as a member of the Administrators group to be able to configure the default Orchestrator
server.
Procedure
4
Click the Export icon .
5 Select a location where you want to save the XML file, and click Save.
Prerequisites
n Verify that you have configured at least one Orchestrator server to work with the same Single Sign-
On instance to which both the vCenter Server and vSphere Web Client are pointing. You must also
ensure that Orchestrator is registered as a vCenter Serverextension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to
manage vCenter Server extensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
n Log in as a member of the Administrators group to be able to configure the default Orchestrator
server.
Procedure
4
Click the Import icon .
Orchestrator compares the two associated workflow sets and imports the missing workflow associations.
You can perform some scheduling and running tasks on the Orchestrator workflows from the
vRealize Orchestrator view in the vSphere Web Client. You can schedule a workflow to run at a specified
time or start a workflow directly, by right-clicking a vSphere inventory object and selecting All vRealize
Orchestrator plugin Actions.
n Running workflows on vSphere inventory objects, such as virtual machines, ESXi hosts, clusters,
resource pools, and folders.
n Scheduling workflows.
Prerequisites
n Verify that you have configured at least one Orchestrator server to work with the same Single Sign-
On instance to which both the vCenter Server and vSphere Web Client are pointing. You must also
ensure that Orchestrator is registered as a vCenter Serverextension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to
manage vCenter Server extensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
n Verify that you have workflows associated with the vSphere inventory objects. See Associate
Workflows with vSphere Inventory Object Types.
Procedure
1 Click vCenter.
3 Right-click the object that you want to run the workflow on, and navigate to All vRealize
Orchestrator plugin Actions.
All available workflows that you can run on the selected inventory object are listed.
Note If you cannot find the expected workflows, you might need to associate them to the specified
vSphere inventory object.
a In the Task name text box, type the name of the scheduled task.
b (Optional) In the Description text box, type a description of the scheduled task.
9 Click Finish.
Prerequisites
n Verify that you have configured at least one Orchestrator server to work with the same Single Sign-
On instance to which both the vCenter Server and vSphere Web Client are pointing. You must also
ensure that Orchestrator is registered as a vCenter Serverextension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to
manage vCenter Server extensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
Procedure
What to do next
You can review the list of workflow runs, cancel a running workflow, or respond to a workflow that requires
interaction.
Prerequisites
n Verify that you have configured at least one Orchestrator server to work with the same Single Sign-
On instance to which both the vCenter Server and vSphere Web Client are pointing. You must also
ensure that Orchestrator is registered as a vCenter Serverextension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to
manage vCenter Server extensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
Procedure
What to do next
You can review the list of workflow runs, cancel a running workflow, or respond to a workflow that requires
interaction.
Prerequisites
Verify that you have configured at least one Orchestrator server to work with the same Single Sign-On
instance to which both the vCenter Server and vSphere Web Client are pointing. You must also ensure
that Orchestrator is registered as a vCenter Server extension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to manage
vCenter Serverextensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
Procedure
What to do next
You can provide values for the required parameters of workflows that are waiting for a user interaction.
Prerequisites
Verify that you have configured at least one Orchestrator server to work with the same Single Sign-On
instance to which both the vCenter Server and vSphere Web Client are pointing. You must also ensure
that Orchestrator is registered as a vCenter Server extension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to manage
vCenter Serverextensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
Procedure
4 Click Categories.
5 Double-click Library.
Note Library is the default main workflow category. An Orchestrator server can have additional
custom workflow categories.
6 Click Categories.
7 Double-click a workflow category to browse the available workflows and its subcategories.
Find a Workflow
If you have many workflows, you can filter them by a search keyword to find a specific workflow.
Prerequisites
Verify that you have configured at least one Orchestrator server to work with the same Single Sign-On
instance to which both the vCenter Server and vSphere Web Client are pointing. You must also ensure
that Orchestrator is registered as a vCenter Server extension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to manage
vCenter Serverextensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
Procedure
2 Click Workflows.
3 In the Filter text box, type a search term or the name of the workflow that you are searching for.
A list displays the workflows that contain the search term in the workflow name or description.
Scheduling Workflows
You can create tasks to schedule workflows, edit scheduled tasks, suspend scheduled tasks, and resume
suspended scheduled tasks.
Schedule a Workflow
You can schedule a workflow to run at a specified time. You can also set the recurrence for a scheduled
workflow.
Prerequisites
Verify that you have configured at least one Orchestrator server to work with the same Single Sign-On
instance to which both the vCenter Server and vSphere Web Client are pointing. You must also ensure
that Orchestrator is registered as a vCenter Server extension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to manage
vCenter Serverextensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
Procedure
3 Right-click the workflow that you want to schedule and select Schedule a workflow.
5 Click Start/Schedule.
6 In the Task name text box, type the name of the scheduled task.
7 (Optional) In the Description text box, type a description of the scheduled task.
10 Click Finish.
Prerequisites
Verify that you have configured at least one Orchestrator server to work with the same Single Sign-On
instance to which both the vCenter Server and vSphere Web Client are pointing. You must also ensure
that Orchestrator is registered as a vCenter Server extension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to manage
vCenter Serverextensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
Procedure
3 Right-click the workflow whose schedule you want to edit and select Edit.
4 In the Task name text box, type the new name of the scheduled task.
5 (Optional) In the Description text box, type a description of the scheduled task.
8 Click Finish.
When you run a workflow manually, the schedule is not affected. After the manual run, the workflow runs
again at the scheduled time.
Prerequisites
Verify that you have configured at least one Orchestrator server to work with the same Single Sign-On
instance to which both the vCenter Server and vSphere Web Client are pointing. You must also ensure
that Orchestrator is registered as a vCenter Server extension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to manage
vCenter Serverextensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
Procedure
4 Right-click the workflow that you want to run and select Run now.
What to do next
You can view information about the workflow run in the Recent Tasks pane or in the Orchestrator server
menu. See View Information About Workflow Runs.
Prerequisites
Verify that you have configured at least one Orchestrator server to work with the same Single Sign-On
instance to which both the vCenter Server and vSphere Web Client are pointing. You must also ensure
that Orchestrator is registered as a vCenter Server extension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to manage
vCenter Serverextensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
Procedure
Prerequisites
Verify that you have configured at least one Orchestrator server to work with the same Single Sign-On
instance to which both the vCenter Server and vSphere Web Client are pointing. You must also ensure
that Orchestrator is registered as a vCenter Server extension. You register Orchestrator as a
vCenter Server extension when you specify a user account that has the necessary privileges to manage
vCenter Serverextensions. For more information, see Installing and Configuring
VMware vRealize Orchestrator.
Procedure
To access workflows in the vSphere Web Client, make sure that you configure at least one running
Orchestrator server to work with the same Single Sign-On instance to which both vCenter Server and
vSphere Web Client are pointing. You must also ensure that Orchestrator is registered as a
vCenter Server extension. You register Orchestrator as a vCenter Server extension when you specify a
user account that has the necessary privileges to manage vCenter Server extensions. For more
information, see Installing and Configuring VMware vRealize Orchestrator.
Note Only a predefined set of vCenter Server workflows are available by default in the context menu.
You can associate additional workflows with each vSphere object. See Associate Workflows with vSphere
Inventory Object Types.
Add virtual machines to Adds a virtual machine list to an existing DRS virtual machine group.
DRS group
Check for directory in Verifies that a directory exists in a guest virtual machine.
guest
Check for file in guest Verifies that a file exists in a guest virtual machine.
Copy file from guest to Copies a specified file from a guest file system to an Orchestrator server.
Orchestrator
Copy file from Copies a specified file from an Orchestrator server to a guest file system.
Orchestrator to guest
Get environment Returns a list with environmental variables from a guest. An interactive
variables from guest session returns the variables of the user who is logged in.
Get processes from Returns a list with the processes running in the guest operating system and
guest the recently completed processes started by the API.
Get custom attribute Gets a custom attribute for a virtual machine in vCenter Server.
Reload datacenter Forces vCenter Server to reload data from a data center.
Rename datacenter Renames a data center and waits for the task to complete.
Rescan datacenter Scans the hosts in a data center and initiates a rescan on the host bus
HBAs adapters to discover new storage.
Delete all unused Searches all datastores in the vCenter Server environment and deletes all
datastore files unused files.
Export unused Searches all datastores and creates an XML descriptor file that lists all
datastore files unused files.
Find unused files in Searches the vCenter Server environment for all unused disks (*.vmdk),
datastores virtual machines (*.vmx), and template (*.vmtx) files that are not
associated with any vCenter Server instances registered with Orchestrator.
Get all configuration, Creates a list of all virtual machine descriptor files and a list of all virtual
template, and disk files machine disk files, for all datastores.
from virtual machines
Log all datastore files Creates a log for every virtual machine configuration file and every virtual
machine file found in all datastores.
Log unused datastore Searches the vCenter Server environment for unused files that are
files registered on virtual machines and exports a log of the files in a text file.
Upload file to datastore Uploads a file to an existing folder on a specific datastore. The uploaded
file overwrites any existing file with the same name in the same destination
folder.
Delete datacenter folder Deletes a data center folder and waits for the task to complete.
Rename datacenter Renames a data center folder and waits for the task to complete.
folder
Delete host folder Deletes a host folder and waits for the task to complete.
Rename host folder Renames a host folder and waits for the task to complete.
Delete virtual machine Deletes a virtual machine folder and waits for the task to complete.
folder
Rename virtual Renames a virtual machine folder and waits for the task to complete.
machine folder
Enter maintenance Puts the host into maintenance mode. You can cancel the task.
mode
Exit maintenance mode Exits maintenance mode. You can cancel the task.
Move host to cluster Moves an existing host into a cluster. The host must be part of the same
data center, and if the host is part of a cluster, the host must be in
maintenance mode.
Move host to folder Moves a host into a folder as a standalone host. The host must be part of a
ClusterComputeResource in the same data center and the host must be in
maintenance mode.
Reboot host Reboots a host. If the Orchestrator client is connected directly to the host, it
loses the connection to the host and does not receive an indication of
success in the returned task.
Shut down host Shuts down a host. If the Orchestrator client is connected directly to the
host, it loses the connection to the host and does not receive an indication
of success in the returned task.
Add host to cluster Adds a host to the cluster. This workflow fails if it cannot authenticate the
SSL certificate of the host.
Reconnect host Reconnects a disconnected host by providing only the host information.
Reconnect host with all Reconnects a disconnected host by providing all information about the
information host.
Remove host Removes a host and unregisters it from vCenter Server. If the host is part of
a cluster, you must put it in maintenance mode before attempting to remove
it.
Networking Workflows
With the networking workflows, you can add a port group to distributed virtual switch, create a distributed
virtual switch with a port group, and others.
Add port group to Adds a new distributed virtual port group to a specified distributed virtual
distributed virtual switch.
switch
Create distributed Creates a distributed virtual switch with a distributed virtual port group.
virtual switch with port
group
Connect virtual Reconfigures the network connection of the specified virtual machine NIC
machine NIC number to number to connect to the specified distributed virtual port group. If no NIC
distributed virtual port number is specified, the number zero is used.
group
Set teaming options Provides an interface to manage the teaming options for a distributed
virtual port group.
Update distributed Updates the configuration of a specified distributed virtual port group.
virtual port group
Create distributed Creates a distributed virtual switch in the specified network folder with a
virtual switch name and uplink port names that you specify. You must specify at least one
uplink port name.
Create private VLAN Creates a VLAN on the specified distributed virtual switch.
Delete distributed Deletes a distributed virtual switch and all associated elements.
virtual switch
Delete private VLAN Deletes a VLAN from a specified distributed virtual switch. If a secondary
VLAN exists, you must first delete the secondary VLAN.
Update private VLAN Updates a VLAN on the specified distributed virtual switch.
Delete port group from Deletes a port group from a standard virtual switch.
standard virtual switch
Delete standard virtual Deletes a standard virtual switch from a host's network configuration.
switch
Retrieve all standard Retrieves all standard virtual switches from a host.
virtual switches
Update port group in Updates the properties of a port group in a standard virtual switch.
standard virtual switch
Update vNIC for port Updates a vNIC associated with a port group in a standard virtual switch.
group in standard
virtual switch
Create resource pool Creates a resource pool with the default CPU and memory allocation
values. To create a resource pool in a cluster, the cluster must have
VMware DRS enabled.
Create resource pool Creates a resource pool with CPU and memory allocation values that you
with specified values specify. To create a resource pool in a cluster, the cluster must have
VMware DRS enabled.
Delete resource pool Deletes a resource pool and waits for the task to complete.
Get resource pool Returns CPU and memory information about a given resource pool.
information
Reconfigure resource Reconfigures CPU and memory allocation configuration for a given
pool resource pool.
Rename resource pool Renames a resource pool and waits for the task to complete.
Storage Workflows
With the storage workflows, you can perform storage-related operations.
Add datastore on Creates a datastore on a Fibre Channel, iSCSI or local SCSI disk. Only
iSCSI/FC/local SCSI disks that are not in use by an existing VMFS are applicable to new
datastore creation. The new datastore allocates the maximum available
space of the specified disk.
Add iSCSI target Adds iSCSI targets to a vCenter Server host. The targets can be of the type
Send or Static.
Create VMFS for all Creates a VMFS volume for all available disks of a specified host.
available disks
Delete iSCSI target Deletes already configured iSCSI targets. The targets can be of type Send
or Static.
Disable iSCSI adapter Disables the software iSCSI adapter of a specified host.
Display all datastores Displays the existing datastores and available disks on a specified host.
and disks
Add datastore to Adds datastores to a datastore cluster. Datastores must be able to connect
cluster to all hosts to be included in the datastore cluster. Datastores must have
the same connection type to reside within a datastore cluster.
Change Storage DRS Sets Storage DRS settings for each virtual machine.
per virtual machine
configuration
Configure datastore Configures datastore cluster setting values for automation and runtime
cluster rules.
Create simple datastore Creates a simple datastore cluster with default configuration. The new
cluster datastore cluster contains no datastores.
Create Storage DRS Creates a scheduled task for reconfiguring a datastore cluster. Only
scheduled task automation and runtime rules can be set.
Create virtual machine Creates an anti-affinity rule to indicate that all virtual disks of certain virtual
anti-affinity rule machines must be kept on different datastores.
Create VMDK anti- Creates a VMDK anti-affinity rule for a virtual machine that indicates which
affinity rule of its virtual disks must be kept on different datastores. The rule applies to
the virtual disks of the selected virtual machine.
Remove datastore Removes a datastore cluster. Removing a datastore cluster also removes
cluster all the settings and the alarms for the cluster from the vCenter Server
system.
Remove datastore from Removes a datastore from a datastore cluster and puts the datastore in a
cluster datastore folder.
Remove virtual Removes a virtual machine anti-affinity rule for a given datastore cluster.
machine anti-affinity
rule
Remove VMDK anti- Removes a VMDK anti-affinity rule for a given datastore cluster.
affinity rule
Create custom virtual Creates a virtual machine with the specified configuration options and
machine additional devices.
Create simple Creates a simple virtual machine. The network used is a Distributed Virtual
dvPortGroup virtual Port Group.
machine
Create simple virtual Creates a virtual machine with the most common devices and configuration
machine options.
Delete virtual machine Removes a virtual machine from the inventory and datastore.
Get virtual machines by Returns a list of virtual machines from all registered vCenter Server
name instances that match the provided expression.
Mark as template Converts an existing virtual machine to a template, not allowing it to start.
You can use templates to create virtual machines.
Mark as virtual machine Converts an existing template to a virtual machine, allowing it to start.
Move virtual machine to Moves a virtual machine to a specified virtual machine folder.
folder
Move virtual machine to Moves a virtual machine to a resource pool. If the target resource pool is
resource pool not in the same cluster, you must use the migrate or relocate workflows.
Move virtual machines Moves several virtual machines to a specified virtual machine folder.
to folder
Register virtual Registers a virtual machine. The virtual machine files must be placed in an
machine existing datastore and must not be already registered.
Rename virtual Renames an existing virtual machine on the vCenter Server system or host
machine and not on the datastore.
Set virtual machine Changes performance settings such as shares, minimum and maximum
performance values, shaping for network, and disk access of a virtual machine.
Upgrade virtual Upgrades the virtual machine hardware to the latest revision that the host
machine hardware supports. This workflow forces the upgrade to continue, even if VMware
(force if required) Tools is out of date. If the VMware Tools is out of date, forcing the upgrade
to continue reverts the guest network settings to the default settings. To
avoid this situation, upgrade VMware Tools before running the workflow.
Upgrade virtual Upgrades the virtual hardware to the latest revision that the host supports.
machine An input parameter allows a forced upgrade even if VMware Tools is out of
date.
Wait for task and Waits for a vCenter Server task to complete or for the virtual machine to
answer virtual machine ask a question. If the virtual machine requires an answer, accepts user
question input and answers the question.
Clone Workflows
With the clone workflows, you can clone virtual machines with or without customizing the virtual machine
properties.
Clone virtual machine Clones virtual machines by using properties as input parameters.
from properties
Clone virtual machine, Clones a virtual machine without changing anything except the virtual
no customization machine UUID.
Restore virtual machine Removes a virtual machine from a linked clone setup.
from linked clone
Create a linked clone of Creates a linked clone of a Linux virtual machine, performs the guest
a Linux machine with operating system customization, and configures up to four virtual network
multiple NICs cards.
Create a linked clone of Creates a linked clone of a Linux virtual machine, performs the guest
a Linux machine with a operating system customization, and configures one virtual network card.
single NIC
Create a linked clone of Creates a linked clone of a Windows virtual machine and performs the
a Windows machine guest operating system customization. Configures up to four virtual network
with multiple NICs and cards and a local administrator user account.
credential
Create a linked clone of Creates a linked clone of a Windows virtual machine and performs the
a Windows machine guest operating system customization. Configures one virtual network card
with a single NIC and and a local administrator user account.
credential
Create a linked clone Creates the specified number of linked clones of a virtual machine.
with no customization
Clone a Linux machine Clones a Linux virtual machine, performs the guest operating system
with multiple NICs customization, and configures up to four virtual network cards.
Clone a Linux machine Clones a Linux virtual machine, performs the guest operating system
with a single NIC customization, and configures one virtual network card.
Get a virtual Ethernet Returns a new Ethernet card to update a virtual device. Contains only the
card to change the device key of the given virtual device and the new network.
network
Get multiple virtual Returns an array of VirtualDeviceConfigSpec objects for add and remove
Ethernet card device operations on VirtualEthernetCard objects.
changes
Get NIC setting map Returns the setting map for a virtual network card by using
VimAdapterMapping.
Get Windows Returns customization information about the Microsoft Sysprep process,
customization for with credentials. Workflows for cloning Windows virtual machines use this
Sysprep with workflow.
credentials
Get Windows Returns customization information about the Microsoft Sysprep process by
customization for using an Unattended.txt file. Workflows for cloning Windows virtual
Sysprep with machines use this workflow.
Unattended.txt
Get Windows Returns customization information about the Microsoft Sysprep process.
customization for Workflows for cloning Windows virtual machines use this workflow.
Sysprep
Customize a Windows Performs guest operating system customization, configures one virtual
machine with single network card and a local administrator user account on a Windows virtual
NIC and credential machine.
Clone a thin Clones a Windows virtual machine performing the guest operating system
provisioned Windows customization. Specifies virtual disk thin provisioning policy and configures
machine with single one virtual network card and a local administrator user account. Sysprep
NIC and credential tools must be available on the vCenter Server system.
Clone a Windows Clones a Windows virtual machine performing the guest operating system
machine Sysprep with customization. Configures one virtual network card and a local
single NIC and administrator user account. Sysprep tools must be available on vCenter
credential Server.
Clone a Windows Clones a Windows virtual machine performing the guest operating system
machine with multiple customization. Configures the local administrator user account and up to
NICs and credential four virtual network cards. Sysprep tools must be available on the vCenter
Server system.
Clone a Windows Clones a Windows virtual machine performing the guest operating system
machine with single customization and configures one virtual network card. Sysprep tools must
NIC be available on the vCenter Server system.
Clone a Windows Clones a Windows virtual machine performing the guest operating system
machine with single customization. Configures one virtual network card and a local
NIC and credential administrator user account. Sysprep tools must be available on the vCenter
Server system.
Add CD-ROM Adds a virtual CD-ROM to a virtual machine. If the virtual machine has no
IDE controller, the workflow creates one.
Convert independent Converts all independent virtual machine disks to normal disks by removing
disks the independent flag from the disks.
Disconnect all Disconnects floppy disks, CD-ROM drives, parallel ports, and serial ports
detachable devices from a running virtual machine.
from a running virtual
machine
Mount CD-ROM Mounts the CD-ROM of a virtual machine. If the virtual machine has no IDE
controller or CD-ROM drive, the workflow creates them.
Mount floppy disk drive Mounts a floppy disk drive FLP file from the ESX datastore.
Mass migrate virtual Uses Storage vMotion to migrate a single virtual machine, a selection of
machines with Storage virtual machines, or all available virtual machines.
vMotion
Mass migrate virtual Uses vMotion, Storage vMotion, or both vMotion and Storage vMotion to
machines with vMotion migrate a single virtual machine, a selection of virtual machines, or all
available virtual machines.
Migrate virtual machine Migrates a virtual machine from one host to another by using the
with vMotion MigrateVM_Task operation from the vSphere API.
Move virtual machine to Moves a list of virtual machines to another vCenter Server system.
another vCenter Server
system
Quick migrate multiple Suspends the virtual machines if they are powered on and migrates them to
virtual machines another host using the same storage.
Quick migrate virtual Suspends the virtual machine if it is powered on and migrates it to another
machine host using the same storage.
Relocate virtual Relocates virtual machine disks to another host or datastore while the
machine disks virtual machine is powered off by using the RelocateVM_Task operation
from the vSphere API.
Other Workflows
With the workflows in the Others category, you can enable and disable Fault Tolerance (FT), extract
virtual machine information, and find orphaned virtual machines.
Extract virtual machine Returns the virtual machine folder, host system, resource pool, compute
information resource, datastore, hard drive sizes, CPU and memory, network, and IP
address for a given virtual machine. Might require VMware Tools.
Find orphaned virtual Lists all virtual machines in an orphaned state in the Orchestrator inventory.
machines Lists the VMDK and VMTX files for all datastores in the Orchestrator
inventory that have no association with any virtual machines in the
Orchestrator inventory. Sends the lists by email (optional).
Get Virtual Machine by Searches virtual machines by name and then filters the result with
Name and BIOS UUID particular universally unique identifier (UUID) to identify a unique virtual
machine.
Get Virtual Machine by Searches virtual machines by name and then filters the result with
Name and UUID particular universally unique identifier (UUID) to identify a unique virtual
machine.
Get Virtual Machine Searches virtual machines by name and then filters the result with
UUID particular universally unique identifier (UUID) to identify a unique virtual
machine.
Power off virtual Powers off a virtual machine and waits for the process to complete.
machine and wait
Reboot guest OS Reboots the virtual machine's guest operating system. Does not reset
nonpersistent virtual machines. VMware Tools must be running.
Reset virtual machine Resets a virtual machine and waits for the process to complete.
and wait
Resume virtual Resumes a suspended virtual machine and waits for the process to
machine and wait complete.
Set guest OS to Sets the guest operating system to standby mode. VMware Tools must be
standby mode running.
Shut down and delete Shuts down a virtual machine and deletes it from the inventory and disk.
virtual machine
Shut down guest OS Shuts down a guest operating system and waits for the process to
and wait complete.
Start virtual machine Starts a virtual machine and waits for VMware Tools to start.
and wait
Suspend virtual Suspends a virtual machine and waits for the process to complete.
machine and wait
Snapshot Workflows
With the snapshot workflows, you can perform snapshot-related operations.
Create snapshots of all Creates a snapshot of each virtual machine in a resource pool.
virtual machines in a
resource pool
Remove all snapshots Removes all existing snapshots without reverting to a previous snapshot.
Remove excess Finds virtual machines with more than a given number of snapshots and
snapshots optionally deletes the oldest snapshots. Sends the results by email.
Remove old snapshots Gets all snapshots that are older than a given number of days and prompts
the user to select which ones to delete.
Remove snapshots of a Gets all snapshots that are larger than a given size and prompts the user to
given size confirm deletion.
Revert to snapshot and Reverts to a specific snapshot. Does not delete the snapshot.
wait
Mount VMware tools Mounts the VMware Tools installer on the virtual CD-ROM.
installer
Set console screen Sets the console window's resolution. The virtual machine must be
resolution powered on.
Turn on time Turns on time synchronization between the virtual machine and the ESX
synchronization server in VMware Tools.
Upgrade VMware tools Upgrades VMware Tools on a virtual machine without performing an
at next reboot automatic reboot.
A headless system is a system that can be operated without a monitor, keyboard, or mouse. Network
Appliance boxes do not have VGA, the primary interface is a single serial port. You can set up your
existing headless systems to use ESXi. You can add ESXi appliances to a data center where virtual
machines are managed with vSphere Virtual Center. All existing ESXi features can be used with a
headless system that is configured with either embedded flash or minimal local storage. ESXi allows for
dynamic switching between different serial modes, which is useful for diagnosing and debugging
problems. You can switch between modes to view or modify system parameters.
ESXi automatically redirects the DCUI over a serial port connection to improve headless detection. When
ESXi automatically detects a headless system, ESXi will set up the serial port as COM1, 115200 baud,
and redirects the DCUI over this serial port. The specific settings of com port and baud rate are read from
the SPCR (Serial Port Console Redirection) table, if it exists. This behavior can be disabled using new
boot parameters if the default settings are not acceptable. You can set the headless flag in the ACPI
FADT table to mark a system as headless.
ESXi supports serial mode dynamic switching to provide maximum platform flexibility, and to allow
debugging and supportability in the text box. ESXi examines the input characters for any serial port mode
and switches the modes based on the input key sequence. DCUI, Shell, GDB, and Logging modes are
supported. If you have two serial ports, only one of the four modes is allowed on each port. Two serial
ports cannot be in the same mode. If you attempt a dynamic switch to a mode in use by the other serial
port, the request is ignored. Dynamic switching eliminates the need to interrupt the boot process manually
or to create a custom image to redirect to a serial port. It also addresses supportability issues regarding
headless systems that only have one serial port, by making it possible to switch the serial port between
different modes of operation.
Logging mode – Logging mode is the default mode in a debug build. Logging mode sends the
vmkernel.log over the serial port.
Shell mode – Shell mode is the shell port access, which is similar to SSH.
DCUI mode – DCUI mode is a Direct Console User Interface. This is the user interface that is displayed
when you boot ESXi using a monitor.
Note Only COM1 and COM2 ports are supported. USB serial or PCI serial cards are not supported.
Note Once in GDB mode, you cannot switch modes again using a key sequence. You must use the CLI
to switch modes.
Example: Example
If the serial mode is set to logging mode, enter these two commands to switch it to DCUI mode.
n Esc + 1 -> F1
n Esc + 2 -> F2
n Esc + 3 -> F3
n Esc + 4 -> F4
n Esc + 5 -> F5
n Esc + 6 -> F6
n Esc + 7 -> F7
n Esc + 8 -> F8
n Esc + 9 -> F9