VMware Cloud Community
Jdoukhan
Contributor
Contributor
Jump to solution

2 physical CPU seen as 4 CPU in ESXi

Hi,

I got an issue on a UCS blade B200 M4. the blade contains 2 physical CPU E5-2660 v3@2.60Ghz (10 cores each)

ESXi 5.5 u2 (with or without cisco custom image) installed successfully.

But ESXi 5.5 see 4 physical CPU with 5 cores each instead of the 2 physical.

I don't have any idea why, maybe a bios features but not sure which one ?

Has someone got any idea ?

Thanks in advance.

1 Solution

Accepted Solutions
Jdoukhan
Contributor
Contributor
Jump to solution

Hi there,

Found the issue on the cisco community. It seems that the E5 v3 add a new feature which is called COD (Cluster On Die).

Unfortunately this feature is not supported by VMware for the moment (even in 5.5 u2).

It is possible to disable it on the bios.

Thanks for your help.

View solution in original post

5 Replies
MKguy
Virtuoso
Virtuoso
Jump to solution

I've heard that some multi-core AMD CPUs are basically two separate CPUs integrated on one CPU die/socket and representing a single NUMA node. That might be the case for these new Intel CPUs as well.

Please post the output of the following ESXi shell commands:

# esxcli hardware cpu global get

# esxcli hardware cpu list

# esxcli hardware memory get

I don't know what BIOS features UCS offers, but check if Node Interleaving is enabled (though it shouldn't affect how the CPU count is presented to the OS).

-- http://alpacapowered.wordpress.com
Reply
0 Kudos
Jdoukhan
Contributor
Contributor
Jump to solution

Hi,

Thanks for your answer.

Here are the result of the command asked :

#esxcli hardware cpu global get

CPU Packages: 4

   CPU Cores: 20

   CPU Threads: 40

   Hyperthreading Active: true

   Hyperthreading Supported: true

   Hyperthreading Enabled: true

   HV Support: 3

   HV Replay Capable: true

   HV Replay Disabled Reasons:

# esxcli hardware cpu list

In the attachment

# esxcli harware memory get

Physical Memory: 549644300288 Bytes

Reliable Memory: 0 Bytes

NUMA Node Count: 4

Regarding the BIOS features in the UCS, nothing seems to looks like a node interleaving.

Reply
0 Kudos
admin
Immortal
Immortal
Jump to solution

It sounds like this could be Intel erratum HSE14 (see http://www.intel.com/content/dam/www/public/us/en/documents/specification-updates/xeon-e5-v3-spec-up....  Is your microcode up-to-date?

Jdoukhan
Contributor
Contributor
Jump to solution

Hi there,

Found the issue on the cisco community. It seems that the E5 v3 add a new feature which is called COD (Cluster On Die).

Unfortunately this feature is not supported by VMware for the moment (even in 5.5 u2).

It is possible to disable it on the bios.

Thanks for your help.

a_p_
Leadership
Leadership
Jump to solution

The Cisco Unified Computing System BIOS Settings - Cisco page shows the different BIOS options.

André

Reply
0 Kudos