Archive

Archive for the ‘Ultimate vSphere Lab’ Category

Building the Ultimate vSphere Lab – Part 12: Finalizing the Lab

December 16, 2011 96 comments

Our basic setup is almost ready.  We just need to give our VMs some networks to connect to.

Let’s create a new VMnet5 network in the Virtual Network Editor.  Use range 10.0.3.0/255.255.255.0 and enable the Use local DHCP service to distribute IP address to VM.

image

Change the DHCP Settings and fill in a valid start and end address.

Read more…

Categories: Ultimate vSphere Lab

Building the Ultimate vSphere Lab – Part 11: vMotion & Fault Tolerance

December 16, 2011 44 comments

Next up is the creation of our vMotion interface.

Let’s take a look at vSwitch0 first:

image

Open Properties… and remove the VM Network portgroup.  Then, open the properties of the vSwitch and put both vmnic adapters as active.

image

Now open the properties of the Management Network and set vmnic0 as active and vmnic1 as standby.

Read more…

Categories: Ultimate vSphere Lab

Building the Ultimate vSphere Lab – Part 10: Storage

December 15, 2011 90 comments

We now have a cluster, but still not a usable because we don’t have Shared Storage yet.  So let us add some 🙂

 

We will go for an iSCSI solution.  This makes perfect sense since this can be virtualized perfectly.  Many iSCSI appliances exist on the market today.  Lefthand, UberVSA, OpenFiler, …  I will however go with the easiest solution: installing a Software iSCSI Target on Windows Server.

Again, various flavors exist, but what most people don’t realize is that Microsoft has it’s own free iSCSI Target.  I has all the basic functionality you need (CHAP, Snapshots, …).  No replication or other advanced stuff is supported, but we don’t really need that for now.

Let’s start by downloading the goodies: http://www.microsoft.com/download/en/details.aspx?id=19867

Extract it and put it on the Shared Folder to the VMs can access it.

Now, before we install the iSCSI Software, we need to change our VM to support it.  We will use our vCenter Server for Storage.  If you have the resources on your PC, a dedicated VM would be better (but then, i would go for a dedicated iSCSI appliance like Lefthand, OpenFiler, …).

Give your vCenter VM a second Hard Disk of 500GB and put it on HDD storage.

image

Read more…

Categories: Ultimate vSphere Lab

Building the Ultimate vSphere Lab – Part 9: ESXi

December 13, 2011 33 comments

Now that we have our vCenter running, it’s time to deploy our ESXi hosts.

Depending on the amount of memory you have, you can deploy as many ESXi hosts as you want.  Personally (I have 16 GB), i will install 2 of them.

Start by creating a new Virtual Machine.  Take Custom for the type of configuration.

image

Hardware Compatibility is Workstation 8.0.

Read more…

Categories: Ultimate vSphere Lab

Building the Ultimate vSphere Lab – Part 8: vCenter

December 7, 2011 54 comments

And now finally we come to the point where we are going to install a VMware product 🙂

Create yet another linked clone based upon the Windows2008R2_Base VM and name it VC.  This must be stored on SSD as well.

The Virtual Network must be VMnet2.  Add it to the domain labo.local.

Create a user VCAdmin in AD and make this a member of the Local Administrators group on the VC.  Log on with that user.

First we need to install SQL Native Client.  This is located on the SQL ISO (the one you installed SQL Server on @ SQL VM).  It can be found in folder 1033_enu_lp\x64\setup\x64 and is called sqlncli.msi.

The installation is just a matter of Next, Next, Next, Finish 🙂

image

Now, hop on to the SQL VM and open SQL Management Studio.

Read more…

Categories: Ultimate vSphere Lab

Building the Ultimate vSphere Lab – Part 7: SQL Server

December 7, 2011 70 comments

Create a new linked clone based on the Windows2008R2_Base template just like you did with the Domain Controller.  Name the machine SQL.

Again, store it on SSD storage.  Run through the OS Setup like you did with the Domain Controller.

Change the Network Adapter to VMnet2 to it can reach the DC.

If all goes well, you should get a DHCP address.

image

Give it a valid IP address and point the DNS Server to the DC.

Read more…

Categories: Ultimate vSphere Lab

Building the Ultimate vSphere Lab – Part 6: Domain Controller

December 7, 2011 22 comments

The first VM we will deploy is our Domain Controller.

Right-click the Windows2008R2_Base VM and select Manage – Clone.

image

Base the clone on an Existing Snapshot named Version 1.0 (or whatever you called it before).

Read more…

Categories: Ultimate vSphere Lab

Building the Ultimate vSphere Lab: Part 5 – Prepare the Template

December 5, 2011 2 comments

First, we will need to ‘protect’ our parent VM and make it a template.  This ensure we don’t delete it or power it on.  Select the Windows2008R2_Base VM and click Edit virtual machine settings.

image

Select the Options tab, go to the Advanced item and check the Enable Template mode checkbox.

Read more…

Categories: Ultimate vSphere Lab

Building the Ultimate vSphere Lab: Part 4 – Base Template

December 2, 2011 26 comments

Now it’s time to start building our Virtual Infrastructure services.  This will consist of a bunch of VMs hosting Active Directory, SQL Server, vCenter, …  So we’re talking about 3 to 5 VMs here.

We will use Windows 2008 R2 as the base OS for these VMs.  We will be using Linked Clones technology of VMware Workstation to put those VMs in the smallest space possible.

To make it a short story, we’ll install one ‘Base VM’ with Windows 2008 R2 including all the patches/service packs.  Then, we will create a linked clone for each of our VMs.  This linked clone contains only the differences between the Base VM and the linked clone.  In most cases, this is less than 5 GB per VM.

So let’s start for the Base VM.  Click Create a New Virtual Machine to create your first VM.

image

Read more…

Categories: Ultimate vSphere Lab

Building the Ultimate vSphere Lab – Part 3: VMware Workstation 8

December 2, 2011 30 comments

Once we have our desktop installed with Windows 7 x64, it’s time to install VMware Workstation 8.

 

Download the latest binaries from VMware website and start the setup:

image

Pick a Typical installation.

image

The default installation location is fine as it is.

Read more…

Categories: Ultimate vSphere Lab