Changes between Version 5 and Version 6 of Old/VirtualizationImplementationNotes


Ignore:
Timestamp:
Dec 29, 2006, 6:45:58 PM (17 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/VirtualizationImplementationNotes

    v5 v6  
    22
    33vconsole 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
     5From [http://tx.downloads.xensource.com/downloads/docs/user/#SECTION02220000000000000000 The Xen User Guide]:
     6  "... MAC address from the range 00:16:3E:xx:xx:xx, assigned by IEEE to !XenSource as an OUI (organizationally unique identifier). !XenSource Inc. gives permission for anyone to use addresses randomly allocated from this range for use by their Xen domains."
     7
     8We use specific MAC addresses, and manage them with DHCP as if they were otherwise physical devices.
     9
     10|| mac               || ip          || notes       ||
     11|| 00:16:3E:00:00:01 || 10.50.71.10 || guest1 eth0 ||
     12|| 00:16:3E:00:00:02 || 10.71.0.10  || guest1 eth1 ||
     13|| 00:16:3E:00:00:03 || 10.50.72.10 || guest2 eth0 ||
     14|| 00:16:3E:00:00:04 || 10.72.0.10  || guest2 eth1 ||
     15|| 00:16:3E:00:00:05 || 10.50.73.10 || guest3 eth0 ||
     16|| 00:16:3E:00:00:06 || 10.73.0.10  || guest3 eth1 ||
     17|| 00:16:3E:00:00:07 || 10.50.74.10 || guest4 eth0 ||
     18|| 00:16:3E:00:00:08 || 10.74.0.10  || guest4 eth1 ||
    419
    520= Network Virtualization =