Changes between Version 22 and Version 23 of Xen_DRBL


Ignore:
Timestamp:
Oct 30, 2009, 4:57:51 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_DRBL

    v22 v23  
    88----
    99= 【1.DRBL-Xen 環境配置】 =
    10  * __Xen image 和 grub menu 設定__
    11    * 將 Server 的 Xen Image 複製到 DRBL Client 的路徑
     10 * 將 Server 的 Xen Image 複製到 DRBL Client 的路徑
    1211{{{
    1312$ sudo su
     
    2827        netmask 255.255.255.0
    2928}}}
    30 
    3129----
    3230= 【2.HVM DRBL Client】 =
     
    3937if re.search('64', arch):
    4038    arch_libdir = 'lib64'
    41 else:       
     39else:
    4240    arch_libdir = 'lib'
    43 # Base     
     41# Base
    4442kernel='/usr/lib/xen/boot/hvmloader'
    45 builder='hvm'                                                                             
    46 memory='512'               
    47 name='hvm01'                 
     43builder='hvm'
     44memory='512'
     45name='hvm01'
    4846device_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 # console   
     47boot='n'
     48vif=['type=ioemu,bridge=eth1,mac=00:00:aa:bb:44:ae']
     49
     50# Graphical
     51vnc=1
     52sdl=0
     53
     54# Console
    5755vncconsole=1
    58            
    59 # other     
    60 acpi = 1   
    61 apic = 1   
     56
     57# Other
     58acpi = 1
     59apic = 1
    6260serial='pty'
    63            
    64 # mouse point
     61
     62# USB Mouse point
    6563usbdevice='tablet'
    66            
    67 # VNC       
    68 vncviewer=1                 
    69 vncpasswd=""             
     64
     65# VNC
     66vncviewer=1
     67vncpasswd=""
    7068vnclisten='0.0.0.0'
    7169}}}
     
    8482 1. Client 開機時,若有三個 eth,會依序使用 eth1 eth2 eth0 透過 udhcpc 來跟 DRBL Server 要 IP,是否有方法來指定 eth0 要即可?
    8583   * 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
    8985 2. Client 啟動 xend 時,無法 bridge eth0 (Xend 的服務正常,只是沒有 bridge 裝置)
    9086{{{