Options for Managing the ESXi Life Cycle
ESXi
Life CycleBased on your needs and environment setup, you can choose from several methods for
managing the life cycle of the
ESXi
hosts. The
vSphere Lifecycle Manager
provides means for updating all hosts in a cluster with a desired software state. Methods and Tools for ESXi Life Cycle
Management
ESXi
Life Cycle
ManagementToday, VMware provides the following methods for managing the life cycle of
ESXi
hosts: - Interactive installation and upgrade. Use this method for smaller deployments of less than five hosts. You install and boot theESXiby using theESXiinstaller ISO image.
- Scripted installation and upgrade. Use this method for installing or upgrading multiple hosts with similar configuration settings. You create an installation or upgrade script that contains theESXiinstallation options. Then you boot theESXiinstaller and run the script.
- VMware vSphere®Auto Deploy™. Use this method for provisioning hundreds of physical hosts with theESXisoftware. works with image profiles and host profiles to provision the hosts. An image profile is considered to be the bootableESXiimage provided by VMware or partners.By default, does not store theESXistate on the host itself. Each time the host boots, the provisions the host with the image profile. After the initial installation of theESXihost, you can set up a host profile that causes the host to store theESXiimage and data on the local or a remote disk, or a USB drive. This process is similar to a scripted installation.You can use the VMware vSphere®ESXi™ Image Builder CLI to examine the public VMware software depot and create image profiles with a customized set of updates, patches, and drivers.A host profile defines some host configuration setup such as networking and storage configuration. To achieve some consistency with the hosts configurations in your environment, you can create a host profile for a single host and then apply the configuration to the other hosts in your environment.
- VMware vSphere®Update Manager™. Use this product to automate the patching, upgrading, and updating of theESXihosts in your environment. You can use the vSphereUpdate Managerthrough thevSphere Clientto update your hosts up to version 7.0. SeevSphere Update Manager Installation and Administration Guide. Starting with vSphere 7.0, to manage the life cycle of the hosts in your environment, you can use thevSphere Lifecycle Managerthrough thevSphere Client. SeeManaging Host and Cluster Lifecycle. This chapter of thevSphere AutomationSDKs Programming Guide discusses how you can access and use the functionality provided by thevSphere Lifecycle Managerthrough the APIs.
vSphere Lifecycle Manager
Features
vSphere Lifecycle Manager
FeaturesStarting with vSphere 7.0, you can use
the
vSphere
Automation
APIs to manage the
life cycle of hosts collectively by using the vSphere Lifecycle Manager
. You can
access and use the following vSphere Lifecycle Manager
functionality:- Depot management. You can add, remove, explore the contents of different types of depots. See Software Depots. The content of the depots is provided by VMware and VMware partners. Partners can use the ESXi Packaging Kit (EPK) to assemble a custom bootableESXiimage. The custom image can then be shared to other third-party customers and used through the Depot Manager. For more information about how to create customESXiimages, seeESXi Packaging Kit (EPK) Development Guide.
- Desired software state. You can create, edit, and delete a desired software state for a cluster on which thevSphere Lifecycle Manageris enabled. A desired software state must contain at least a singleESXiimage provided by VMware. You can also set an add-on provided by OEMs, and one or more components by different software vendors. Furthermore, during the process of creating the desired software state, you can check the validity of the specification and compare the current state of the hosts in the cluster with the desired software state.
- Cluster remediation. You can apply the desired state on each of the hosts in a cluster which current state is different from the desired specification. Applying a desired state on a cluster level has the following prerequisites:
- The cluster must have thevSphere Lifecycle Managerenabled.
- All hosts in the cluster must store their data on a local or remote disk, or on a USB drive.
- All hosts in the cluster must be of version 7.0 or higher.
- All hosts must contain only components that thevSphere Lifecycle Managercan recognize and maintain. If a host contains some old content that thevSphere Lifecycle Managerdoes not recognize, the content is removed from the host during remediation.