Changes between Version 22 and Version 23 of Xen_DRBL
- Timestamp:
- Oct 30, 2009, 4:57:51 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_DRBL
v22 v23 8 8 ---- 9 9 = 【1.DRBL-Xen 環境配置】 = 10 * __Xen image 和 grub menu 設定__ 11 * 將 Server 的 Xen Image 複製到 DRBL Client 的路徑 10 * 將 Server 的 Xen Image 複製到 DRBL Client 的路徑 12 11 {{{ 13 12 $ sudo su … … 28 27 netmask 255.255.255.0 29 28 }}} 30 31 29 ---- 32 30 = 【2.HVM DRBL Client】 = … … 39 37 if re.search('64', arch): 40 38 arch_libdir = 'lib64' 41 else: 39 else: 42 40 arch_libdir = 'lib' 43 # Base 41 # Base 44 42 kernel='/usr/lib/xen/boot/hvmloader' 45 builder='hvm' 46 memory='512' 47 name='hvm01' 43 builder='hvm' 44 memory='512' 45 name='hvm01' 48 46 device_model='/usr/lib/xen/bin/qemu-dm' 49 boot='n' 50 vif=['type=ioemu,bridge=eth1,mac=00:00:aa:bb:44:ae'] 51 52 # Graphical 53 vnc=1 54 sdl=0 55 56 # console47 boot='n' 48 vif=['type=ioemu,bridge=eth1,mac=00:00:aa:bb:44:ae'] 49 50 # Graphical 51 vnc=1 52 sdl=0 53 54 # Console 57 55 vncconsole=1 58 59 # other60 acpi = 1 61 apic = 1 56 57 # Other 58 acpi = 1 59 apic = 1 62 60 serial='pty' 63 64 # mouse point61 62 # USB Mouse point 65 63 usbdevice='tablet' 66 67 # VNC 68 vncviewer=1 69 vncpasswd="" 64 65 # VNC 66 vncviewer=1 67 vncpasswd="" 70 68 vnclisten='0.0.0.0' 71 69 }}} … … 84 82 1. Client 開機時,若有三個 eth,會依序使用 eth1 eth2 eth0 透過 udhcpc 來跟 DRBL Server 要 IP,是否有方法來指定 eth0 要即可? 85 83 * Client開機時, udhcpc 會根據 XEN 的 netloop 的數量抓到多餘的 veth 和 vif 裝置,解決方法可在 kernel command 加上 netloop.nloopbacks=0 或將其編譯成 module 86 > 回報給老大,老大已更新 linuxrc-or-init (/usr/lib/mkpxeinitrd-net/initrd-skel) 在新的 unstable DRBL 版本,預設只會使用 eth0 來抓 IP 87 88 [[BR]] 84 * 回報給老大,老大已更新 linuxrc-or-init (/usr/lib/mkpxeinitrd-net/initrd-skel) 在新的 unstable DRBL 版本,預設只會使用 eth0 來抓 IP 89 85 2. Client 啟動 xend 時,無法 bridge eth0 (Xend 的服務正常,只是沒有 bridge 裝置) 90 86 {{{