Enabling vSphere DRS on a cluster
The first step to unleash the plethora of DRS features is to enable it at the cluster level. In this recipe, we shall walk through the necessary steps.
Getting ready
vSphere DRS is a licensed feature, hence ensure that sufficient licenses are available. vSphere DRS is directly dependent on VMotion feature to balance VMs across hosts, hence the prerequisites of VMotion are applicable and need to be satisfied for DRS to function.
How to do it...
- Log in to vCenter and navigate to the desired cluster,
Configure
|vSphere DRS
, then click onEdit
. - Click on the checkbox
Turn ON vSphere DRS,
as depicted in the following screenshot:

- Choose the
DRS Automation
level; leave it at default values.
How it works
DRS, once enabled, will aggregate the resources from the participating ESXi hosts as cluster resources. Its job is to load balance the DRS cluster for better utilization of the cluster resources. It does so by migrating or generating migration recommendations for VMs whenever...