這裏顯示兩個版本的差異處。
| Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
| 
                    software:virtualmachine [2009/03/27 17:23] wenpei  | 
                
                    software:virtualmachine [2014/10/21 16:30] (目前版本) sars [vSphere]  | 
            ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== VirtualBox ====== | ====== VirtualBox ====== | ||
| http://www.virtualbox.org | http://www.virtualbox.org | ||
| + | |||
| + | ===== Virtuatopia: VirtualBox 2 Essentials ===== | ||
| + | http://www.virtuatopia.com/index.php/VirtualBox_2_Essentials | ||
| ===== 下載 ===== | ===== 下載 ===== | ||
| 行 34: | 行 37: | ||
| VBoxManage setextradata "Guest OS Name" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/GuestPort" 22 | VBoxManage setextradata "Guest OS Name" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/GuestPort" 22 | ||
| VBoxManage setextradata "Guest OS Name" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/HostPort" 2222 | VBoxManage setextradata "Guest OS Name" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/HostPort" 2222 | ||
| + | |||
| + | 若要刪除設定,最後一項數值不要填寫即可。 | ||
| + | |||
| + | ===== 複製 .vdi ===== | ||
| + | 若直接複製 .vdi 檔案,加入 Vitual Media Manager 時,會出現 UUID 重複的錯誤: | ||
| + | <code> | ||
| + | Failed to open the hard disk D:\XP.vdi. | ||
| + | Cannot register the hard disk 'D:\XP.vdi' with UUID {5eaa4ad6-2742-480b-88f1-364b82c63c3d} because a hard disk 'D:\XP.vdi' with UUID {5eaa4ad6-2742-480b-88f1-364b82c63c3d} already exists in the media registry ('C:\Documents and Settings\test\.VirtualBox\VirtualBox.xml'). | ||
| + | |||
| + | Result Code: E_INVALIDARG (0x80070057) | ||
| + | Component: VirtualBox | ||
| + | Interface: IVirtualBox {779264f4-65ed-48ed-be39-518ca549e296} | ||
| + | </code> | ||
| + | |||
| + | 必須要重新設定 .vdi 的 UUID: | ||
| + | VBoxManage internalcommands setvdiuuid [vdi路徑] | ||
| + | |||
| + | 若出現以下畫面就成功了: | ||
| + | <code> | ||
| + | VirtualBox Command Line Management Interface Version 3.0.2 | ||
| + | (C) 2005-2009 Sun Microsystems, Inc. | ||
| + | All rights reserved. | ||
| + | |||
| + | UUID changed to: 5dd9ca50-5ef1-4b3d-896e-c93a6ad9bdda | ||
| + | </code> | ||
| + | |||
| + | ===== 查詢設定 ===== | ||
| + | VBoxManage getextradata "VirtualXP" enumerate | ||
| ===== Bridge ===== | ===== Bridge ===== | ||
| 行 95: | 行 126: | ||
| http://kate.babyface.com.tw/NetAdmin/25200802VirtualBox/ | http://kate.babyface.com.tw/NetAdmin/25200802VirtualBox/ | ||
| - | ====== VMware Server ====== | + | ====== VMware ====== | 
| + | ===== vSphere ===== | ||
| + | ==== 文件 ==== | ||
| + | * http://www.vmware.com/tw/support/support-resources/pubs/vsphere-esxi-vcenter-server-pubs/ | ||
| + | * https://pubs.vmware.com/vsphere-55/index.jsp | ||
| ===== Virtuatopia: VMware Server 2.0 Essentials ===== | ===== Virtuatopia: VMware Server 2.0 Essentials ===== | ||
| http://www.virtuatopia.com/index.php/VMware_Server_2.0_Essentials | http://www.virtuatopia.com/index.php/VMware_Server_2.0_Essentials | ||
| + | |||
| + | ===== EasyVMX ===== | ||
| + | http://www.easyvmx.com/ | ||
| + | |||
| + | 線上建立 Virtual Machine 的映像檔。 | ||
| + | |||
| + | ===== VMWare Fusion ===== | ||
| + | ==== Port Forwarding in NAT Mode ==== | ||
| + | sudo vi "/Library/Application Support/VMware Fusion/vmnet8/nat.conf" | ||
| + | |||
| + | <code> | ||
| + | [incomingtcp] | ||
| + | 3128 = 192.168.19.69:3128 | ||
| + | </code> | ||
| + | |||
| + | sudo "/Library/Application Support/VMware Fusion/boot.sh" --restart | ||
| + | |||
| + | http://www.youtube.com/watch?v=nTk7f7xCKBw | ||
| + | |||
| + | ====== VMware ThinApp ====== | ||
| + | http://www.vmware.com/products/thinapp/ | ||
| + | |||
| + | ====== Xen ====== | ||
| + | ===== Virtuatopia: Xen Virtualization Essentials ===== | ||
| + | http://www.virtuatopia.com/index.php/Xen_Virtualization_Essentials | ||
| + | |||
| + | ===== Installing Xen On An Ubuntu 7.10 ===== | ||
| + | http://www.howtoforge.com/ubuntu-7.10-server-install-xen-from-ubuntu-repositories | ||