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] CentOS domU hangs from time to time

To: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] CentOS domU hangs from time to time
From: Nathan Eisenberg <nathan@xxxxxxxxxxxxxxxx>
Date: Fri, 9 Apr 2010 12:13:28 -0700
Accept-language: en-US
Acceptlanguage: en-US
Delivery-date: Fri, 09 Apr 2010 12:15:13 -0700
Dkim-signature: v=1; a=rsa-sha1; c=simple; d=atlasnetworks.us; s=key2; l=1775; t=1270840421; x=1271445221; q=dns/txt; h=DomainKey-Signature: Received:Received:From:To:Date:Subject:Thread-Topic:Thread-Index: Message-ID:Accept-Language:Content-Language:acceptlanguage: Content-Type:Content-Transfer-Encoding:MIME-Version; bh=DwWBaift 38o9AA5LELc7C+t/PII=; b=pNVYqew++jTfEjso0lGhxDmyHA/FnY1fW1wrcsL0 xTCE+dJ/yQ6k8rlIcKQF3FTvWjod3rEVoqXerO7bXcXCCOvXGx5BnDO5YoWK557B i+E8hvtRPEJ7Euko5dDujI20ztDBp+tYU5tStGggdJGz10PQ4+fvjy6+2jVCpzez fhA=
Domainkey-signature: a=rsa-sha1; s=key2; d=atlasnetworks.us; c=nofws; q=dns; h=from:message-id; b=GBwE2d+z47ptqaLLgtNwXVYeH/FcPDcLWt2gkLJGi1LKXQp7YaG6PB+iZZT9 tLT5jCfMxg476PsZ/Ts9A/wOexh3PATBDY1n16CQDC9gR881TGtTAOPQx v7mhx7WaOhjzab4mLNxCoQWWX1JTXNkRdn4VCDQj4vDkuFfM4T7+BE=;
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
Thread-index: AcrYGLx+aiPlEHOhRMCNSilwN/KHMA==
Thread-topic: CentOS domU hangs from time to time
I have a CentOS DomU that is hanging every 24-120 hours.  There's nothing in 
the logs that would indicate why.  The xm console for the DomU becomes 
nonresponsive, the DomU status goes to 'b', and an xm destroy/xm create is 
required to bring it back to life.

http://216.243.10.44/nathan/load.png
http://216.243.10.44/nathan/ram-cache.png
http://216.243.10.44/nathan/ram-free.png
http://216.243.10.44/nathan/swap-free.png
http://216.243.10.44/nathan/tmp-space.png

===DomU===

root@domu-xxx:~# uname -a
Linux domu-xxx 2.6.26-bpo.1-xen-amd64 #1 SMP Mon Nov 10 11:06:41 UTC 2008 
x86_64 x86_64 x86_64 GNU/Linux

root@domu-xxx:~# cat /etc/redhat-release
CentOS release 5.4 (Final)

===Dom0===

root@dom0-xxx:~# cat /etc/debian_version
5.0.4

root@dom0-xxx:~# uname -a
Linux dom0-xxx 2.6.26-bpo.1-xen-amd64 #1 SMP Mon Nov 10 11:06:41 UTC 2008 
x86_64 GNU/Linux

root@dom0-xxx:~# cat /etc/xen/xxx.cfg
#
# Configuration file for the Xen instance xxx, created
# by xen-tools 3.9 on Thu Apr 16 11:46:46 2009.
#

#
#  Kernel + memory size
#
kernel      = '/boot/vmlinuz-2.6.26-bpo.1-xen-amd64'
ramdisk     = '/boot/initrd.img-2.6.26-bpo.1-xen-amd64'
memory      = '3000'
vcpus       = '3'
cpus="^0"
extra = 'xencons=tty'

#
#  Disk device(s).
#
root        = '/dev/sda2 ro'
disk        = [
                  'phy:/dev/vg00/xxx-swap,sda1,w',
                  'phy:/dev/vg00/xxx-disk,sda2,w',
              ]
#
#  Hostname
#
name        = 'xxx'

#
#  Networking
#
vif         = [ 'ip=xxx,mac=xxx' ]

#
#  Behaviour
#
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'
extra = 'console=hvc0 xencons=tty'


Nathan Eisenberg


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] CentOS domU hangs from time to time, Nathan Eisenberg <=