This is a simple step by step guide on how to install or update vib software application on VMware ESXi server. First step I am going to use ESXi SSH to login. Make sure SSH is enabled on ESXi server, for the same you can find article VMWARE SECURITY BEST PRACTICES: POWERCLI ENABLE OR DISABLE ESXI SSH. Next upload VIB software application zip file using article Upload files to vmware ESXi datastore: Different methods (I have uploaded zip file on /tmp folder on VMware esxi server using SCP protocol). Login onto ESXi server and execute below esxcli command to install vib zip software.
Make sure if ESXi server requires maintenance mode, put it in the maintenance mode.
ls /vmfs/volumes/datastore/folder/ esxcli software vib install -d /vmfs/volumes/datastore/folder/software.zip
To verify vib software bundle installed successfully, use below esxcli command set.
esxcli software vib list
Another article to install VIB bundle on ESXi
ESXI VIB SOFTWARE INSTALLATION ERROR
ESXi 6.0 update offline bundle via esxcli commandline: DependencyError VIB bootbank requires VSAN ImageProfile
VMware LifeCycle Manager import updates bundle and patch ESXi server
INSTALLING AND CONFIGURING ESXI EMBEDDED WEB CLIENT
Powershell GUI VMware ESXi custom patch bundle builder
ESXi 6.5 upgrade bundle via command line: No Space Left On Device Error
To update a already installed VIB software application zip use below command.
esxcli software vib update -d /vmfs/volumes/datastore/folder/software.zip
Useful articles
Resolved syslog error: Call OptionManager.UpdateValues for object ha-adv-options on ESXi failed
Solved: Esxi server cannot joined into active directory domain
Solved Esxi host disconnected evaluation license expired
Connect-VIServer Error: Invalid server certificate. Use Set-PowerCLIConfiguration
VMware vcenter 7.0 A problem occurred during setup Services might not be working as expected 63%
VMware UMDS curl_easy_perform() failed: cURL Error: SSL peer certificate or SSH remote key was not OK, SSL certificate problem: unable to get local issuer certificate
Esxi Registration unregistration of third-party IO filter storage providers fails on a host