Changes between Version 13 and Version 14 of jazz/08-09-25


Ignore:
Timestamp:
Sep 25, 2008, 2:02:44 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/08-09-25

    v13 v14  
    5454 * [備忘] DRBL 的更新原則: 如果是 df 顯示出來的目錄讀寫權限是 RW,請重新跑 drblpush (re-deploy) 或用 drbl-cp-host 強制複製到每一台 DRBL Client。drblpush 更新方法包含 rsync 跟直接覆蓋兩種。
    5555 * [備忘] 在 Linux 底下查 BIOS 裡面的 UUID 可以用 [http://packages.debian.org/etch/dmidecode dmidecode] 套件的 dmidecode 指令,這個 UUID 就可以給 /tftpboot/nbi_img/pxelinux.cfg/ 指定特定機器的 pxelinux 設定用
     56   * [參考] [http://www.cyberciti.biz/tips/querying-dumping-bios-from-linux-command-prompt.html Get Information About Your BIOS / Server Hardware From a Shell Without Opening Chassis ( BIOS Decoder )]
     57   * [參考] [http://www.linux.com/articles/40412 dmidecode: What's it good for?]
    5658{{{
    5759root@drbl-xen-srv:~# dmidecode | grep UUID
     
    6769+ OPTIONS="-v -v -v -l -s /tftpboot/nbi_img"
    6870}}}
     71   * 打開 logging verbosity 之後,重新啟動
     72{{{
     73# /etc/init.d/tftpd-hpa restart
     74}}}
     75   * 從/var/log/daemon.log 可以看到 DRBL Client 送過來的 UUID
    6976 * [小技巧] 把 /etc/dhcp3/dhcpd.conf 裡的 log 設定前的 mark 拿掉,就可以在 /var/log/daemon.log 裡看到 DHCP Server 與 DHCP Client 互動的過程
    7077{{{