Jump to content

So I finally got my card in from the Chinese eBay boat. Excitedly I popped it in my test server to try it out before taking down my main machine. So far it has just been plug and play... add a card, it shows up in ESXI. Well....not this time. After installing the card and booting ESXI it would show up in available devices but would not show up in physical NICs. I could even pass the damn thing through to a VM and even PFsense picked it up and would use it no problem...so I knew we had a driver issue... Well after bashing my head against the wall trying to find out how to get the stupid Intel 10Gb card to show up in ESXI I finally found a driver that will work. Anyone that is having a hell of a time getting an Intel X540 or (especially) the X550 10Gb card working properly in ESXI 6.5, I'm going to save you some time...

 

Driver found here...

https://my.vmware.com/web/vmware/details?downloadGroup=DT-ESXI60-INTEL-IXGBE-451&productId=491

 

File manager I used found here...

https://winscp.net/eng/download.php

 

SSH client I used found here...

https://www.putty.org/

 

 

Here is how to install it...

 

  1. Extract the .zip file of the driver. You'll either install the .vib driver or update it using the zip offline bundle. (use the offline bundle if you're using an OEM version of ESXI)              11.PNG.0b199619826b40a7b4e560a325fa8359.PNG
  2. Open ESXI web interface or go to your server and enable SSH (on server it is found in troubleshooting)

12.PNG.6da34d22ed4867ee0c878a20870cabf2.PNG

Open WinSCP and log into your server by tying your server's address in host name (red), login user (root) and password (blue), then click login (black)winscp1.PNG.3ff514dbbb0eed9c4310413d6219d2c3.PNG

  1. Once inside WinSCP, copy the .vib file or the update offline bundle zip file in the tmp directory by just dragging from your downloads folder and dropping it into WinSCP.
  2. Now open Putty and type your server IP address in host name

 13.PNG.ba55b6c2a9df1dc77f73919132269629.PNG

  1. Inside Putty type the user (root), enter, then your password
  2. Verify the file is in the tmp directory by typing... ls /tmp
  3. Then install the driver by typing... esxcli software vib install -v /tmp/net-ixgbe_4.5.1-1OEM.600.0.0.2494585.vib
  4. Or install the update by typing... esxcli software vib update -d /tmp/ixgbe-4.5.1-2494585-offline_bundle-5197765.zip
  5. That's it, you're done! Now you just need to reboot the host and setup your card.

A bit of a disclaimer, I did NOT use the offline bundle so I can't vouch for if it works or not.

 

  1. TopHatProductions115

    TopHatProductions115

    I used to use VMware ESXi like you, until I took an unrecoverable error to the server ;) Make backups if you can. I know that PCI Passthrough complicates that, but try nonetheless...

  2. Razor Blade

    Razor Blade

    Was it the famed purple screen of death? I've been thinking of an effective backup plan...but without vSphere it is almost impossible to have an effective backup or redundancy solution. I take snapshots of my VMs I also export the config files for PFsense and FreeNAS so if I have to remake the VM for those it won't be a big deal. Unless the hypervisor crashes the snapshots should be sufficient to get going again.

     

    I've been pretty happy with VMware, so far it is as stable as running the bare metal boxes. I don't screw around with the box that runs the house...I always test things on a different machine so I know what to do to implement it on the other server. Actually to me VMware was a lot easier to get working than Hyper-V server was when I was testing hypervisors... It does kind of make me nervous that the entire system is currently running off of a 2.5" WD black drive...but then I remembered back when I had a FreeNAS bare metal box it was running off a $5 flash drive...

     

    The only PCI passthrough right now is the cross flashed LSI HBA. One of the reasons I didn't want to use PCI passthrough on this 10 Gb card with PFsense was mostly because it would add a lot of complication trying to bridge interfaces but also would add less flexibility if it came down to switching back over to my hardware router if something went wrong.

  3. TopHatProductions115

    TopHatProductions115

    I wasn't able to take VM snapshots when doing PCI Passthrough. What version of ESXi are you on?

  4. Razor Blade

    Razor Blade

    ESXI 6.5 U1

     

    The VM has to be shut down in order to take snapshots of a VM with PCI passthrough.

×