Tomoki Taniguchi
2007-Sep-27 06:54 UTC
[Xen-users] trying to get a windows2000 moved over to a xen machine.
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@lists.xensource.com 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@lists.xensource.com http://lists.xensource.com/xen-users
Maybe Matching Threads
- Unexpected error: exceptions.OSError - Setting up Windows XP HVM
- Unexpected error: <type ''exceptions.OSError''>
- tap2:remus:backup_ip:9000|aio:/path_to_disk.img not working - OSError: [Errno 2] No such file or directory
- xend.log when pygrub failed to boot
- pci pass-through failure on xen 3.3.0