So i have Dell R730 machines with 2 * Intel(R) Xeon(R) CPU E5-2699 v3 CPU.
using Get-VMHostNumaNode
gives me
NodeId : 0
ProcessorsAvailability : {0, 0, 0, 0...}
MemoryAvailable : 71415
MemoryTotal : 130973
ComputerName : WVISLUMWELT01
NodeId : 1
ProcessorsAvailability : {0, 0, 0, 0...}
MemoryAvailable : 71468
MemoryTotal : 131072
ComputerName : WVISLUMWELT01
"ProcessorsAvailability : {0, 0, 0, 0...}" concerns me. Shouldnt this be something different then 0?
This is the same on all hosts.
Im currently at a loss where to look for the problem, so any tips are appreciated.