DomU-gen

From Webhuis wiki
Revision as of 23:06, 22 September 2012 by Martin (talk | contribs) (→‎Guest)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Gestandaardiseerd genereren van virtuele machines.

 497  virt-install --connect qemu:///system -n test-kvm -r 256 --vcpu=1 --disk path=/dev/mapper/kvm150--data-data--lv--install \

-l http://mirror.webhuis.nl/debian/dists/squeeze/main/installer-amd64 os-type linux --os-variant debiansqueeze --accelerate \ --network=bridge:br0 --hvm --vnc --debug --extra-args "auto=true preseed/url=http://mirror.webhuis.nl/webhuis-preseed-noswap-squeeze.cfg netcfg/disable_dhcp=true netcfg/get_ipaddress=10.68.71.167 netcfg/get_netmask=255.255.255.224 netcfg/get_gateway=10.68.71.161 netcfg/get_nameservers=10.68.71.187 hostname=test-kvm.webhuis.nl"


lvextend --extents +100%FREE /dev/vg-root-install/root

post install

Host

    <disk type='block' device='disk'>
      <driver name='qemu' type='raw'/>
      <source dev='/dev/mapper/kvm150--swap-test--kvm'/>
      <target dev='vdb' bus='virtio'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
    </disk>
    <disk type='block' device='disk'>
      <driver name='qemu' type='raw'/>
      <source dev='/dev/mapper/kvm150--data-support--svn--dvg'/>
      <target dev='vdc' bus='virtio'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
    </disk>

Guest

  98  vgcreate data /dev/vdc1
  99  lvcreate -l +100%FREE -n htv data
 100  lvdisplay 
 101  mount -t ext3 /dev/data/htv /mnt/
 102  mkfs.ext3 /dev/data/htv 
 103  mount -t ext3 /dev/data/htv /mnt/

Terug naar: Webhuis bouwstenen