This week Microsoft released the Windows 8 Consumer Preview and the Windows Server 8 Beta. You can get the software here:
Windows Server 8 brings a lot of new features to Hyper-V and Clustering. I will try to get some more information and how-to’s about the new features in the next couple of days.
Here is a small guide how you can setup a basic Windows Server 8 Hyper-V Clsuter via iSCSI. This covers only basics and should help users to setup a Hyper-V Cluster for testing very quickly.
Setup the Hyper-V Hosts
- Configure the Hyper-V hosts with Hostname, IP Address, Domain
I still create the Cluster with the following Network AdaptersNetwork Adpater Traffic Management Domain, RDP,… VMNET Network for Virtual Machine traffic LiveMigration Live Migration traffic CSV CSV traffic ISCSI01 iSCSI traffic ISCSI02 iSCSI traffic - Add the Hyper-V role, the Failover Cluster Feature and the MPIO feature.
You can do this via Server Manager or via PowershellAdd-WindowsFeature Hyper-V Add-WindowsFeature Failover-Clustering Add-WindowsFeature Multipath-IO
- Install the latest patches via Windows Update
- Configure the Hyper-V Virtual Switch for your Virtual Machine Network. (You can do this via Hyper-V Manager or PowerShell.
Get-Command –Module Hyper-V
- Enable MPIO support for iSCSI devices
- Connect the iSCSI storage via iSCSI (This works like in Windows Server 2008 R2)
- Format the disk via Computer Management, diskpart or PowerShell.
With the PowerShell command “Get-Disk” you can list all availible disks and with Get-Command –Module Storage you can list all storage related PowerShell cmdlets.
Create Cluster
- Now you can you can open the Failover Cluster Manager to create your Cluster
- Click on “Create Cluster” and select the your cluster nodes
- Now you run the Cluster Validation Wizard
- In Windows Server 8 the Validation Wizard does also test the Hyper-V Configuration of your nodes.
- After you have passed all the test you can go to the next step and create your Cluster. If the Validation Report shows some Warning and Errors you should fix them first.
- Now enter the Cluster Name and Cluster IP Address
- Now if very thing worked out, you can now start to work with your Cluster
- Now you can add the Available Storage to the Cluster Shared Volumes, so you can add Virtual Machines to the storage
- With a right click on Roles you can create a Virtual Machine
- Now when you create the Virtual Machine you have to choose one of the Cluster Shared Volumes. The Cluster Shared Volumes are availible on every Cluster node on C:\ClusterStorage\*
This is a very small how to how you can create a Hyper-V Cluster with Windows Server 8 beta. Basically it is not really different to Windows Server 2008 R2 or Hyper-V R2, but it brings a couple of great new features to Hyper-V and Failover Clustering.
Tags: Beta, Cluster, Hyper-V, Hyper-V Cluster, Microsoft, Windows Server, Windows Server 8 Last modified: March 3, 2012
Am I supposed to format the shared storage or leave it off-line? I am getting an MPIO storage error when creating the cluster.
Yes :) You have to take the shared Storage online, format it and take it back offline.
Hallo Thomas
Auf der suche nach einem Hyper-V 2012 Tutorial bin auf deinen Eintrag gestossen. Hoffe dir gehts gut.
lg Philipp
Hallo Philipp ja klar, ich hoffe dir auch und der Eintrag hat dir geholfen