ESXi

 View Only

ESXi6.7から7.0にアップグレード時のエラーについて

  • 1.  ESXi6.7から7.0にアップグレード時のエラーについて

    Posted Jun 20, 2024 01:56 AM
    Edited by mo-shizu Jun 20, 2024 02:02 AM

    #Error

    [DependencyError]
    VIB LSI_bootbank_scsi-mpt3sas_07.00.00.00.1vmw-1OEM.550.0.0.1331820 requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
    VIB LSI_bootbank_scsi-mpt3sas_07.00.00.00.1vmw-1OEM.550.0.0.1331820 requires vmkapi_2_2_0_0, but the requirement cannot be satisfied within the ImageProfile.
    Please refer to the log file for more details.

    #Upgrade command

    > esxcli software profile update --no-hardware-warning --depot=/xx (server manufacturer's custom ISO )

    ---------------------------------------------------------------------------------------------------------------------------------------------------------

    When I ran the upgrade command, the above error occurred.

    I believe this is due to driver dependencies, but is it possible to upgrade? Please tell me the procedure.

    I think I can just add the -f option to the end of the upgrade command to ignore dependencies.

    Also, when I added the ok-to-remove option, it ended up deleting the necessary drivers, and the disk became invisible to the host.

    Thank you