Emulex Esxi Drivers

Posted on by  admin
Esxi

Emulex Lpe12000 Drivers

I’m a bit late to the blogosphere with with one, but we’ve had a couple of customers hit the issue described below, and it seems to be mostly across HPE and Dell hosts running ESXi 6.x. I’ll get to the good stuff first. If you’re hitting an issue on ESXi 6.x where the RamDisk is filling up and ScratchConfig.CurrentScratchLocation is reverting to /scratch, even with a location configured, it’s likely due to a known issue with an Emulex Driver.

Here are two links to Dell’s website which describe the issue and workaround. As noted, we’ve seen it on some HPE hosts with the HPE ESXi image as well, and there are reports of this on Reddit / VMTN forums as well. We first noticed the issue when we got some alerts for one of our customers that the Ramdisk on the host was full. This gets logged into hostd.log as well as tasks and events, and likely picked up by tools such as vROps. 2017-10-10T08:11:20.805Z info hostd50981B70 sub=Vimsvc.ha-eventmgr Event 247: The ramdisk ‘root’ is full. As a result, the file /usr/share/vua/vua could not be written.

Running vdf -h from ESXi shows the Ramdisk usage on the host —– Ramdisk Size Used Available Use% Mounted on root 32M 22M 9M 68% — etc 28M 512K 27M 1% — opt 32M 212K 31M 0% — var 48M 476K 47M 0% — tmp 256M 68K 255M 0% — iofilters 32M 0B 32M 0% — hostdstats 1803M 2M 1800M 0% — Though root actually wasn’t full, it wasn’t far off and this did look a little odd. For all of our customers, we configure the advanced setting ScratchConfig.ConfiguredScratchLocation to a path on a VMFS datastore. What we noticed for these hosts, was that the ScratchConfig.ConfiguredScratchLocation was still set correctly, but the advanced setting ScratchConfig.CurrentScratchLocation had reverted to /scratch. See the image below for an example. The Configured Scratch Location wasn’t applying correctly (normally it required a reboot). This caused the host to start using /scratch, which ultimately led to the issue. A colleague logged the case with VMware and they investigated, and they’ve recently pointed us to this KB article – which simply links off to one of the Dell articles for the workaround / resolution.

Esxi emulex firmware update

So if you’re facing the issue, check out the links above as this is likely to be the problem. One user on VMTN in the thread below (last post) did mention they upgraded the Emulex driver to 11.4.x which seems to have resolved the issue for them, though there seems to be nothing “official” from VMware, Emulex or vendors yet.

Firstly, do you have the ESXi 5.5 driver for your emulex device? Is the emulex device on the HCL?

Check the VMware Hardware Compatability Lists HCL The VMware Hardware Compatibility List is the detailed lists showing actual vendor devices that are either physically tested or are similar to the devices tested by VMware or VMware partners. Items on the list are tested with VMware products and are known to operate correctly.Devices which are not on the list may function, but will not be supported by VMware. If you have the driver which is likely to be zip file which contains a VIB (the driver), and is compatible with ESXi 5.5 1. You need to upload the driver to the VMFS datastore. This can be done using WinSCP or Datastore browser.

Emulex Download

Login at the Console or via SSH see here 3. And then execute the following command esxcli software vib install -d /path/to/zip-file If the hardware device is missing from ESXi 5.5, you will need to install the driver on all servers which require access to the hardware.

Comments are closed.