Changes between Version 22 and Version 23 of Xen_Lab1


Ignore:
Timestamp:
Sep 29, 2009, 4:57:09 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab1

    v22 v23  
    178178 * 將 vm01 設定檔中的 dhcp 註解起來 (不讓 Kenel 載入完馬上跟 DHCP server 要 IP,等到完全開機後,再讓系統跟 DHCP server 要 IP)
    179179{{{
    180 !sh
     180#!sh
    18118131 #dhcp        = 'dhcp'
    182182}}}
     
    185185#!sh
    18618632 vif         = [ 'mac=00:16:3E:BE:53:01' ]
     187}}}
     188 * 增加此行 extra = 'console=hvc0 xencons=tty' 到 vm01 的設定檔
     189{{{
     190#!sh
     19141 extra = 'console=hvc0 xencons=tty'
    187192}}}
    188193----
     
    208213----
    209214= 【Step 7: 使用 VM 圖形管理介面】 =
    210  * 若是不習慣用指令,可安裝 virt-manager 圖形管理介面來控制虛擬機器
     215 * 若是不習慣用指令,可使用圖形管理介面來控制虛擬機器 (有兩套可以使用 virt-manager 和 convirt)
     216 * virt-manager
    211217{{{
    212218$ sudo aptitude install virt-manager
    213219$ sudo virt-manager
    214220}}}
     221 * convirt
     222{{{
     223$ cd /etc/apt/sources.list.d
     224$ wget --no-cache http://www.convirture.com/repos/definitions/debian/5.x/convirt.list
     225$ sudo aptitude update
     226$ aptitude install convirt
     227$ sudo convirt
     228}}}