ESXi and ESX driver upgrade

标签:
it |
分类: 工作 |
First, make sure you are deal with the server already in maintenance mode!!
To update or add drivers on existing ESX installations using esxupdate:
1. Power on
the ESX host and log into an account with administrator
capability.
2. Place the driver CD in the CD-ROM drive of the ESX host.
3. Mount the driver CD.
Example:
4. Navigate to <cd mount
point>/offline-bundle/ and locate the
Example:
5. Run the esxupdate command to install drivers using the offline
bundle.
unmount the
iso
Example:
Reboot the server.
To update or add drivers on existing ESXi by using vihostupdate.pl
1) extract Driver_offline_bundle-000000.zip from ISO file to C:\Program Files\VMware\VMware vSphere CLI\bin> where vihostupdate.pl reside
2) open vmware vsphere cli command prompt, cd to bin
3) at
:\Program Files\VMware\VMware vSphere CLI\bin>, type
vihostupdate.pl
OR
1) scp vmware-esx-drivers-Driver_offline_bundle-000000.x86_64.rpm from the ISO file to ESXi
2) ssh to ESXi
3) rpm install vmware-esx-drivers-Driver_offline_bundle-000000.x86_64.rpm
Remember both ESX and ESXi can driver can be updated from
VSphare Client Update Manager.
going to "Update Manager" and click to Admin view, add the drivers to the "Patch Repository"
Scan the host
and Remediate it.
Reboot the server.