Imagoon,
What are your thoughts on a used/refurb MD3000i, w/
Hard Drives: 15 x Dell 600GB 15K SAS Hot-Plug Hard Drives
Controllers: 2 x Dual-Port Gigabit Ethernet Controllers
It can be had for about 12,000 that is doable for me, as I'm already about to pay 6,000 for das. one big question for me. I'm having issues believing that my VMs will operate as fast over 2gb worth of ethernet. What kind of performance hit will I take.. especially if I end up with 5 VMs on the iscsi box.... I just don't think it will run as fast as direct storage.
am I wrong?
I must be wrong, everyone is doing the iscsi thing. is 2gb enough, does the MD3000i use all 4 ports, and fall back to 2 ports if a controller fails?
The key thing is to configure it properly. (Dell will help.) #1 You *need* 2 switches with at least flow control. Jumbo frames supported to 9218 is a bonus. You will create 2 lans (2 ip ranges) place port 1 of controllers 1 & 2 on one switch, port 2 on CTL 1 and 2 on the other. You will then at least run 2 cables to each ESXi box.
IE (ips are random, but would work)
CTL1:
IP P1: 192.168.171.101
IP P2: 192.168.172.101
CTL2:
IP P1: 192.168.171.102
IP P2: 192.168.172.102
ESX machine (1):
IP P1: 192.168.171.200
IP P2: 192.168.172.200
ESX machine (2):
IP P1: 192.168.171.201
IP P2: 192.168.172.201
You have 2 separate switches, one for each subnet (171 and 172). You do not interconnect them.
Configure the iSCSI initiator on the 2 ESXi boxes and point them at the 3000i. It will see them try to connect and add them to the list of "quick pick" targets to make the configuration easier.
In MD3000i
Create the hosts.
Create the hostgroup.
Add the hosts to the host group.
Create a LUN, add the LUN to the hostgroup.
The 2 ESXi machines will see the LUN after you click refresh.
Create the VMFS however you want.
Now the key thing -> you should see 4 connections appear for each LUN you add. Configure the group for round robin. From the point on that lun will round robin the connections, allowing you to exceed the 1 link limit (easily I may add).
Don't take this the step by step guide. I did leave a few out. But should give you the idea.