Archive

Posts Tagged ‘vSphere’

Performance Issue with VMware ESXi 4.1 and Physical RDM (Raw Device Mapping)

October 25, 2010 3 comments

Recently I was setting up a Windows virtual machine as an NFS server using Services for UNIX and noticed that the performance was very poor.  Reading from the NFS share was slow, but write performance was absolutely abysmal.  The speed was poor using both Windows 2003 R2 and 2008 R2 as the NFS server.  If you do a search on the internet you will notice that this is a common issue encountered using a Windows NFS server and a VMware ESXi client.  In my case I encountered a different problem, however.

I was attempting to export NFS using a drive locally connected to an ESXi 4.1 host and configured as a physical RDM.  Since the drive was locally connected, it did not present itself within the vSphere Client and configuration was required in the console.  An excellent tutorial on how to get this going can be found here.

I initially tried to set up a virtual RDM using “vmkfstools -r” but kept receiving an error that the device was busy.  So I ended up creating a physical RDM using “vmkfstools -z” which worked fine at first.  With the physical RDM I found that read/write performance was fine locally copying files on the Windows server and also using a Windows SMB share.  However, read/write performed using the NFS protocol was extremely slow.

So I deleted the physical RDM mapping that I created (vmkfstools -U) and attempted to start again.  This time I created a virtual RDM mapping on a different VMFS partition (the RDM drive is set up as a .vmdk file on an existing volume but takes up no space).  This time it was created successful without errors.  And I am pleased to say that the performance of a directory exported via NFS is now performing much better.  I would say the write speed is at least 12x faster!

Categories: VMware, vSphere Tags: ,

Fixing VMware Update Manager After Changing vCenter Server Host Name

July 2, 2009 2 comments

Recently I encountered a problem with the VMware Update Manager after I changed the host name of my vCenter Server.  Turns out that some reconfiguration is necessary.  This is the error message that is presented when I started the vSphere Client and it attempts to load the Update Manager plugin:

Okay let’s fix this.  Go to Start, right click My Computer, then in the menu select Management.

On the left open up “Services and Applications” and click the Services branch.  In the right pane right click the VMware Update Manager Service and select Stop.  Keep the Computer Management MMC open for now.

Now open up Wordpad and we need to edit a file.  The file doesn’t open correct with Notepad.  Browse to the following file:

If using 32-bit Windows edit C:\Program Files\VMware\Infrastructure\Update Manager\vci-integrity.xml.
If using 64-bit Windows edit C:\Program Files (x86)\VMware\Infrastructure\Update Manager\vci-integrity.xml.

Search the file for this XML tag:

<vpxdLocation>http://Old_vCenter_Server_Name:80</vpxdLocation>

Replace the “Old_vCenter_Server_Name” or IP Address with the new host name.  I used the FQDN and it worked fine.

Switch back to the Computer Management and right Click the VMware Update Manager Service again and select Start.

Now open up the vSphere Client and it should start and load the Update Manager plugin with no errors.  Yes!

References

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1014639

Categories: VMware, vSphere Tags: ,