User Tools

Site Tools


xen:installation_of_dom0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
xen:installation_of_dom0 [2011/03/25 15:04]
Luc Nieland
xen:installation_of_dom0 [2011/03/27 20:38] (current)
Luc Nieland [Debian 6.0 (Squeeze)]
Line 9: Line 9:
 Install a minimal OpenSuse system, choose "​other"​ graphical system, and choose text based server). Install a minimal OpenSuse system, choose "​other"​ graphical system, and choose text based server).
  
-Now the system will come up with a graphical-screen (ROTFL). With ctrl-alt-F1 change to text-mode and log with the create ​non-root user. Use:+Now the system will come up with a graphical-screen (ROTFL). With ctrl-alt-F1 change to text-mode and log in with the created ​non-root user during install. Use:
   sudo su - root   sudo su - root
   passwd root   passwd root
Line 17: Line 17:
   * security -> firewall: to disable the firewall   * security -> firewall: to disable the firewall
   * system -> System Services: to enable sshd in runlevel 3 (and optionally 4 and 5)   * system -> System Services: to enable sshd in runlevel 3 (and optionally 4 and 5)
-  * network to change the hostname and make the IP static+  * network ​-> to change the hostname and make the IP static
  
  
- +Update ​the repository cache and install generic usefull ​stuff:
-Install ​the Xen hypervisor ​and a Xen-enabled Linux kernel, and the bridging ​stuff with:+
   zypper up   zypper up
-  zypper install ​ iputils man bind-util vim-enhanced tcpdump rsync wget +  zypper install  ​mc iputils man bind-util vim-enhanced tcpdump rsync wget iftop 
-  zypper install  ​libvirt ​ ​libvirt-python ​ ​xen-libs  ​vm-install  ​xen  xen-tools  ​kernel-xen xen-tools-ioemu ​vm-install+ 
 + 
 +De-install conflicting patterns-openSUSE-minimal_base because it conflicts with python-base (which is a requirement for xen-tools). As a replacment for the package, some other packages need to be installed:​ 
 +  zypper remove ​ patterns-openSUSE-minimal_base 
 +  zypper install  ​python-base 
 + 
 +Install the Xen hypervisor and a Xen-enabled Linux dom0 kernel: 
 +  zypper install ​ ​libvirt ​ xen-libs ​   ​xen ​ kernel-xen  xen-tools 
 + 
 +Extra stuff: 
 +  zypper install ​ libvirt-python ​ vm-install  ​xen-tools-ioemu 
 + 
 + 
 +The required linux-bridging stuff has come as dependency. 
  
-and change ​the default boot-option to Xen in /​boot/​grub/​menu.lst+Change ​the default boot-option to the Xen hypervisor ​in /​boot/​grub/​menu.lst
   default 0   default 0
   ​   ​
  
  
-or use Yast: Virtualization -> Install Hypervisor and Tools -> Xen to install the Xen hypervisor and dom0 patched kernel.+As an alternative for cmdline zypper; ​use Yast: Virtualization -> Install Hypervisor and Tools -> Xen to install the Xen hypervisor and dom0 patched kernel. Resolve the python dependency also.
  
  
Line 103: Line 116:
   #!/bin/sh   #!/bin/sh
   BASEPATH=/​etc/​xen/​scripts   BASEPATH=/​etc/​xen/​scripts
-  ${BASEPATH}/​network-bridge "​$@"​ vifnum=0 ​netdev=eth0 ​bridge=xenbr0 +  ${BASEPATH}/​network-bridge "​$@"​ vifnum=0 bridge=xenbr0 ​netdev=eth0 
-  ${BASEPATH}/​network-bridge "​$@"​ vifnum=1 ​netdev=eth1 ​bridge=xenbr1 +  ${BASEPATH}/​network-bridge "​$@"​ vifnum=1 bridge=xenbr1 ​netdev=eth1 
-  ${BASEPATH}/​network-bridge "​$@"​ vifnum=2 ​netdev=eth2 ​bridge=xenbr2 +  ${BASEPATH}/​network-bridge "​$@"​ vifnum=2 bridge=xenbr2 ​netdev=eth2 
-  ${BASEPATH}/​network-bridge "​$@"​ vifnum=3 ​netdev=eth3 ​bridge=xenbr3+  ${BASEPATH}/​network-bridge "​$@"​ vifnum=3 bridge=xenbr3 ​netdev=eth3
  
  
xen/installation_of_dom0.1301061878.txt.gz · Last modified: 2011/03/25 15:04 by Luc Nieland