Install Hyper-V di Server Core
Walaupun MS Hyper-V Server 2008 telah ada, tidak ada salahnya kita mencoba install Hyper-V di Server Core Windows Server 2008. Dahulu saya sempat bertanya-tanya apakah kita bisa install Hyper-V di Server Core (Seperti install ESX/Xen yang tanpa UI di Server)? Setelah browsing dan mencoba-coba, akhirnya berhasil.
Berikut langkah-langkahnya:
Langkah 1:
Hardware 64Bit (x86-64 Bit)!! Dan tentunya harus support Intel-VT atau AMD-V J. Processor bisa menggunakan AMD64, Athlon64, AMD64 Opteron, atau Intel Core Duo processor.
Langkah 2:
Install Windows Server 2008 64Bit. Ketika tampil box untuk memilih Server Core atau Full Installation, pilih Server Core. Setelah mengganti password Administrator, configure time, time zone dan time synchronization (pakai command control.exe timedate.cpl), configure hostname ( netdom.exe), set license (slmgr.vbs), configure IP (netsh.exe), aktifkan windows Updata atau Remote Desktop (wsregedit.wsf). Jika ingin backup dapat gunakan command wbadmin.exe.
Langkah 3:
Install updates package untuk MS Hyper-V RTM (http://support.microsoft.com/kb/950050). Bisa dilakukan 2 cara yaitu:
1. Download updates kemudian install manual (wusa.exe Windows6.0-KB950050-x64.msu)
2. Download updates melalui Automatic Updates (sebelumnya aktifkan Automatic Updates).
Cd c:\Windows\System32; Cscript SCregEdit.wsf /AU 4 ; Net stop wuauserv ; Net start wuauserv
Kemudian check update dengan command wuauclt.exe /detectnow (Server core akan check kemudian download updates dan install updates).
Untuk check log ini, masuk ke c:\windows\windowsupdate.log menggunakan Notepad.exe.
Check apakah updates telah terinstall dengan benar dengan command wmic qfe list /format:list.
Jika sudah terinstall akan tampil updates dengan HotFixIDKB950050.
Langkah 4:
Install Hyper-V role dengan command: start/w ocsetup.exe Microsoft-Hyper-V
Windows Package Manager akan member report bahwa System harus di restart. Click Yes untuk restart server. Setelah Server Restrat, log in sebagai Administrator kemudian check instalasi Hyper-V Server Role dengan command oclist.exe.
Selamat mencoba...