Changes between Version 25 and Version 26 of Xen_Lab2


Ignore:
Timestamp:
Oct 21, 2009, 3:35:02 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab2

    v25 v26  
    4444   * 網路架構採用 Bridge
    4545   * 共享的 Storage 採用 '''''NFS''''' (才能做 Migrate 和 Live Migrate )
     46 * 將之前透過 xm create 開啟的虛擬機器先 destroy
     47{{{
     48$ sudo xm destroy {vm_name}
     49$ sudo xm list
     50}}}
    4651----
    4752= 【Step 1: 安裝需要的套件】 =