|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen / NUMA problems
On Tue, Jun 24, 2008 at 9:03 AM, Kai Mosebach <xen@xxxxxxxxxx> wrote:
> Hi folks,
>
> we are using a Tyan TK8W 2885 Mainboard (latest BIOS) w/ 2 Dual Core Opteron
> 280EE and 8GB of RAM (4GB per Socket). Furthermore we run CentOS 5.1 w/ Xen
> 3.2.1. (build from SRPM). We also tried 3.2.0.
>
> I tried both, the CentOS 5.1 Xen Kernel as well as the latest RHEL 5.2 Kernel
> but we do not get two NUMA domains as we (in my opinion) are supposed to.
>
> Do we need to recompile anything? If so how? and/or is it possible to force a
> NUMA mode?
First, does that board support NUMA? I'm not familiar with it, so I
have no idea.
Second, you are using RHEL, yes? By default RHEL does not enable NUMA
in Xen. You have to explicitly enable it. You can recompile Xen, but
honestly, it's far easier to pass a parameter at boot time via grub.
on the kernel line in grub, be sure to add "numa=on" and then check
the Xen messages as the hypervisor boots.
You will not see any NUMA stuff in dom0, IIRC, as dom0 is just a
privileged paravirt guest. All the NUMA stuff will appear in the
hypervisor messages.
Cheers
Jeff
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|