Just did some test today on building the Windows 2008 R2 Cluster on top of VMware vSphere 4.1. This is my 1st time to configure a Microsoft cluster with windows 2008R2. Read through some best practices guide from VMWare and configure it. Couple of key things you may wanna take note while building a Microsoft cluster on VMware.
1st is the placement for the 2 node cluster virtual machine, which you should consider split the 2 virtual machine in different host and disable the DRS or vMotion for the cluster node. Now is about the quorum disk and data disk you would like to put in the cluster. You may consider using RDM for either physical or virtual mode, and provide separate SCSI controller for the share disk. You will further require configure the SCSI controller as physical mode allow the RDM to be access by the 2nd node later.
Read more »
Due to some reconfiguration work we performed on our Virtual Infrastructure, we had required to relocate some of the VM to a different datastore. These VMs which required to be moved had been attached with Raw Device Mapping (RDM). Previously I thought the offline storage migration will not move the RDM over to the datastore as RDM is referring to the raw device from the SAN storage.Actually I was planned to convert the RDM to VMDK which I planned to manual transfer the files I need from RDM to the new virtual disk I created.
Read more »
To improve the I/O performance for ESX Virtual Infrastructure, VMware had come out with the round robin option for both ESX and VM guests. Although is an experimental option in the ESX setting today, but I will encourage you all to try this option which provide fail over and load balancing on the storage path to connect to you SAN storage. For VM guests, you will allow allow to use this when you have RDM – Raw Device Mapping option to direct read write to the physical LUN from your SAN storage without using VMFS.
Read more »
Recently I had read a couple of article regarding the performance caparison chart from VMware, Netapps and some of the forum communities, I do really find out the real performance is much different with the technical white paper that I read before this.
As for the today, more users are actually deployed the mission critical and high I/O servers on the virtualization environment, but we do see some I/O bottle neck which cause by the storage performance always. VMDK do provide flexibility from management perspective, but it does sacrifice the performance you may require for your databases, files transfers and disk performance. I had run a couple of test with real case scenerio instead of I/O meter that been always use widely, and here is the summarize result I would like to share.
In disk perfomance, we always split it to 2 categories as sequential and random I/O. in sequential mode, you will see the huge different while you try to perform the file transfer locally or through network. My test environment is running with SAN storage from fiber channel with same LUN size and raid group which are created from the Storage Level. The only differences is VMFS Vs Raw.
Raid Group design 7+1 raid 5 configuration and run on MetaLun configuration
Each LUN size is 300GB
Read more »