- Enable SSH
- Set Host in Maintenance mode
- Select Data Store and upload Offline Bundle
- Putty to host
- Determine which VIBs are installed on the host: esxcli –server=<server_name> software vib list Determine which image profiles are available in the depot.: esxcli –server=<server_name> software sources profile list –depot=http://<web_server>/<depot_name>
Update the existing image profile to include the VIBs or install new VIBs: esxcli software profile update -d /vmfs/volumes/<DATASTORE>/<Name Offline Bundle> -p <profile>
Verify that the VIBs are installed on your ESXi host: esxcli –server=<server_name> software vib list
esxcli software profile update -d /vmfs/volumes/<DATASTORE>/<Name Offline Bundle> -p <profile>
esxcli software profile update -d /vmfs/volumes/LUN-03/VMware-ESXi-7.0U3-18644231-depot.zip -p ESXi-7.0U3-18644231-standard
- reboot
- Check host
- Exit Maintenance mode