This article is not part of the Building Microsoft System Center Cloud series but we will use the new cluster to host our VMs in the cloud series.
Design
High-level design
- None. It is very simple…
Low-level design
Networks
First we should configure the network.
Topology
- In the production environment you would like to have physical or VLAN separation of the networks but in our case in our testing environment we will use this configuration because this is the best configuration that currently I am able to use.
- Another possibility is to have multiple 10 Gb network adapters on a single network, team them to a single virtual switch and create multiple virtual network adapters with configured Quality of Services (QoS – configured minimal bandwidths). It is possible to do this configuration on a single Hyper-V cluster using PowerShell but it is much simpler to do it later from the System Center Virtual Machine Manager.
- Do not forgot to use different subnets for inter-cluster communication (heartbeat and other communication) and live migration.
Storage
- Direct connection to the SAN (Fibre-Channel).
Implementation overview
- Please continue to the guide with general information on implementation of the failover clustering.