close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Mar 11, 2009, 2:45:54 PM (17 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v1
|
|
| | 1 | = Xen 和 DRBL 整合上得問題 = |
| | 2 | == 1. DRBL for DRBL Xen Client 的環境設定 == |
| | 3 | {{{ |
| | 4 | $ cp /boot/*xen* /tftboot/nbi_img |
| | 5 | |
| | 6 | $ vim /tftboot/nbi_img/pxelinux.cfg/default |
| | 7 | label drbl |
| | 8 | MENU DEFAULT |
| | 9 | # MENU HIDE |
| | 10 | MENU LABEL Ubuntu 8.10 (DRBL, Xen & Lustre) |
| | 11 | # MENU PASSWD |
| | 12 | kernel mboot.c32 |
| | 13 | append xen.gz --- vmlinuz-pxe netloop.nloopbacks=0 --- initrd-pxe.img devfs=nomount drblthincli=off selinux=0 edd=on |
| | 14 | TEXT HELP |
| | 15 | * DRBL version: 1.9.3-24. (C) 2003-2008, NCHC, Taiwan |
| | 16 | * Disclaimer: DRBL comes with ABSOLUTE NO WARRANTY |
| | 17 | ENDTEXT |
| | 18 | }}} |
| | 19 | |
| | 20 | [[BR]] |
| | 21 | == 2. 問題 == |
| | 22 | * Client 開機時,若有三個 eth,會依序使用 eth0 eth1 eth2 透過 udhcpc 來跟 DRBL Server 要 IP,是否有方法來指定 eth0 要即可? |
| | 23 | * Client 啟動 xend 時,無法 bridge eth0 |
| | 24 | |