[xen-tools-discuss] xm create

victor at collote.net victor at collote.net
Wed Dec 15 11:33:36 CET 2010


hi
Ubuntu 10.10 if the kernel is 2.6.32.26 maverick
I follow the steps of:
  https://help.ubuntu.com/community/Xen
with xen-4.0.1 and Ubuntu 10.10 maverick

the file is:
 
kernel      = '/boot/vmlinuz-2.6.32.26'
ramdisk     = '/boot/initrd-2.6.32.26.img'

memory      = '128'

#
#  Disk device(s).
#
root        = '/dev/sda2 ro'
disk        = [
                  'file:/home/xen/domains/xen2.ivanvictor.com/disk.img,sda2,w',
                  'file:/home/xen/domains/xen2.ivanvictor.com/swap.img,sda1,w',
              ]


#
#  Physical volumes
#



#
#  Hostname
#
name        = 'xen2.ivanvictor.com'

#
#  Networking
#
dhcp        = 'dhcp'
vif         = [ 'mac=00:16:3E:77:EB:37' ]

#
#  Behaviour
#
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'


More information about the xen-tools-discuss mailing list