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

xen-users

[Top] [All Lists]

[Xen-users] help launching a Centos 5.5 Xen PV guest on an OpenSuse 11.2

To: Xen User-List <Xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] help launching a Centos 5.5 Xen PV guest on an OpenSuse 11.2 Dom0 host ?
From: 0bo0 <0.bugs.only.0@xxxxxxxxx>
Date: Wed, 2 Jun 2010 20:04:19 -0700
Cc:
Delivery-date: 2010年6月02日 20:05:19 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=cH9mObIa2yud26GGj394CaTODap4/RaXvXIeUBP/wtw=; b=fO+kXIMZpzUt99y8cjHmnjJy0MMJpdJ5FHzB8LSupWlUR6RVCJMMMRHp4/1Jl4nKS3 qdieMngcv+G7qCwWtrgJToKLbeRsGf+GxNRXqNdSaqBCK9ka+K8MOhRnrcN2hycQO2J6 fy9CGjvH3cIBmZDxM3PByAHCBB2LszP6oU8Jw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=PJmAU2VoVavTOhZCrC+kh6gpvARmQiDdw8QrSijDN4qCyOPBGwKiSe9lugDOMUfg5A uE0YHPpwos5hu/sIHWYUVxX/SvIFlR52Bj6T+4lMZ0pzuj8cAPA3TTZvEqaw4tsbjrTG N7arNxyicCOXh2QTUt7JfVrXuuZQoFXSKc0/E=
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
i've Opensuse 11.2 Xen Dom0,
 lsb_release -dr
 Description: openSUSE 11.2 (x86_64)
 Release: 11.2
 uname -a
 Linux server 2.6.34-42-xen #1 SMP 2010年06月01日 15:17:00
+0200 x86_64
x86_64 x86_64 GNU/Linux
 rpm -qa | grep -i xen
 xen-libs-4.0.0_21087_01-38.1.x86_64
 kernel-xen-devel-2.6.34-42.1.x86_64
 xen-tools-4.0.0_21087_01-38.1.x86_64
 kernel-xen-2.6.34-42.1.x86_64
 xen-4.0.0_21087_01-38.1.x86_64
I build & run numerous OpenSuse DomUs -- no issues.
I need to netinstall a Centos 5.5 PV'd DomU Guest on this host.
Using the procedure & config below, it starts to boot -- then hangs,
with not much useful debugging info ... at least, not to my eye,
where/how I'm looking.
If someone could once-over the following, and make any
suggestions/hints as to what's up, it'd be appreciated!
Here's the current step-by-step:
lvcreate -n vm_boot -L 160M /dev/VG0
lvcreate -n vm_swap -L 512M /dev/VG0
lvcreate -n vm_root -L 8G /dev/VG0
mkdir -p /home/xen/centos55/xenboot/
setenv DL "http://mirrors.kernel.org/centos/5.5";
cd /home/xen/centos55
 wget $DL/isos/x86_64/CentOS-5.5-x86_64-netinstall.iso
cd ./xenboot/
 wget $DL/os/x86_64/images/xen/initrd.img
 wget $DL/os/x86_64/images/xen/vmlinuz
vi /home/xen/centos_install.cfg
---------------------------------------------
name = 'centos'
builder = 'linux'
kernel = "/home/xen/centos55/xenboot/vmlinuz"
ramdisk = "/home/xen/centos55/xenboot/initrd.img"
disk = [ 'phy:/dev/VG0/vm_boot,xvda,w',
 'phy:/dev/VG0/vm_swap,xvdb,w',
 'phy:/dev/VG0/vm_root,xvdc,w',
'file:/home/xen/centos55/CentOS-5.5-x86_64-netinstall.iso,hdc:cdrom,r',
 ]
