VMware vSphere

 View Only
  • 1.  Creating a VIB file for a NIC Driver

    Posted Nov 24, 2014 03:25 PM

    Hello,

    I want to install the device drivers of a Dektec card on ESXi5.5.0. I have the source code of the driver that I have compiled to a .ko file. How can I install this on the ESXi host machine now ?



  • 2.  RE: Creating a VIB file for a NIC Driver

    Posted Nov 24, 2014 04:00 PM

    I think I would need a create a device.map and device.ids file. How do I create these files ?



  • 3.  RE: Creating a VIB file for a NIC Driver



  • 4.  RE: Creating a VIB file for a NIC Driver

    Posted Nov 25, 2014 05:27 AM

    Please find the installation process showed in the document .



  • 5.  RE: Creating a VIB file for a NIC Driver

    Posted Nov 25, 2014 05:46 AM

    Hi Satish,

    Thanks for the document. However, when I run the esxcfg-nics -l command, the card that I want to install is not listed here and that because missing drivers for this card on the host.

    I have the linux driver for this card but to install it on the vmware host I need to bundle it into a .vib file. Any idea how can we create the bundle ?



  • 6.  RE: Creating a VIB file for a NIC Driver



  • 7.  RE: Creating a VIB file for a NIC Driver

    Posted Nov 25, 2014 07:58 AM

    Thanks vNEX I am trying to build a custom VIB file for the card driver.