Changes between Version 4 and Version 5 of Old/VirtualizationImplementationNotes
- Timestamp:
- Dec 29, 2006, 3:58:26 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/VirtualizationImplementationNotes
v4 v5 1 1 = System Virtualization = 2 2 3 vconsole runs [http://www.xensource.com Xen]. Instances of Xen are configured in {{{/etc/xen/*.cfg}}} and their raw images in {{{/var/img}}}. The Xen host ({{{dom0}}}) is configured in /etc/xen/*.sxp and by our custom bridge creation scripts in {{{/etc/xen/scripts/*-orbit}}}. We have plenty of disk, so we don't bother using LVM2 to share images yet -- each {{{domU}}} has its own full image. Most of the instructions we needed are at [https://help.ubuntu.com/community/Xen VirtualMachine/XenOnUbuntuEdgy].3 vconsole runs [http://www.xensource.com Xen]. Instances of Xen are configured in {{{/etc/xen/*.cfg}}} and their raw images in {{{/var/img}}}. The Xen host ({{{dom0}}}) is configured in /etc/xen/*.sxp and by our custom bridge creation scripts in {{{/etc/xen/scripts/*-orbit}}}. We have plenty of disk, so we don't bother using LVM2 to share images yet -- each {{{domU}}} has its own full image. Most of the instructions we needed are at [https://help.ubuntu.com/community/XenOnUbuntuBinaryInstall]. Don't use the Xen packages Edgy/universe, run 6.06 like a sensible Ubuntu admin, and install the xensource binary tarball over it using the given script. Seriously. 4 4 5 5 = Network Virtualization =