[et-mgmt-tools] cobbler-0.6.5-3.el4 - xen virt trouble

Tom Brown tom at ng23.net
Mon Feb 25 12:48:16 UTC 2008


Hi

I am still having issues trying to get xen based VM's running, here is 
what i have done so far.

Have cobbler build a x86_64 machine with the xen kernel etc 2.6.18-53.el5xen

Create a xen based profile so that i can install a xen system

cobbler profile add --name=RHEL4-u5-xen-i386 --distro=RHEL4-u5-xen-i386 
--kickstart=/etc/cobbler/kickstart_RHEL4-u5-xen-i386.ks

Then create a system in cobbler to use this profile

cobbler system add --name=virtbox --hostname=virtbox --ip=192.168.28.247 
--subnet=255.255.255.0 --gateway=192.168.12.2 --profile=RHEL4-u5-xen-i386

Then on the machine that i built using cobbler use koan to do the following

koan --virt --server=192.168.12.161 --system=virtbox

This appears to work fine

- using kickstart from cobbler: 
http://192.168.12.161/cblr/kickstarts_sys/virtbox/ks.cfg
- no virt-type specified, auto-selecting xenpv
libvirt_qemud (pid 2345) is running...
downloading initrd initrd.img to /var/lib/xen/initrd.img
url=http://192.168.12.161/cobbler/images/RHEL4-u5-xen-i386/initrd.img
- using kickstart from cobbler: 
http://192.168.12.161/cobbler/images/RHEL4-u5-xen-i386/initrd.img
downloading kernel vmlinuz to /var/lib/xen/vmlinuz
url=http://192.168.12.161/cobbler/images/RHEL4-u5-xen-i386/vmlinuz
- using kickstart from cobbler: 
http://192.168.12.161/cobbler/images/RHEL4-u5-xen-i386/vmlinuz
Kernel arguments: 
ks=http://192.168.12.161/cblr/kickstarts_sys/virtbox/ks.cfg 
ksdevice=eth0 lang=  kssendmac syslog=192.168.12.161:25150 text
use virt-manager or reconnect with virsh console virtbox

as i can see that the virt box is created but it only ever shows as 
'blocked'

# virsh
Welcome to virsh, the virtualization interactive terminal.

Type:  'help' for help with commands
       'quit' to quit

virsh # list
 Id Name                 State
----------------------------------
  0 Domain-0             running
  4 virtbox              blocked

Any ideas here to what i am doing wrong?

thanks






More information about the et-mgmt-tools mailing list