Poor Man's SRM Lab (Whitebox)

I really wanted to test out some VMware Site Recovery Manager scenarios and realized that buying SANs, servers and networking equipment was quite expensive. I also didn’t have a lot of space in my house that was available for running all of this equipment. After completing my VCP5 I was given a copy of VMware Workstation 8 and thought that I might be able to build a nested virtual environment, where the ESXi hosts themselves were virtualized inside of workstation. (Don’t worry, virtualizing a virtual host doesn’t warp time or space, it’s safe.) ...

May 3, 2012 · 5 min · eshanks

Netapp VASA Provider 1.0

Netapp has released their vStorage APIs for Storage Awareness (VASA) provider 1.0 to their support site. http://support.netapp.com If you’re not that familiar with the VASA concept, this article should explain what it is and how it’s used in regards to VMware vSphere 5. What is VASA? VASA Providers collect information about your storage systems and present that information to vSphere. In previous versions of vSphere, an administrator might need to keep track of hisher datastores in a spreadsheet or have a naming convention that showed the properties of an individual datastore. For example, if your storage system had both SSD and Sata disks, the Datastore might be named VMFS01_SSD or something similar. ...

May 1, 2012 · 2 min · eshanks

VMware Replication Setup for Site Recovery Manager

Recently, I wrote a blog post about how to setup and configure VMware Site Recovery Manager for vSphere 5.0. This setup included using array based storage replication to transfer data and it ignored the new VMware replication engine that is included with Site Recovery Manager 5.0. This post is intended to cover the setup and configuration of the vSphere replication. If you’re not familiar with it, the vSphere Replication Management Server handles individual replication of powered on virtual machines, to a secondary site. This is a free vSphere appliance with the purchase of VMware Site Recovery Manager 5.0. Traditionally, vSphere required that the storage providers were replicating the virtual machine data for SRM to work, but that has all changed with 5.0. Now VMware can do the replication for you. ...

April 24, 2012 · 6 min · eshanks

VMware Site Recovery Manager Basic Setup

Finally, the idea of running a Disaster Recovery test is manageable. VMware Site Recovery Manager combined with vSphere has made it possible to test a failover to a warm site without worrying that the DR test itself will cause an outage. Setting up Site Recovery Manager and performing a site failover sounds like a daunting task, but VMware has made this very simple, assuming you are familiar with vSphere already. If you already have a virtual environment setup at both your production site and a secondary site, SRM is pretty simple to get started with but allows for almost any DR Plan you can think of to be run. ...

April 20, 2012 · 6 min · eshanks

Virtual Routing for Bubble Networks

A question often comes up about what to do when you have a segmented virtual network that needs to be able to traverse subnets. This might happen if you’re doing some testing and don’t want the machines to contact the production network, or perhaps doing a test SRM failover and having the virtual machines in their own test network. Virtual machines in subnet (A) might need to contact other virtual machines in subnet (B) but don’t have access to the physical router any longer, so they can’t communicate. To solve this issue, how about we try a virtual router? ...

April 18, 2012 · 3 min · eshanks

SQL HA Mirroring with vCenter

We’re probably all aware of the benefits of clustering things like SQL Server in order to provide highly available data. But shared storage clustering has some drawbacks on VMware ESXi clusters such as not being able to vMotion. • Database Mirroring – SQL Server database mirrors utilize a non-shared storage availability solution, using built-in SQL Server replication technology to create and maintain one or more copies of each database on other SQL Servers in the environment. SQL Server database mirrors provide application-aware availability, and the lack of a quorum disk makes this a VMware-friendly solution, allowing the full use of vMotion, DRS, and HA. ...

April 15, 2012 · 3 min · eshanks

Netapp VSC4 Optimization and Migration

One of my most frequently read articles is on how to use MBRAlign to align your virtual machine disks on Netapp storage. Well, after Netapp has released their new Virtual Storage Console (VSC4) the tedious task of using MBRAlign might be eased for some admins. Optimization and Migration The new VSC4 console for vSphere has a new tab called Optimization and Migration. Here you are able to scan all or some of your datastores to check the alignment of your virtual machines. The scan manager can even be set on a schedule so that changes to the datastore will be recognized. ...

April 10, 2012 · 3 min · eshanks

How to Broadcast Across Subnets

Many services such as DHCP or TFTP use broadcast packets to find a particular server. In the case of DHCP, a device when connecting to a network will send out a broadcast to find a DHCP server to get an IP address to use. But what if you have multiple subnets on your network? You could have a DHCP server on each of your subnets, but this seems a bit overkill. ...

April 7, 2012 · 2 min · eshanks

HP Gen8 Server Class Review

Hewlett-Packard has released the details of their new product line the Gen8 (don’t call me G8) servers. The new line as, you would expect, has all of the performance increases that seem necessary when coming out with a new product. The new Sandy Bridge XEON processors are onboard, they’ve increased the number of DIMM slots, increased the total amount of memory allowed per system while also increasing the memory speed supported. HP has also switched over to PCI 3.0 which is providing much faster speeds for PCI devices. ...

March 30, 2012 · 5 min · eshanks

Understanding Beacon Probing

If you’ve built a virtual infrastructure you’ve probably had to decide whether or not to use Beacon Probing when setting up your vSwitch uplink ports. But what is it, and why do we need it? Let me propose a scenario. Assume that we have a virtual switch with three uplinks, and one of those uplinks fails. If the uplinks are setup correctly, they will see the failed uplink and start sending their frames over the other active uplinks. This is standard network fault tolerance from vSphere. ...

March 27, 2012 · 3 min · eshanks