I couldn't find any information via search to determine this via the Intel or HP website. Can you enable NUMA nodes on this? How can you tell the side of each node if so? Is it always best practice to enable and size VMs based on this if it's available or does that depend if you're running an application like SQL that makes use of this?
My boss wants to know if the HP DL320 G5 is NUMA enabled. I've tried scouring the internet, but can't find any specific information.
Does anyone know off hand if this server is suitable for running NUMA applications?
I am trying to install VMware ESXi onto a new dedicated server. However, when I boot from the VMware ESXi Installer CD, I am given the following error:
The system has found a problem on your machine and cannot continue.
The BIOS reports that NUMA node 1 has no memory. This problem is either caused by a bad BIOS or a very unbalanced distribution of memory modules.
How can I resolve this error? Here are the specs of the machine:
- Custom hardware assembled by my datacenter (I.E. not name brand like Dell, etc)
- AMD Quad Opteron(tm) Processor 6128 8-core (32 total cores)
- Supermicro H8QG6/H8QGi
- 24GB DDR3 RAM
- 4 physical CPUs
- Most likely 4x 6GB DIMMs, could be different.
Here's some more info I can obtain from the commandline:
[root@host ~]# cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 16
model : 9
model name : AMD Opteron(tm) Processor 6128
stepping : 1
cpu MHz : 800.000
cache size : 512 KB
physical id : 1
siblings : 8
core id : 0
cpu cores : 8
apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc nonstop_tsc pni cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy altmovcr8 abm sse4a misalignsse 3dnowprefetch osvw
bogomips : 4000.05
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate [8]
processor : 1
vendor_id : AuthenticAMD
cpu family : 16
model : 9
model name : AMD Opteron(tm) Processor 6128
stepping : 1
cpu MHz : 800.000
cache size : 512 KB
physical id : 1
siblings : 8
core id : 1
cpu cores : 8
apicid : 17
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc nonstop_tsc pni cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy altmovcr8 abm sse4a misalignsse 3dnowprefetch osvw
bogomips : 4000.04
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate [8]
...
processor : 31
vendor_id : AuthenticAMD
cpu family : 16
model : 9
model name : AMD Opteron(tm) Processor 6128
stepping : 1
cpu MHz : 800.000
cache size : 512 KB
physical id : 4
siblings : 8
core id : 3
cpu cores : 8
apicid : 71
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc nonstop_tsc pni cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy altmovcr8 abm sse4a misalignsse 3dnowprefetch osvw
bogomips : 3999.74
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate [8]
I'm looking to buy a workstation for data processing using MATLAB. I'm considering one of two workstations from DELL. The lower end workstation (3500) has a single processor and 24 GB of memory in 6 DIMMs. The higher end (7500) will only allow me to select 24 GB of memory (in 12 DIMMs) if I select the dual-processor option. The difference between the two seems to be that
The Dell Precision T3500 has a three channel memory bus architecture.
The Dell Precision T7500 has a three channel memory bus architecture per processor
Does this mean that each processor gets 12 GB of memory, and a thread on processor A can't see the same memory as processor B? This seems unlikely, but maybe there is a performance penalty for A to access B's memory?