Fusion Io Drivers Esxi
Fusion IO not visible on ESXi In case of issues to display the fusion IO card on ESXi, keep in mind that the correct drivers need to be updated at least to the recommend version from the Interoperability Matrix.
- How to setup ESXi with Fusion IO September 10, 2015 January 23, 2017 Dennis van der Aalst Today I installed an ESXi host with an Fusion I/O Accelerator card and I would like to share my experience with you.
- The Setup program will: Create a Program Files HP IO Accelerator folder for the IO Accelerator software components. Create shortcuts to the utilities and documentation in this folder. Install and load the Windows driver. Extract firmware to the Firmware folder in the installed path.
I have a spare Fusion IO/HP Accelerator card and want to add it to my server as a cache for VMware ESXi 6.5. I have seen a way to do it for VMware ESXi 5 and 6 but not for 6.5. Anyone get these working? I went to the SanDisk/HP/Fusion IO site and can only find drivers for VMWare 5 and 6. Could the drivers and firmware for 6.0 work for 6.5? I am not sure if I am allowed to post links but if I can if allowed and needed.
In case it's needed the Server is an HP ML350 Gen9 The OS/Hypervisor is VMware ESXi The fusion card is a Fusion IO drive 2 duo 2.4tb I also just updated the servers firmware with the latest releases hp spp from July
Tdlr:Does a Fusion IO card work with VMware ESXi 6.5 as a storage flash cache.
Thanks!
Update1: On the phone with HPE now. Will update if I get anything from them in case others are currious too.
*Specified that the server was the one with the firmware updated
I’ve been having lots of fun lately in my new role in Integration Engineering. It is also good to have someone local once again to bounce ideas off. Right now, that person is Paudie O’Riordan (although sometimes I bet he wishes I was in a different timezone 🙂 ). One of the things we are currently looking at is a VSAN implementation using Fusion-io ioDrive2 cards (which our friends over at Fusion-io kindly lent us). The purpose of this post is to show the steps involved in configuring these cards on ESXi and adding them as nodes to a VSAN cluster. However, even though I am posting about it, Paudie did most of the work, so please consider following him on twitter as he’s got a lot of good vSphere/Storage knowledge to share.
Step 1. Install the Fusion-io PCI-E devices
Fusion Io Drivers Esxi Update
After installing the cards, make sure that the ESXi host can recognize them. Use the ESXi shell command lspci -v to check (you can click on the images to make them larger).
Take note of the DID/SVID/SSID of the controller as this will be needed when sourcing the driver for the card next. In this case, it is 1aed:2001.
Step 2. Download the appropriate driver
Now, the VCG/HCL for VSAN is still a work in progress. Therefore, at the moment, you won’t see the driver for the Fusion-io ioDrive2 listed there. You have to search for the driver via the I/O Devices section of the HCL right now. The reason you need a driver is because ESXi does not ship with a Fusion-io driver for these cards. By searching the I/O Device section, and selecting Fusion-io and type SCSI, you will find the driver:
The VCG/HCL displays enough information to verify the adapter type from the lspci output captured previously. Compare the DID/SVID/SSID listed and ensure that this is the correct driver for your controller.
Step 3. Install the driver
In this example, the driver is on an NFS share which is mounted to the ESXi host. Next use the esxcli software command to install the driver:
Step 4. Reboot, and verify driver installed successfully
As the driver installation reported, you must reboot the host to make changes effective. After rebooting, you will be able to see if the driver got applied to the system via the esxcli software vib get -n scsi-iomemory-vsl command:
Hp Fusion Io Driver Download
The driver installation looks good.
Step 5. Check firmware version, and update if necessary
From the HCL/VCG, you can also see that there was a requirement on the firmware version. In this example, we required firmware version 110356. A command, /bin/fio-update-iodrive, installed as part of the driver on the ESXi host is used to update the firmware on the ioDrive2 cards:
In this case, the firmware is already up to date on the card. If firmware had to be applied to the card, a reboot of the ESXi host would once again be required. You can now use other Fusion-io utilities, such as /bin/fio-status, to determine the status of the device:
Step 6. Check ESXi recognizes the adapter
At this stage, ESXi should be able to see the adapter. Let’s look at the output of a couple of commands, namely esxcli storage core adapter list and esxcli storage core device list:
The adapter is visible and the device is available.
Now you are good to go. You can now build your VSAN disk groups using Fusion-io IODrives as your flash device, and create your VSAN datastore for virtual machine deployments.