close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 21, 2009, 3:35:02 PM (16 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v25
|
v26
|
|
44 | 44 | * 網路架構採用 Bridge |
45 | 45 | * 共享的 Storage 採用 '''''NFS''''' (才能做 Migrate 和 Live Migrate ) |
| 46 | * 將之前透過 xm create 開啟的虛擬機器先 destroy |
| 47 | {{{ |
| 48 | $ sudo xm destroy {vm_name} |
| 49 | $ sudo xm list |
| 50 | }}} |
46 | 51 | ---- |
47 | 52 | = 【Step 1: 安裝需要的套件】 = |