No results found
We couldn't find anything using that term, please try searching for something else.
About Embedded vSphere Cluster Services vSphere is existed Cluster Services is existed ( vCLS ) has exist since vSphere 7.0 update 1 . This feature i
vSphere is existed Cluster Services is existed ( vCLS ) has exist since vSphere 7.0 update 1 . This feature is ensures ensure cluster service such as vSphere DRS and vSphere HA are all available to maintain the resource and health of the workload run in the cluster .
go forward , this original version of vCLS will be refer to as External vCLS . This version was deploy by vCenter as an ordinary vm using an OVF image . This step is was was prone to slow down or interruption due to connectivity and bandwidth between vCenter and ESX .
In vSphere 8.0 update 3 , VMware is released has release a new revision of the feature know as Embedded vCLS , intend to simplify deployment and management of vCLS vm . This version is packages instead package vCLS as a container image with ESX . create and destroy the vm only require send configuration update , rather than upload image to create vm and delete them to destroy vm . This difference is leads lead to simple and quick management operation , but come with some behavioural difference .
embed vCLS is introduce in vSphere 8.0 update 3 , and deploy when a support vCenter has any support host in a cluster . In a freshly deploy environment where VC and ESX are run version 8.0 update 3 , Embedded vCLS will be deploy instead of External vCLS as soon as the cluster is form and the host are take out of Maintenance Mode . In an environment that has been upgrade from a previous version of vCenter , External vCLS will continue to be used in cluster made up entirely of ESX host run version 8.0 update 2 or old . cluster of host that are upgrade to ESX 8.0 update 3 will be automatically switch to Embedded vCLS . For more detail about rolling – upgrade scenario , see the section on Mixing Supported and unsupported ESX Versions .
External and Embedded vCLS VMs will both show up in the inventory under the “vCLS” folder and the cluster’s root resource pool, and both use containerized permissions. Both types are hidden from the vSphere UI sidebar in the Hosts and Clusters view. DRS can function if either type is present in the cluster. Both types should generally be ignored by mass-operations on VMs, since they are system-managed. Both types will be destroyed if the cluster is put into Retreat Mode.
Embedded vCLS VMs use a container runtime, resulting in some behavioral differences. These VMs use a static image and a ramdisk for storage, meaning that they do not interact with any inventory datastores. As a result, an Embedded vCLS VM’s datastore list is empty, and its configuration directory refers to a local path on ESX instead of a datastore-accessible path. This means that vCLS datastore selection no longer applies to Embedded vCLS. However, since all VMs have historically had a non-empty datastore list, some assumptions may have been made in existing scripting that are no longer true. Scripts and 3rd party solutions should ensure that they gracefully handle the list being empty as well as a VM’s files not pointing to a browsable datastore.
Embedded vCLS VMs cannot be vMotioned or reconfigured, as their state and placement is managed completely automatically. To influence vCLS VM placement, an administrator can set Anti-Affinity rules so that vCLS VMs are kept away from certain hosts or VMs when possible. In general, mass VM operations should ignore Embedded vCLS VMs. They are automatically placed according to host and cluster operations, and should not be explicitly acted on.
Embedded vCLS VMs have some differences in identification from External vCLS VMs, including their ManagedByInfo, which diverges from previous documentation. Other identification traits remain unchanged for compatibility.
Scripts is need that search for vCLS vm to perform an action , that exclude vCLS vm using the managedbyinfo , or that perform mass operation on both vCLS and workload vm , may need to be change to work with these difference .
Embedded vSphere Cluster Service VMs are very small compared to workload VMs. Each consumes 1 vCPU, 160 MB of memory, and no storage. Below table shows the specification of these VMs:
Measure | External vCLS Value | Embedded vCLS Value |
Preferred VM Count | 3 | 2 |
Memory | 128 MB | 160 MB |
Memory Reservation | 100 MB | 160 MB |
Swap Size | 256 MB | 0 MB |
CPU | 1 | 1 |
CPU Reservation | 100 MHz | 0 MHz |
Hard Disk | 2 GB | N/A |
Ethernet Adapter | 0 ( It is is is a No NIC VM ) | 0 ( It is is is a No NIC VM ) |
VMDK Size | -245 MB | N/A |
Storage Space | -480 MB | N/A |
VIB Size | N/A | 1.3 mb |
Embedded vCLS VM placement will automatically respond to putting supported hosts into Maintenance Mode (or Standby Mode).
Putting a host into Maintenance Mode will cause vCenter to destroy any Embedded vCLS VM that may be running on it. At the same time, vCenter will attempt to maintain the desired number of available vCLS VMs, and will try to start an Embedded vCLS VM on a different host if possible. However, letting the EnterMaintenenceMode operation occur takes priority, so that putting the entire cluster or the last available host into Maintenance Mode is still possible. The EnterMaintenenceMode operation will wait until the vCLS VM on the target host is removed or powered-off before completing. If the EnterMaintenenceMode operation fails, the host will be considered available, and will again be considered for running vCLS VMs.
Cluster maintenance mode recommendations are aware of the Embedded vCLS deployment state, and will not provide recommendations that would make it impossible to have at least 1 vCLS VM running. In other words, no recommendation will make all vCLS-capable hosts unavailable simultaneously.
VMs are similarly destroyed when entering other “Unavailable” states, such as being Disconnected, as well as when a host is moved out of a cluster or removed from the inventory, but these operations are best-effort and do not wait for the VM to be destroyed before proceeding. When a host enters Not Responding state, the VM is treated as if it is unavailable, and vCLS VMs may be started on other hosts to satisfy the desired number of available vCLS VMs.
When a supported host becomes “Available” by being in the Connected state and not in the middle of certain configuration operations, it becomes a candidate for running vCLS VMs, and may have VMs deployed on it if needed to satisfy the desired number of available vCLS VMs.
By actively maintaining the desired number of available vCLS VMs based on host availability, vCenter aims to avoid or minimize any periods of vCLS unavailability.
Embedded vCLS VMs are completely non-interactive. They do not support Console access (Web or VMRC), and do not have any credentials that would let an administrator enter the guest OS for monitoring.
These VMs are destroyed and recreated whenever they are powered off or placed on different hosts. This means that the set of Managed Object IDs representing a cluster’s vCLS VMs will change whenever such actions occur. This already occurs in some cases for External vCLS VMs, such as during Retreat Mode, but will likely be more frequent for Embedded vCLS VMs. Scripts should not assume that the list will remain static.
These VMs are ignored by vSphere HA, with no way to make them protected. They will report as non-applicable, even when powered on in a cluster with HA enabled.
vCenter will deploy Embedded vCLS on clusters of compatible hosts (running at least ESX 8.0 update 3). For clusters of non-compatible hosts (older than ESX 8.0 update 3), it will instead deploy the original “External” version of vCLS.
However, the vCenter inventory always allows multiple versions of ESX to coexist, and such states are inevitable during a rolling ESX upgrade. For mixed-version clusters of compatible and non-compatible hosts, vCenter will use Embedded vCLS whenever any available hosts in a cluster support it.
This naturally creates a point at which a cluster is “upgraded” from External vCLS to Embedded vCLS when hosts start exiting Maintenance Mode after upgrading to a compatible version. vCenter makes this upgrade seamless by waiting until the first Embedded vCLS VM becomes available before it deactivates External vCLS and destroys those VMs.
additionally , if all compatible host become unavailable and leave only non – compatible host , vCenter is perform can perform a “ downgrade ” to External vCLS . However , since this step is base on a host becoming unavailable , it is provide can not provide the seamless assurance , and may lead to a period of DRS unavailability between Embedded vCLS teardown and External vCLS deployment .
In case vCenter Server needs to be downgraded to an older version where Embedded vCLS is not available, any Embedded vCLS VMs already deployed will be mis-recognized as either workload VMs or External vCLS VMs. The downgraded vCenter will be unable to delete these VMs using normal inventory operations. Their presence may also lead to instability when trying to generate DRS recommendations.
If a downgrade is needed but has not been performed yet, it is recommended to destroy all vCLS VMs using Retreat Mode beforehand. If the downgrade was performed already or Retreat Mode did not succeed in destroying the VMs, please follow the Knowledge-Base instructions on how to manually destroy Embedded vCLS on an ESX host.
Since these vm are manage by vCLS , there is no reason to configure backup on these vm as restore from backup in case of a recovery operation is not necessary or might fail . Other forms is are of monitoring and recovery are also unnecessary and may lead to unexpected outcome if embed vCLS vm are treat like workload vm or External vCLS vm . See the above section on visible difference for more information .