Changes between Version 40 and Version 41 of jazz/DRBL_Xen


Ignore:
Timestamp:
May 4, 2009, 10:46:39 AM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/DRBL_Xen

    v40 v41  
    3232}}}
    3333     * [FYI] [http://www.linuxquestions.org/questions/fedora-35/what-is-the-meaning-of-libtls-directory-385934/ Reload this Page  what is the meaning of /lib/tls directory?]
    34    * Note4: Xen will use loop device for creating new DormU machine, so we load ''loop'' kernel module while booting.
     34   * Note4: Xen will use loop device for creating new DomU machine, so we load ''loop'' kernel module while booting.
    3535 * Choose Xen to boot at GRUB menu
    3636   * [[Image(wiki:jazz/DRBL_Xen:xen_grub.png)]]
     
    136136== Know Issue of DRBL () with Xen ==
    137137
    138  * Issue 1: Xen DormU Client will need /boot which in only on DRBL Server
     138 * Issue 1: Xen DomU Client will need /boot which in only on DRBL Server
    139139   * Step 1: patch ''/opt/drbl/sbin/drbl-nfs-exports''
    140140{{{
     
    217217   * Step 4: run '''/opt/drbl/sbin/dcs -> re-deploy''' or '''/opt/drbl/sbin/drblpush -c /etc/drbl/drblpush.conf''' to replace current '''/etc/exports'''.
    218218
    219 == Create Xen DormU configure files ==
    220 
    221  * Use '''xen-create-image''' command to create new DormU image
     219== Create Xen DomU configure files ==
     220
     221 * Use '''xen-create-image''' command to create new DomU image
    222222{{{
    223223root@drbl-xen-srv:~# ssh 192.168.0.2
     
    227227}}}
    228228
    229 == Xen DormU PXE Booting ==
    230 
    231  * According to "[http://fluxcoil.net/doku.php/xen/pxe_booting How-to boot a Xen HVM via PXE]" and "[https://www.cs.tcd.ie/Stephen.Childs/pypxeboot/ pypxeboot]", there are possibilities to boot Xen DormU via PXE.
     229== Xen DomU PXE Booting ==
     230
     231 * According to "[http://fluxcoil.net/doku.php/xen/pxe_booting How-to boot a Xen HVM via PXE]" and "[https://www.cs.tcd.ie/Stephen.Childs/pypxeboot/ pypxeboot]", there are possibilities to boot Xen DomU via PXE.
    232232
    233233=== Case 1: HVM supported ===