Which two actions must the administrator take in order to utilize vNUMA?

An administrator has a virtual machine configured with the following settings:
ESXi version: 5.1
CPU: vCPUs 6
Memory: 48GB
Hardware version: 7
VMware Tools: Installed
Which two actions must the administrator take in order to utilize vNUMA? (Choose two.)

An administrator has a virtual machine configured with the following settings:
ESXi version: 5.1
CPU: vCPUs 6
Memory: 48GB
Hardware version: 7
VMware Tools: Installed
Which two actions must the administrator take in order to utilize vNUMA? (Choose two.)

A.
Upgrade the ESXi host to vSphere 5.5 or later.

B.
Upgrade to Virtual Hardware version 8.

C.
Configure numa.vcpu.min to 5

D.
Configure numa.vcpu.min to 6

Explanation:
Explanation/Reference:



Leave a Reply 12

Your email address will not be published. Required fields are marked *


google

google

B/D

You can enable vNUMA for virtual machines with eight or fewer vCPUs by adding to the .vmx file the line:
numa.vcpu.min = X
(where X is the number of vCPUs in the virtual machine).

http://www.vmware.com/content/dam/digitalmarketing/vmware/en/pdf/techpaper/vmware-perfbest-practices-vsphere6-0-white-paper.pdf

a-oke

a-oke

As per the link to the VMware-perfbest-practices-vsphere6-0-white-paper.pdf provide by our friend above going by the name of “google”:

You can enable vNUMA for virtual machines with eight or fewer vCPUs by adding to the .vmx file the
line:
numa.vcpu.min = X
(where X is the number of vCPUs in the virtual machine).

I would therefor go for b and d and not C!

None

None

Technically it will work on 5. It’s one of those questions where both answers are correct. One answer is the logical option. The other option is the minimum required.

a-oke

a-oke

I disagree on the logical and minimum required.
Minimum required is 6 (because VM has 6 vCPU’s) 5 is less then minimum required.
same for logical answer, makes the most sense to choose 6 over 5 in the numa.vcpu.min as 6 is required.

andy75

andy75

As per the URL above by Bee197 from the vSphere 6 Doc Center “Virtual NUMA Controls” article, the default value for numa.vcpu.min is 9 (nine), which seems to suggest it’s ok to have odd number of vCPUs in general, but again – it makes little sense…

andy75

andy75

I tend to agree with what “None” said above: both C and D are correct. The default value for this parameter (nine) means that a virtual NUMA topology will be generated for any VM that has nine and more vcpus. By setting it to 5 or 6 (or even 3 and 4) would allow for the same affect as far as this 6 vcpu VM is concerned.
So, if the choice was between 5 and everything more than 6, it would definitely be ‘C’ (5).
This leads me to conclude it’s yet another “oops” by VMwareEdu folks…

Clamps

Clamps

It’s B & C on account of the Virtual NUMA control settings doc provided by Bee above. The setting is a Base-0 counter i.e. 9 being the default is actually 10 vCPU’s in the VM.

Marcel

Marcel

@Clamps: Not correct I would say.

p.48/49: http://www.vmware.com/content/dam/digitalmarketing/vmware/en/pdf/techpaper/vmware-perfbest-practices-vsphere6-0-white-paper.pdf

By default, vNUMA is enabled only for virtual machines with more than eight vCPUs
This means for 9 or more vCPUs (numa.vcpu.min is set to 9 by default)

You can enable vNUMA for virtual machines with eight or fewer vCPUs by adding to the .vmx file the line: numa.vcpu.min = X (where X is the number of vCPUs in the virtual machine).

So answer definitely should be D and B.