VMware Cloud Community
mak14
Enthusiast
Enthusiast

ESXi VIBS

Hello,

I am attempting to upgrade a server from 7.0.1 to 7.0.3  and it fails with below decencies packages. is it safe to remove? and when i try to remove one of VIB net-mst (mellanox) it doesnt remove, how can i proceed upgrade process

mak14_0-1656049551409.png

 

Tags (2)
Reply
0 Kudos
5 Replies
DavoudTeimouri
Virtuoso
Virtuoso

Remove VIB by adding full VIB name to your command.

Also another options is fresh installation.

-------------------------------------------------------------------------------------
Davoud Teimouri - https://www.teimouri.net - Twitter: @davoud_teimouri Facebook: https://www.facebook.com/teimouri.net/
Reply
0 Kudos
a_p_
Leadership
Leadership

Assuming that a vendor customized ESXi installation image is available which contains all required drivers, you can easily update the host from the command line. For this upload the vendor customized Offline Bundle (.zip file) to a folder on a datastore, put the host into Maintenance mode and run the following commands:

esxcli software sources profile list -d /vmfs/volumes/datastore/folder/offline-bundle.zip
esxcli software profile install -d /vmfs/volumes/datastore/folder/offline-bundle.zip -p <profilename> --ok-to-remove --dry-run

Note: Using "--dry-run" will not apply the patches, but only show what would be done. If you are fine with the command's output, run it again without "--dry-run". The "profile install" option will do a cleanup, i.e. will remove any vibs, which are no longer included in the offline bundle.

If the upgrade completes successfully type reboot to reboot the host

André

mak14
Enthusiast
Enthusiast

Thank you for reply,

I am using HPE customized zip and still having attached dependencies VIBs.

How do i remove them?

Reply
0 Kudos
mak14
Enthusiast
Enthusiast

Thanks for reply,

I believe net-mst is the driver name but when I ran remove commands it does output the result.

we are avoiding fresh installation.

Reply
0 Kudos
mak14
Enthusiast
Enthusiast

i was able to remove VIBS using force  upgrade was successful.

to remove VIB- esxcli software vib remove -n scsi-bfa -f

to see the output without actually removing VIB -  esxcli software vib remove -n scsi-bfa -f --dry-run

 

 

Reply
0 Kudos