Saturday, May 21, 2016

End of General Support for vSphere 5.0 and vSphere 5.1

The End of General Support for vSphere 5.0 and vSphere 5.1 is August 24, 2016.  To maintain your full level of support and subscription, you will need to upgrade to a supported version of vSphere, for more details refer the below link.

Sunday, May 8, 2016

vSphere HTML5 Web Client

vSphere HTML5 Web Client fling. Its good to see some progress towards HTML5 based web client. vmware published vsphere HTML5 web client supporting both the vCenter server appliance and vCenter server ( Windows).

Following features are available HTML5 web client.

VM Power Operations (common cases)
VM Edit Settings (simple CPU, Memory, Disk changes)
VM Console
VM and Host Summary pages
VM Migration (only to a Host)
Clone to Template/VM
Create VM on a Host (limited)
Additional monitoring views (Performance charts, Tasks, Events)
Global Views (Recent tasks, Alarms–view only)

Saturday, May 7, 2016

ESXi Queue Depth

The HBA LUN queue depth determines how many commands the HBA is willing to accept and process per LUN and target.

ESXi 5.x the ddefault value for ql2xmaxqdepth=64, if a single VM is issuing IO, the queue Depth setting is applicable.

When multiple VM's are simultaneously issuing IO's to the LUN, the ESX parameter Disk.SchedNumReqOutstanding (DSNRO) value becomes the leading parameter, and HBA Queue Depth is ignored.

Increading the Queue Depth value without changing the Disk.SchedNumReqOutstanding setting will only be beneficial when one VM is issuing commands. It is considered best paactice to use the same value for the Queue Depth and DSNRO.


AQLEN

Type esxtop and press d:disk adapter:

The value listed under AQLEN is the queue depth of the storage adapter. This is the maximum number of ESX VMKernel active commands that the adapter driver is configured to support.

DQLEN

Type esxtop and press u: disk device:  

DQLEN limits the commands per storage device.
The value listed under DQLEN is the queue depth of the storage device. This is the maximum number of ESX VMKernel active commands that the device is configured to support.


So basically I can multiply the LUN queue with the number of connected datastores to know how much active commands my host is allowed to issue down to the storage. This value will be limit by AQLEN to 2176 per vmhba.

What’s the Best Setting for Queue Depth?


VMware default settings are usually preferred. However, It is highly unlikely that all hosts perform at their maximum level at any one time. Changing the defaults can improve throughput, but most of the time it is just a shot in the dark. Although you are configuring your ESX hosts with the same values, not every load on the ESX server is the same.. Please do not change the default settings unless directed to by VMware in conjunction with the storage vendor. Changing these settings without analyzing the environment can be more harmful than useful.

VMware Private AI

VMware Private AI In the fast-paced world of AI, privacy and control of corporate data are paramount concerns for organizations. That's ...