wiki:Xen_DRBL

Version 3 (modified by rock, 15 years ago) (diff)

--

Xen 和 DRBL 整合上得問題

1. DRBL for DRBL Xen Client 的環境設定

$ cp /boot/*xen* /tftboot/nbi_img

$ vim /tftboot/nbi_img/pxelinux.cfg/default
label drbl
  MENU DEFAULT
  # MENU HIDE
  MENU LABEL Ubuntu 8.10 (DRBL, Xen & Lustre)
  # MENU PASSWD
  kernel mboot.c32
  append xen.gz --- vmlinuz-pxe netloop.nloopbacks=0 --- initrd-pxe.img devfs=nomount drblthincli=off selinux=0 edd=on
  TEXT HELP
  * DRBL version: 1.9.3-24. (C) 2003-2008, NCHC, Taiwan
  * Disclaimer: DRBL comes with ABSOLUTE NO WARRANTY
  ENDTEXT


2. 問題

  • Client 開機時,若有三個 eth,會依序使用 eth0 eth1 eth2 透過 udhcpc 來跟 DRBL Server 要 IP,是否有方法來指定 eth0 要即可?
  • Client 啟動 xend 時,無法 bridge eth0
    $ xend restart
    ifdown: interface eth0 not configured
    SIOCSIFNAME: Device or resource busy
    
  • Client 沒有 mount /home 成功

Attachments (4)

Download all attachments as: .zip