Changes between Version 20 and Version 21 of Xen_DRBL
- Timestamp:
- Oct 30, 2009, 4:46:27 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_DRBL
v20 v21 20 20 (network-script 'network-route netdev=eth1') 21 21 (vif-script vif-route) 22 }}} 22 23 $ sudo vim /etc/netwrok/interfaces 24 allow-hotplug eth1 25 iface eth1 inet static 26 address 192.168.100.X 27 netmask 255.255.255.0 28 }}} 29 23 30 ---- 24 31 = 【2.HVM DRBL Client】 = 25 32 [[Image(HVM DRBL Client_1.png,width=450)]] 26 * 只需修改設定檔即可 可以參考以下33 * 只需修改設定檔即可,可參考以下設定檔 27 34 {{{ 28 35 #!sh … … 64 71 ---- 65 72 = 【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] 66 77 ---- 67 78 = 【問題】 =