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] xen 4.2 unstable / squeeze 6.0.2

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] xen 4.2 unstable / squeeze 6.0.2
From: "Walter Robert Ditzler" <ditwal001@xxxxxxxxx>
Date: Fri, 8 Jul 2011 14:42:29 +0200
Delivery-date: Sun, 10 Jul 2011 20:54:11 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-priority:x-msmail-priority:x-mailer :importance:thread-index:content-language :disposition-notification-to; bh=wy2DFM0dF66e+gthdv27roANV+lRMm50iau/Wek9ceY=; b=ODm4wtZO5whY8kr79TLCSC60vVHagToxNRdvCoSQjNRbvoY2fPjz701tqwYOVhqPYu 69UhfXdfEj0VM/Wop59KoqmHUBHkM+Wb852xENJLg5f16542boiVTfrXau9njpwOWW8k KeWlBFzHl745BlXfdt6SajEfaaaOhX92HtUFs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: High
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: Acw9amHa52Qo0bFAQTGMsUykw4ePDA==
hi xen cracks :-),

everything works fine, booting of the squeeze box, starting of the xen 4.2
deamon, .... I have also defined the first xen guest, a debian 6.0.2 amd64,
on a 100G lvm partition. when I start the guest, xl create server01.cfg, it
starts the guest with the cdrom iso image attached which contains the debian
squeeze 6.0.2 network setup.

now, in the guest during the debian setup, it searches for a disk or
partition but can't find any. does anyone have a glue why is that? do I make
a mistake in the xen guest script which is pasted bellow this email?

I really appreciate any information's, had several horrible nights behind me
:-)

thanks walter


i have a xen installation:
root@xxx:~# xm info
host                   : xxx
release                : 2.6.39.2
version                : #3 SMP Tue Jul 5 17:40:07 CEST 2011
machine                : x86_64
nr_cpus                : 4
nr_nodes               : 1
cores_per_socket       : 4
threads_per_core       : 1
cpu_mhz                : 2128
hw_caps                :
bfebfbff:20000800:00000000:00000940:0000e3bd:00000000:0
0000001:00000000
virt_caps              : hvm
total_memory           : 8190
free_memory            : 2070
free_cpus              : 0
xen_major              : 4
xen_minor              : 2
xen_extra              : -unstable
xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
hvm-3.0-x                                     86_32p hvm-3.0-x86_64
xen_scheduler          : credit
xen_pagesize           : 4096
platform_params        : virt_start=0xffff800000000000
xen_changeset          : Mon Jun 27 17:37:12 2011 +0100 23607:2f63562df1c4
xen_commandline        :
cc_compiler            : gcc version 4.4.5 (Debian 4.4.5-8)
cc_compile_by          : root
cc_compile_domain      : xxx
cc_compile_date        : Tue Jul  5 02:55:54 CEST 2011
xend_config_format     : 4

on a debian squeeze box, hp dl 160g5:
2.6.39.2 #3 SMP Tue Jul 5 17:40:07 CEST 2011 x86_64 GNU/Linux
1 proc
2 x hd 250gb (16gb swap,234gb /)
2 x hd 2 tb (lvm for xen guests)
8gb ram

root@xxx:~# lvdisplay
  --- Logical volume ---
  LV Name                /dev/vgmain/lv_server01
  VG Name                vgmain
  LV UUID                fBUAud-JrIE-1wqK-tWk7-mCPm-lcgZ-Iavp0Z
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                100.00 GiB
  Current LE             25600
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:0


with the xen guest config script:
name            = 'server01'
kernel          = 'hvmloader'
builder         = 'hvm'
device_model    = 'qemu-dm'
maxmem          = 2048
memory          = 2048
vcpus           = 2
acpi            = 1
apic            = 1

vif             = ['bridge=eth0']
disk            =
['phy:/dev/vgmain/lv_server01,xvda,w','tap:aio:/var/local/xen/debian602-amd6
4.iso,ioemu:hdc:cdrom,r']
boot            = 'dc'
#usbdevice       = 'tablet'

vnc             = 1
vnclisten       = '0.0.0.0'
vncviewer       = 1

sdl             = 0

stdvga          = 1
serial          = 'pty'
ne2000          = "1"

on_poweroff     = 'destroy'
on_reboot       = 'restart'
on_crash        = 'restart'


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

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