10 | | |
11 | | * Physical to Virtual Conversion(P2V) |
| 10 | == [VM 需求] == |
| 11 | [[Image(XCP_VM_allocation.jpg,width=400)]] |
| 12 | == [虛擬設備的支援] == |
| 13 | [[Image(XCP_virtual-devices.jpg,width=400)]] |
| 14 | == [Physical to Virtual Conversion(P2V)] == |
| 15 | * Windows 的轉換 - 使用 [https://www.citrix.com/English/ss/downloads/details.asp?downloadId=1862307 xenconvert] |
| 16 | * Linux 的轉換 - 使用 XCP 安裝安碟並選擇 P2V 選項 |
| 17 | * 舊機器的轉換 - P2V tool 預設需要 64-bit 的 CPU,若是舊機器的話可選用 P2V-legacy (但必須支援 PAE),若是沒有支援 PAE 的話,就必須將硬碟換到支援 PAE 的機器再進行轉換 |
| 18 | == [Cloning 已存的 VM] == |
| 19 | * XCP 支援兩種要的 clone 方式: |
| 20 | 1. Full Copy: clone 速度慢 |
| 21 | 2. Copy-on-write: clone 速度快,但它只支援 file-backed VM,會降低硬碟的效能(與 template 的數量呈線性關係) |
| 22 | * 使用 vm-copy 指令 |