Search This Blog

Monday, 19 September 2022

DRS

 DRS


  • The main goal of DRS is to ensure that VMs and their applications are always getting the compute resources that they need to run efficiently
  • DRS monitors the cluster balance state once every five minutes, by default, and then takes the necessary actions to fix any imbalance.
  • When a VM is being powered up in a DRS cluster, DRS runs its algorithm to determine the right ESXi host for it to be powered up on

Ansible_Notes

   ansible -i inventory.ini -m ping all   # inventory.ini it will ping to the hosts which are in inventory # ansible -i inventory.ini -m pin...