boot = 'd'
vif = [ 'mac=00:16:3E:01:06:00, bridge=brA, vifname=vif.A' ]
vfb = [ 'type=vnc, vncdisplay=106, vnclisten=127.0.0.1' ]
extra = 'textmode=1 xencons=xvc0 elevator=noop lang=en_US.UTF-8
keyboard=us timezone=America/Los_Angeles bootproto=static
ip=192.168.1.155 gateway=192.168.1.1 nameserver=192.168.1.1
method=http://mirrors.kernel.org/centos/5.5/os/x86_64'
maxmem = 1024
memory = 1024
vcpus = 4
cpu_cap = 100
cpu_weight = 256
localtime = 0
netif = 'yes'
on_shutdown = 'destroy'
on_reboot = 'restart'
on_crash = 'destroy'
---------------------------------------------
@
 xm create -c /home/xen/centos_install.cfg
starts ok, but then hangs,
---------------------------------------------
Using config file "/home/xen/centos_install.cfg".
Started domain centos (id=5)
 Bootdata ok (command line is textmode=1
xencons=xvc0 elevator=noop lang=en_US.UTF-8 keyboard=us
timezone=America/Los_Angeles bootproto=static ip=192.168.1.155
gateway=192.168.1.1 nameserver=192.168.1.1
method=http://mirrors.kernel.org/centos/5.5/os/x86_64)
Linux version 2.6.18-194.el5xen (mockbuild@xxxxxxxxxxxxxxxxxxxx) (gcc
version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Fri Apr 2 15:34:40
EDT 2010
...
XENBUS: Device with no driver: device/vif/1
XENBUS: Device with no driver: device/vif/2
XENBUS: Device with no driver: device/vif/3
XENBUS: Device with no driver: device/console/0
Initalizing network drop monitor service
Write protecting the kernel read-only data: 483k
( ... HANGS HERE ...)
---------------------------------------------
and,
 tail -f /var/logl/xen/*
---------------------------------------------
...
[2010年06月02日 19:46:17 4832] DEBUG (DevController:653)
hotplugStatusCallback
/local/domain/0/backend/vbd/5/51744/hotplug-status.
[2010年06月02日 19:46:17 4832] DEBUG (DevController:667) hotplugStatusCallback 1.
[2010年06月02日 19:46:17 4832] DEBUG (DevController:144) Waiting for 5632.
[2010年06月02日 19:46:17 4832] DEBUG (DevController:653)
hotplugStatusCallback
/local/domain/0/backend/vbd/5/5632/hotplug-status.
[2010年06月02日 19:46:17 4832] DEBUG (DevController:667) hotplugStatusCallback 1.
[2010年06月02日 19:46:18 4832] DEBUG (DevController:139) Waiting for devices irq.
[2010年06月02日 19:46:18 4832] DEBUG (DevController:139) Waiting for devices vfb.
[2010年06月02日 19:46:18 4832] DEBUG (DevController:139) Waiting for devices pci.
[2010年06月02日 19:46:18 4832] DEBUG (DevController:139) Waiting for devices vusb.
[2010年06月02日 19:46:18 4832] DEBUG (DevController:139) Waiting for devices vtpm.
[2010年06月02日 19:46:18 4832] INFO (XendDomain:1207) Domain centos (5) unpaused.
( ... HANGS HERE ...)
---------------------------------------------
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
Previous by Date: Re: [Xen-users] pfSense HVM , Jonathan Tripathy
Next by Date: Re: [Xen-users] help launching a Centos 5.5 Xen PV guest on an OpenSuse 11.2 Dom0 host ? , Mark Pryor
Previous by Thread: [Xen-users] partimage-ng command line backup of LV snapshot , Matthew Law
Next by Thread: Re: [Xen-users] help launching a Centos 5.5 Xen PV guest on an OpenSuse 11.2 Dom0 host ? , Mark Pryor
Indexes: [Date] [Thread] [Top] [All Lists]

Copyright ©, Citrix Systems Inc. All rights reserved. Legal and Privacy
Citrix This site is hosted by Citrix

AltStyle によって変換されたページ (->オリジナル) /