Unsolved

This post is more than 5 years old

102 Posts

25291

July 4th, 2013 16:00

ESXi and MEM - Question on Utilization

I am hoping some experienced engineers can help me out. We have been having internal discussions on reducing the number of connections we have configured with MEM for our ESX infrastructure.

We are currently running 10 ESXi 5.1 servers, six Equallogic members in two pools and supporting shy of 700 vm's in this environment. We are bumping up against the 1024 connection limit. We have already increased the size of half our datastores and reduced the number of them. There is internal debate on the actual performance contributions of the MEM plugin and what it brings to the table. I know what it does, but I am looking for some tests and ways to validate the performance improvements it brings. Whether by way of monitoring datastore latency, throughput, MB/s transfer speeds, network utilization on the vmfs iSCSI interfaces, whatever. Where should I be looking at what metrics should I be analyzing that would show the benefits. I need real evidence.

This would help confirm the value and allow us to gauge the impact of reducing the number of connection counts.

9 Technologist

 • 

729 Posts

July 5th, 2013 08:00

One of the simplest ways is to look as SANHQ "Live View" and look for any latency increase as you lower/adjust the MEM the connection counts.  This is under the IO section ( you need to configure the login and setting to use it first).

Regarding the connection count, MEM has ways to bring down the number of connections by modifying the three MEM connection limit parameters on each ESX server running MEM.

totalsessions: The ESX server running MEM cannot create more connections than this unless it requires more connections to create at least one connection to each volume.   Max of 1024 and minimum of 64, default is 512.

volumesessions:> The ESX server running MEM cannot create more connections to any one volume than this.  Max of 12 and a minimum of 3,  the default is 6. 

membersessions;  The ESX server running MEM cannot create any more volume connections per member to any one volume than this.  Max of 4 and minimum of 1, default is 2. 

If the pool limit just needs to be reduced a bit then volumesessions and membersessions is the best choice.  

If the pool needs to be reduced substantially the totalsessions may be the best short term choice.

There are two ways to change the MEM configuration values.  The preferred method is to use the MEM setup.pl script to modify the values and within 4 minutes the connections will adjust themselves.  You can also edit the /etc/cim/dell/ehcmd.conf script directly on the ESX server but you will then need to do the following to make the MEM re-read the configuration file. 

MEM 1.0.0 you just need to restart the ehcmd service with the command
service ehcmd restart

MEM 1.0.1 does not have an ehcmd service so you will need to restart all the CIM providers using this command to make MEM re-read the ehcmd.conf file.    
/etc/init.d/sfcbd-watchdog restart

 

-joe

102 Posts

July 6th, 2013 08:00

Thanks guys. So is it in fact considered a best practice to disable Delayed ACK and Large Receive Offload in an ESX/Equallogic environment? I know it is a suggested a possible solution to performance problems but my understanding is that it was meant to be applied only if particular issues were occurring. If there are no adverse affects to making these configurations changes, then it may be worth doing so just to rule this out.

No Events found!

Top