VMware vSphere

 View Only
  • 1.  DependencyError when installing driver

    Posted Jul 09, 2018 04:50 PM

    I am trying to install drivers for a PCI network card but I get this error...

    [DependencyError]

    VIB Tehuti-Networks_bootbank_net-tn40xx_0.3.6.12.1 requires com.vmware.driverAPI-9.2.0.0, but the requirement cannot be satisfied within the ImageProfile.

    VIB Tehuti-Networks_bootbank_net-tn40xx_0.3.6.12.1 requires vmkapi_2_0_0_0, but the requirement cannot be satisfied within the ImageProfile.

    What can I do to get past this and get the drivers I need installed?



  • 2.  RE: DependencyError when installing driver

    Posted Jul 09, 2018 05:19 PM

    Hi,

    You need to use the following command syntax to complete the upgrade:

    esxcli software profile update -d <full_path_to_offline_bundle> -p <Image Profile>

    So to complete the ESXi upgrade to run the below command:

    esxcli software profile update -d / <full_path_to_offline_bundle> -p <output comand up>



  • 3.  RE: DependencyError when installing driver

    Posted Jul 09, 2018 05:25 PM

    Hello MorrowTT,

    Please use -f switch to force install the driver -

    esxcli software vib install -d "path_to_the_.zip_file" -f

    Cheers,

    Supreet



  • 4.  RE: DependencyError when installing driver

    Posted Jul 09, 2018 05:44 PM

    I tried -f and it just skips the install.



  • 5.  RE: DependencyError when installing driver

    Posted Jul 09, 2018 06:40 PM

    Do you see any output when using the -f switch?

    Cheers,

    Supreet



  • 6.  RE: DependencyError when installing driver

    Posted Jul 09, 2018 06:44 PM

    I says something like

    No changes made

    Skipped (the vib name)



  • 7.  RE: DependencyError when installing driver

    Posted Jul 09, 2018 06:49 PM

    Is the PCI card an already existing and working one or newly installed? If this was working properly early then share the driver details and other activities that you have performed before trying to install the driver.

    This KB will help you find the details: VMware Knowledge Base



  • 8.  RE: DependencyError when installing driver

    Posted Jul 09, 2018 07:02 PM

    The device is newly installed, I haven't been able to get it working because of the driver problems.



  • 9.  RE: DependencyError when installing driver

    Posted Jul 10, 2018 05:25 PM

    here is the command and the errors in full with and without -f

    [root@***:~] esxcli software vib install -v /net-tn40xx-0.3.6.12.1.x86_64.vib

    [DependencyError]

    VIB Tehuti-Networks_bootbank_net-tn40xx_0.3.6.12.1 requires com.vmware.driverAPI-9.2.0.0, but the requirement cannot be satisfied within the ImageProfile.

    VIB Tehuti-Networks_bootbank_net-tn40xx_0.3.6.12.1 requires vmkapi_2_0_0_0, but the requirement cannot be satisfied within the ImageProfile.

    when running with -f

      Message: Host is not changed.

      Reboot Required: false.

      VIBs Installed:

      VIBs Removed:

      VIBs Skipped: Tehuti-Networks_bootbank_net-tn40xx_0.3.6.12.1



  • 10.  RE: DependencyError when installing driver
    Best Answer

    Posted Jul 10, 2018 09:10 PM

    Finally found the answer...

    There was a bug in the driver that only effected vmware 6+ and after much searching I found a newer driver that had corrected that bug.

    If anyone else runs into this issue, search (sometimes extensively) for the newest most bug fixed driver and try again.

    Thank you to everyone who tried to help.