Configuring a VMWare Cluster with 2 hosts and a Dell MD3220i storage array

I recently had the chance to setup a brand new SAN with two Dell R420 servers, two Dell PowerConnect switches, and a Dell MD3220i storage array with dual controllers. The goal was to install VMWare ESX 5.1 on the servers and attach them both to the storage array using iSCSI. We wanted to set them up in a cluster with shared storage so that if one server went down, the VM’s would be bootable on the other server (i.e. High Availability).

I found a tremendously helpful article by Bruce9404 but I wanted to document my steps here in case I ever have to do this again.

The Dell MD3220i has two controllers with four ports each. In addition, each controller also has a management port for configuring the array.

MD3200i_rear

 The four iSCSI ports should be connected to your SAN, while the management port should be connected to your corporate LAN. To configure the array, you need to download and install the Dell Modular Disk Storage Manager (MDSM) software. Install the software on any PC in your LAN and it will automatically discover the storage array and both controllers. Simply right-click the storage array and select “Manage Storage Array”

Now we need to configure the iSCSI ports on both controllers. Since there are four ports on each controller, we are going to need four different subnets. I chose:

Subnet 0: 192.168.200.0/24
Subnet 1: 192.168.201.0/24
Subnet 2: 192.168.202.0/24
Subnet 3: 192.168.203.0/24

It doesn’t really matter what subnets you choose as long as they are unique and not the same as your LAN subnet.

I labeled the subnets 0-3 so they would match up with the iSCSI ports. So iSCSI port 0 will need a IP address on subnet 0, iSCSI port 1 will need an IP on subnet 1, and so on. Here is what I came up with:

iSCSI port Controller 0 Controller 1
0 192.168.200.101 192.168.200.102
1 192.168.201.101 192.168.201.102
2 192.168.202.101 192.168.202.102
3 192.168.203.101 192.168.203.102

Click on the Setup tab and go to “Configure iSCSI host ports” to configure these IP addresses. Note that since our SAN is not connected to any other networks, there is no need for a default gateway. You can leave that field blank.

iSCSI configuration

Now we could connect all of these ports to a single switch but for redundancy sake, we have two switches. Lets assign subnet 0 and 1 to the first switch, and subnet 2 and 3 to the second switch. I like to use different colored patch cables for each switch. Here is what my setup looks like:

SAN wiring diagram

2 Comments

Add a Comment

Your email address will not be published. Required fields are marked *