close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsvn_wc-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
May 4, 2009, 10:46:39 AM (16 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
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 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. |
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 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 |
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 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 |
222 | 222 | {{{ |
223 | 223 | root@drbl-xen-srv:~# ssh 192.168.0.2 |
… |
… |
|
227 | 227 | }}} |
228 | 228 | |
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. |
232 | 232 | |
233 | 233 | === Case 1: HVM supported === |