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] trying to get a windows2000 moved over to a xen machine.

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] trying to get a windows2000 moved over to a xen machine.
From: "Tomoki Taniguchi" <tomoki.taniguchi@xxxxxxxxx>
Date: Thu, 27 Sep 2007 15:54:44 +0900
Delivery-date: Wed, 26 Sep 2007 23:55:30 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=uo22J3JlSqLsknxGvQlfhSqxA9Rx4MUklULOtFYVK1Y=; b=WRhuPC7fhA4FQ0sWZeF337f/6fxzIY+iSysuTIxQx97CgV32mAwxHhGfsF75EV6vHTeKc6jBdp6uQqTf6v3HvKLKEn9DPLXKyI90OEaSjGCnATGzfnQBJ11/gA67Sr6/cr31hmwt5KkvrivLzlELvEccbmPCmjRCkLmb7mArVzo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=YrJJFOVisSFQ1r0HuZ3o92+PFwVA0l4pT5lnHzaJ2kLsFqop2kRfEHa1M1M1nx6BSGktBET1vKzheEkG8yYLrzylpjgiIJwFFquirKHYjZHeQwEDTv97GUmPPM6u4vt6vlPrT6vehnFic5gESnB68kFyMdn37All2BZpbcWybNM=
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
We have an old 2000 machine with some data that we can't get rid of yet.
the machine is taking up way too much space for the amount of data it holds and
the frequency in which the data is accessed.

so, i want to do a p2v migration.
using knoppix i have dd'd the whole hda drive and moved the data to an
image file
on the xen server.  then i created a lvm volume that is large enough
to hold the  hda
image file.  I then dd'd the image file onto the lvm volume.

now following the instructions on
https://help.ubuntu.com/community/XenVirtualMachine?highlight=%28xen%29#head-401ea845f0e3e639afc3fca541ff0f6fdf9d3fd7
i set up the following config file

kernel = "/usr/lib/xen-ioemu-3.0/boot/hvmloader"
builder='hvm'
memory = 512
name = "windows2000"
vcpus=1
vif = [ 'bridge=xenbr0' ]
disk = ['phy:/dev/vg/lvm-volume,ioemu:hda,w']
device_model ='/usr/lib/xen-ioemu-3.0/bin/qemu-dm'
boot='c'
vnc=1
vncviewer=1
serial='pty'
ne2000=0

i try to create the xen image and i get

<snip>
Using config file "/xen/domUs/windows2000/config".
VNC= 1
Unexpected error: <type 'exceptions.OSError'>

Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
Traceback (most recent call last):
  File "/usr/sbin/xm", line 10, in <module>
    main.main(sys.argv)
  File "/usr/lib/python2.5/site-packages/xen/xm/main.py", line 1446, in main
    rc = cmd(args)
  File "<string>", line 1, in <lambda>
  File "/usr/lib/python2.5/site-packages/xen/xm/main.py", line 751, in
xm_importcommand
    cmd.main([command] + args)
  File "/usr/lib/python2.5/site-packages/xen/xm/create.py", line 1185, in main
    dom = make_domain(opts, config)
  File "/usr/lib/python2.5/site-packages/xen/xm/create.py", line 976,
in make_domain
    os.kill(vncpid, signal.SIGKILL)
OSError: [Errno 3] No such process
<snip>

i have no clue what this means...

the xen-server is a ubuntu 7.04 SERVER with xen 3.0.3.
it isn't running X so i want the vm to start a vnc server
so i can connect to it using vnc to get the console.

TIA,
Tomoki

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] trying to get a windows2000 moved over to a xen machine., Tomoki Taniguchi <=