Changes between Version 20 and Version 21 of Xen_DRBL


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_DRBL

    v20 v21  
    2020(network-script 'network-route netdev=eth1')
    2121(vif-script     vif-route)
    22 }}}
     22
     23$ sudo vim /etc/netwrok/interfaces
     24allow-hotplug eth1
     25iface eth1 inet static
     26        address 192.168.100.X
     27        netmask 255.255.255.0
     28}}}
     29
    2330----
    2431= 【2.HVM DRBL Client】 =
    2532[[Image(HVM DRBL Client_1.png,width=450)]]
    26  * 只需修改設定檔即可可以參考以下
     33 * 只需修改設定檔即可,可參考以下設定檔
    2734{{{
    2835#!sh
     
    6471----
    6572= 【3.PV DRBL Client】 =
     73 * 有三種作法:
     74   1. pygrub
     75   2. [http://www.grid.ie/pypxeboot/ pypxeboot]
     76   3. [http://wiki.xensource.com/xenwiki/PvGrub PvGrub]
    6677----
    6778= 【問題】 =