WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Xen / NUMA problems

To: "Kai Mosebach" <xen@xxxxxxxxxx>, xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Xen / NUMA problems
From: "Jeff Lane" <sundowner225@xxxxxxxxx>
Date: Tue, 24 Jun 2008 10:12:58 -0400
Delivery-date: Tue, 24 Jun 2008 07:13:37 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=+4qYwyLtZ4cwag4pUujfcK/8d1K3L02lfkDGmQgfmUk=; b=ZcBmkJbMxRul5Pwd1skBhPdNmhd3kYL/2zewR4zSWM4eiWDdOqsNH/Jep3y71tvVX8 Uj+VhdzLVv5dodQO2v0DBcVYEbV1PDayZ9hCKMz0YTz08AYyfQnK3NraAUaocpN32OGw GasN5Jpwy0+LXtdCX2QrHrdqdwf2gUdEIH//0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=rowy1MnoQguM8fDnugeL1/b71BDEsivLi1MahGMiKSm9Lw9DJyDT5Znx2nN9l4E1On a/jU3mJhSfVUohyZ2IwuZ67hMFgAJfHG//J7u4tpTLdCtgXCd2hsl2dtsdBPI31vea3c OkbqzmC3pO25vBLne81q7f8I1nnkDLIWLrEMo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <12473732.2851214312625796.JavaMail.root@xxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <12473732.2851214312625796.JavaMail.root@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>