Step-by-Step Installing Hyper-V on Server Core
|
Posted Friday, 18 July 2008 by Michael Khanin

- Enable CPU virtualisation assistance and DEP in the BIOS.
- Install Windows Server 2008 Enterprise x64 (Core Installation).
- Determine the NIC ID: netsh interface ipv4 show interfaces.
- Set the IP address for NIC, let say for NIC #2: netsh interface ipv4 set address name=”2″ source=static address=192.168.1.3 mask=255.255.255.0 gateway=192.168.1.1.
- Set the DNS: netsh interface ipv4 add dnsserver name=”2″ address=192.168.1.2 index=1.
- Rename server: netdom renamecomputer %computername% /NewName:HyperSvr1.
- Reboot for that to take effect: shutdown /r /t 0.
- Join it to domain: netdom join %computername% /domain:admininfo.local /userd:administrator /passwordd:*.
- Reboot for that to take effect: shutdown /r /t 0.
- Copy CoreConfigurator onto the Core server and configured any users, groups, enabled RDP, firewall settings, etc…
- Download and copy the Hyper-V update onto the server.
- Install the Hyper-V update: wusa.exe Windows6.0-KB950050-x64.msu.
- Install the Hyper-V role: start /w ocsetup.exe Microsoft-Hyper-V.
- Reboot.
- Download and install Remote Management for Windows Vista.
|
Add comment
You have no rights to add a new comment. May be you need to register on the site.