To update drivers through VMware Update Manager:
- Find potential driver update information through Vmware HCLhttp://www.vmware.com/resources/compatibility/search.php
- Download driver updates by finding through Vmware updates:https://my.vmware.com/web/vmware/info/slug/datacenter_cloud_infrastructure/vmware_vsphere/5_5#drivers_tools
- Import driver package into VMware Update Manager (VUM)
- Create new baseline with specific driver update package
- Attach host into baseline
- Check host compliance
- Enter Maintenance Mode (if DRS is on auto or evacuate VMs on host via vMotion) and run VUM to install driver through the baseline
- Host should automatically restart
- Check if driver is installed by using the command in SSH to the host: esx-update query
- Exit Maintenance Mode
To update drivers manually through CLI:
- Find potential driver update information through Vmware HCLhttp://www.vmware.com/resources/compatibility/search.php
- Download driver updates by finding through Vmware updates:https://my.vmware.com/web/vmware/info/slug/datacenter_cloud_infrastructure/vmware_vsphere/5_5#drivers_tools
- Unzip the [driver_name]-offline_bundle-[build#].zip and upload it to a datastore that your esx/esxi host can use
- Enter Maintenance Mode (if DRS is on auto or evacuate VMs on host via vMotion) and run VUM to install driver through the baseline
- Connect to host via SSH (with root access) and run the following command:
esxcli software vib install -d [Path to offline zip bundle]
ex:
esxcli software vib install -d /vmfs/volumes/TMPL/Drivers/03-03-14/igb-4.2.16.3-offline_bundle-1138313.zipInstallation Result Message: Operation finished successfully. Reboot Required: true VIBs Installed: igb-4.2.16.3-esx_4.2.16.3-3.0.1 VIBs Removed: VIBs Skipped:
- Host will not restart after the install so you will have to restart manually (depending on driver install/update
- Check if driver is installed by using the command in SSH to the host: esx-update query
- Exit Maintenance Mode
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.