70-247 Series: Part 17

Configure the Fabric (27%)

Configure the network fabric

System Center 2012 Virtual Machine Manager can be used to configure the network fabric. This includes:

  • Logical Networks and Network Sites - A logical network together with one or more associated network sites is a user-defined grouping of IP subnets that is used to simply network assignments. Logical networks are a simplification of networking that is user-friendly.
    Network sites are one more subnets, VLANs or subnet/VLAN pairs that are associated with a Logical Network. Network sites must be bound to a Host Group when they are created.
  • Virtual Networks
  • IP Address Pools
  • MAC Address Pools
  • Load Balancers

It's a good idea to draw out your network design, prior to implementation. Here you can see I have drawn out the network design, later I will implement the design in VMM.

clip_image001

Create a Logical Network

In the example below, I will create a logical network for Production. I will assign 2 sites to the logical network, one called Brisbane and one called Sydney.

clip_image002

clip_image003

When assigning VLANs and Subnets to sites, the IP Subnet is only required if you will be using IP Pools. The VLAN is required if you want VMM to automatically assign VLANs to your virtual machines.

clip_image004

clip_image005

clip_image006

You can use the hardware tab of the Host properties to assign a network adapter to a logical network.

clip_image007

Create an IP Address Pool

Creating an IP Address Pool is very similar to creating a DHCP scope, you have to configure the same options, including:

  • Starting and ending address
  • Excluded IP Addresses (called Reservations)
  • Default Gateway
  • DNS Servers and DNS Suffix

The only option that is really different from a DHCP scope is the VIP address range. These are used to assign Virtual IP Addresses when using Load Balancers.

clip_image008

clip_image009

clip_image010

In the screenshot below, you can see I have set the currently used addresses as excluded. I have also defined a range of 20 IP addresses that can be used for load balancer VIPs as required.

clip_image011

clip_image012

clip_image013

clip_image014

clip_image015

As you can see below, the newly created IP Pool has been configured and is ready for use.

clip_image016

Configure MAC Address Pools

By default, Virtual Machine Manager has two MAC Address Pools, one for Hyper-V and one for vmware. You can create additional MAC Address Pools if required. MAC Addresses that have been allocated to virtual machines can be released back to the pool, this occurs automatically when a virtual machine is deleted.

Configure Load Balancing

I have a Citrix NetScaler Load Balancer, so I'm going to install the provider (LINK) onto my VMM Server. If you want to try a Citrix NetScaler, Citrix have a 90-day free trial available that'll work well for testing purposes.

clip_image017

clip_image018

Restart the VMM service before continuing or you will get the following error:

clip_image019

clip_image020

Fire up the VMM console and add the load balancer.

clip_image021

clip_image022

clip_image023

clip_image024

clip_image025

clip_image026

clip_image027

clip_image028

clip_image029

Because I will be load balancing internal resources, I have selected both checkboxes below. I do not have a separate front-end network e.g. Perimeter Network.

clip_image030

You can see in the screenshot below that the provider does not yet support Citrix NetScaler 10.x so I won't be able to use my NetScaler with VMM. Unfortunate, but at least you get an idea of how to add a load-balancer to VMM.

clip_image031

clip_image032

VIP Templates

VIP Templates are a set of configuration settings that define the setup of a Virtual IP (VIP) Address. The following settings are available:

  • Template Type
  • Protocol - Including HTTPS pass-through/terminate settings
  • Persistence - Source IP, Cookie Insert, etc
  • Method - Round Robin, Least Connection, etc
  • Health Monitors - Status checks for a server behind a VIP

clip_image033

clip_image034

clip_image035

clip_image036

clip_image037

The options available when creating a VIP are dependent on the load balancing provider, NLB has fewer options than what is available when you select the NetScaler provider (one example is the health monitoring features).

NLB

clip_image038

NetScaler

clip_image039

Popular posts from this blog

Get local computer UUID/GUID using Windows Powershell

gPLink and gPOptions

PSLoggedOn Getting Started on Windows Server 2008 R2