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] speed problem with java and WebSphere 5.1 after virtualizing

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] speed problem with java and WebSphere 5.1 after virtualizing server
From: "Marco Strullato" <marco.strullato@xxxxxxxxx>
Date: Wed, 28 Nov 2007 09:43:28 +0100
Delivery-date: Wed, 28 Nov 2007 00:44:14 -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; bh=/sAM2Mtqtj5sxgoIBaXylFPNRYGjZe7TW80RTjcGxJE=; b=opDVQuca9e3HZ4cvCO/ryd45W6clUI8NyuC9ZCakGlRENCvBbiAQpBvQ2XUCy2l0iwifjo75wpCyLumddSbKF2H5MqkJgEmrR+wHVlkP80w2hDvdV+jxXuktI2Ehr16HkkCwmN7Imb2N/9T4e9iYXtUUbHPX230di4LoVZBLtlA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type; b=DmfPyiNIQ9HjaMt1NSmM1JiJdH5LSjcxuny/LkBN3z7q2tD/khBhxYaI7anQJsUuCI05abEZpGsk3hgag+TzA2Bp2xUorLEv80ADEB3l6L19sg/22M7/X08QBFY8oH5jkuOoggSBY9LnGSAeRA5mQKUerPsJkcBRY78RKnKxL44=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all!

I have converted a physical server (redhat AS 3.4, kernel 2.4.21-47.0.1.EL.xs0.4.0.25xenU ) to a virtual server with Dom0 CentOS 5 32bit.

The conf file is
name = "SERVER"
memory = "1536"
maxmem = "1536"
disk = [ 'phy:/dev/vg/SERVER,sda,w', ]
kernel = "vmlinux-2.4.21-47.0.1.EL.xs0.4.0.25xenU"
ramdisk = "initrd-2.4.21-47.0.1.EL.xs0.4.0.25xenU.img"
vif = ['bridge=xenbr0' ]
vfb = ["type=vnc,vncunused=1"]
bootloader="/usr/bin/pygrub"
vcpus=4
on_reboot   = 'restart'
on_crash    = 'restart'

At first during boot I noticed a problem with tls ( thread local storage) and as suggested I moved /lib/tls to  /lib/tls.disabled
So I still had speed problems: I found that I had to install a optimized version of glibc build  (follow this link http://www.slacky.eu/forum/viewtopic.php?t=21425)
After that, I still had speed problems.
Now I upgraded diskdumputils, initscripts, coreutils to the following version:

Nov 28 09:19:13 Dep Installed: diskdumputils 1.3.3-1.i386
Nov 28 09:19:13 Updated: initscripts 7.31.31.EL-1.centos.1.i386
Nov 28 09:19:13 Updated: coreutils 4.5.3-28.7.i3

And I still have speed problems.

When I say "I have speed problem" I mean I have very big speed problem with WebSphere 5.1. All java processes are really slow.


Do you have suggestions?

Thanks

Marco
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] speed problem with java and WebSphere 5.1 after virtualizing server, Marco Strullato <=