how to add drivers to ESXi
I seem to keep needing to do this so I thought I?d write up a very quick post so Its easier to find next time.
I?ve had to do this for our QLogic CNA and installing Dell mib files.
- You need to install the vmware CLI on your workstation.
- start the vmware cli and I have to cd to ?bin? for the commands to work.
- put the server you want to work on into maintenance mode from the vi client
- Then use vihostupdate.pl to do the install/upload
Here is the vmware docs site link for vihostupdate.pl
http://www.vmware.com/support/developer/vcli/vcli41/doc/reference/vihostupdate.html
The quick and dirty command is
vihostupdate.pl ?server [IP address] ?username root ?install ?bundle c:file_location
You?ll want to use a zip file for driver, they are normally found in the offline-bundle folder of the ISO
For the Dell mibs you just need to use the mib file.
Hope this helps someone, I know I use it a lot more than I expected.
Related articles
- Setting up Software FCoE on vSphere 5 (scottlowe.org)
- OpenManage Support for VMware ESX 5.0 (delltechcenter.com)
More Stories
Security URL scanners
As the internet continues to evolve, so do the threats that come with it. One of the most common threats...
Security tools bookmarks
As I'm learning about different security tools and solutions, I keep adding to my bookmarks for follow-up. Today, I'm sharing...
Collection of build numbers
I feel like I'm always looking for an applications history of builds. Sometimes its for windows 10 others for different...
Using Automation to Create Optimized Windows Images for VMware Horizon VMs
https://twitter.com/jesperalberts/status/1410859089001914368?s=21 Automate your horizon view desktop build
VMware horizon view with shared GPU
One of my projects this year is to research and test using hardware GPU in our horizon view environment. Vmware...
Using vmware horizon view with Microsoft Azure MFA
We are looking to move from Duo to Azure MFA to standardize our security and reduce cost. I found the...