CPU & Memory Hot Add on Nutanix (AHV)

Acropolis 5.0 (AHV) is now supporting CPUs & Memory hot-add. The number of CPUs and the amount of memory could be increased while the VMs are powered on.

However, changing the number of cores per socket while the VMs are powered on is not supported.

The change of the memory and CPU configuration could be done through the Acropolis CLI (aCLI) only.

Procedure:

1. Log on to Controller VM with SSH.

2. Update the number of CPUs on the VM.

acli vm.update ‘vm’ num_vcpus=’n’

Replace ‘vm’ with the name of the VM and ‘n’ with the number of CPUs.

3. Update the memory allocation for the VM.

acli vm.update ‘vm’ memory=’new_memory_size’G

Replace ‘vm’ with the name of the VM and ‘new_memory_size’ with the memory size in GB.

clip_image002

Note: Device Manager on some versions of Windows such as Windows Server 2012 R2 / 2016 displays the hot-plugged CPUs as new hardware, but the hot-plugged CPUs are not displayed under Task Manager.

 clip_image004

Ref. Hot-Plugging The Memory and CPUs On Virtual Machines (AHV)

No comments:

Post a Comment