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

[Xen-users] cpu details are missing with xen!

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] cpu details are missing with xen!
From: "Marco Strullato" <marco.strullato@xxxxxxxxx>
Date: Thu, 15 Jan 2009 11:32:02 +0100
Delivery-date: Thu, 15 Jan 2009 02:32:40 -0800
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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=hsB62UI+L6Pmgvir00jz1eg1Gn4FGBzKxNEqD9MHCzE=; b=ZhvtZviIZLDi8qh1qFbKQhnM7m0Eubi+hnQSWiixIbnijnRWPhXNJGJv+U7S/xkLNi 00XnzIF/lQv7Yh9tCL38fAQF5N9BG/9/0fXAm+9buJCpI+NnFPEbCgeym/2umnskse9m ZsnIdkb4Bd+n2Pvu3gpTGjLiv5IuoiDFxngo0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=L1kSkjwz70/9y0cwnDuqUDk50QkHO5mV4A71zfcYJgH4x8deMlNdvxWO02Bo+hPSDD tAOVSdB+cExz5XZZMIuIDTpO4SHSBCFDi5ocKMvirgiDU9AomexiNk2wOsKH1D0zkEyp AfgI2buKygRcxRQzv8Hyxu3qL2TlR1/tD36w8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all, I have an application (weblogic 9.2) that does not recognize
all cpus on a xen environment.
The problems seems that something is missing from the cpu definition:
this is the output of a domU

processor       : 3
vendor_id       : GenuineIntel
cpu family      : 15
model           : 4
model name      : Intel(R) Xeon(TM) CPU 3.20GHz
stepping        : 10
cpu MHz         : 3200.316
cache size      : 2048 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 5
wp              : yes
flags           : fpu de tsc msr pae mce cx8 apic mtrr mca cmov pat pse36
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc up pni
monitor ds_cpl cid cx16 xtpr lahf_lm
bogomips        : 8004.97

and this the output of a real linux server with no virtualization:

processor       : 1
vendor_id       : GenuineIntel
cpu family      : 15
model           : 4
model name      :                   Intel(R) Xeon(TM) CPU 3.20GHz
stepping        : 10
cpu MHz         : 3200.296
cache size      : 2048 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 1
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 dts acpi mmx fxsr sse sse2 ss ht tm syscall lm pni
monitor ds_cpl cid cx16 xtpr
bogomips        : 6399.37
clflush size    : 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:


as you can see something is missing on the domU:
siblings        : 2
core id         : 0
cpu cores       : 1

Please check http://kbase.redhat.com/faq/docs/DOC-7715





Why these information are not passed from the hardware to the dom0 and
domU?  (I mean also on dom0 I see the same output)





My xen version is 3.2

Regards


Marco Strullato

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] cpu details are missing with xen!, Marco Strullato <=