Changes between Version 11 and Version 12 of Doc/OS/Xen


Ignore:
Timestamp:
Nov 28, 2008, 4:48:25 PM (15 years ago)
Author:
/C=IE/O=Grid-Ireland/OU=cs.tcd.ie/L=RA-TCD/CN=Stephen O. Childs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/OS/Xen

    v11 v12  
    1717|| sl450-x86_64   ||    3.0.3       || sl450-x86_64            || Xen guest disk is now xvda not sda (see [https://twiki.cern.ch/twiki/bin/view/LinuxSupport/UpdatingFromSLC44toSLC45 here]) ||
    1818
    19 Example templates are available at {{{cfg/clusters/example-xen}}}.
     19Example templates are available at source:templates/trunk/clusters/example-xen
    2020
    2121= Templates =
     
    4242 * The disk size defined in the hardware template will be use to create backing storage for the VM filesystem.
    4343 * Make sure the OS defined for your VM is correct. Check the Quattor template {{{os_version_db.tpl}}} and edit it if necessary to ensure that your host has the correct OS selected.
    44  * Define the variable XEN_GUESTS to be a list of the guests you want to install on the host, using the names of their templates. (N.B. there is currently a restriction that the host and guest templates must be in the same cluster.) For example:
     44 * The assignment of guests to host is most easily done by creating a "database" in the variable XEN_DB. If you do this, it has the advantage that the {{{hardware/location}}} field on the guest can be set to the name of the host. See source:sites/example/site/xen/db.tpl for an example.
     45 * Alternatively, you can define the variable XEN_GUESTS on the host to be a list of the guests you want to install on the host, using the names of their templates. (N.B. there is currently a restriction that the host and guest templates must be in the same cluster.) For example:
    4546{{{
    4647variable XEN_GUESTS = list("testui.example.org","testwn.example.org");