VMware Cloud Community
vkrishna1
Contributor
Contributor

esxi vib

Hello, I am trying to find out the list of forced vibs installed on an ESXi, is there any esxcli command that can be used for the same. pls suggest

0 Kudos
3 Replies
muakhtar
Enthusiast
Enthusiast

Hi

Please find the below command to execute in esxi ssh

esxcli software vib list

 

Munib Akhtar
VCP-DCV/VCP-DTM/VXRAIL
Please mark help full or correct if my answer is use full for you
0 Kudos
stadi13
Hot Shot
Hot Shot

As @muakhtar mentioned it is

esxcli software vib list

you can also filter by vendors

esxcli software vib list | grep VMwareAccepted

esxcli software vib list | grep PartnerSupported

Please mark as resolved, when your question is answered.

0 Kudos
maksym007
Expert
Expert

And one more if you want to remove them: 

Once the Name is identified of the VIB application use the below command to remove the software.

A reboot may be required while doing the activity.

 

esxcli software vib remove -n ******

0 Kudos