Changes between Version 40 and Version 41 of jazz/DRBL_Xen
- Timestamp:
- May 4, 2009, 10:46:39 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/DRBL_Xen
v40 v41 32 32 }}} 33 33 * [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 Do rmU 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. 35 35 * Choose Xen to boot at GRUB menu 36 36 * [[Image(wiki:jazz/DRBL_Xen:xen_grub.png)]] … … 136 136 == Know Issue of DRBL () with Xen == 137 137 138 * Issue 1: Xen Do rmU Client will need /boot which in only on DRBL Server138 * Issue 1: Xen DomU Client will need /boot which in only on DRBL Server 139 139 * Step 1: patch ''/opt/drbl/sbin/drbl-nfs-exports'' 140 140 {{{ … … 217 217 * Step 4: run '''/opt/drbl/sbin/dcs -> re-deploy''' or '''/opt/drbl/sbin/drblpush -c /etc/drbl/drblpush.conf''' to replace current '''/etc/exports'''. 218 218 219 == Create Xen Do rmU configure files ==220 221 * Use '''xen-create-image''' command to create new Do rmU image219 == Create Xen DomU configure files == 220 221 * Use '''xen-create-image''' command to create new DomU image 222 222 {{{ 223 223 root@drbl-xen-srv:~# ssh 192.168.0.2 … … 227 227 }}} 228 228 229 == Xen Do rmU 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 Do rmU 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. 232 232 233 233 === Case 1: HVM supported ===