Hướng dẫn update patch
I. Cài lại ESXI bản 6.7 U3.
II. Thực hiện update Patch
1. Check ESXi Version and Profile Information
Check ESXi Version
– # esxcli system version get
Check the ESXi Image Profile
– # esxcli software profile get
2. Allow the ESXi host to connect the Internet
Cách 1:
Create a firewall rule to allow the ESXi host to connect the Internet to pull down the required patches
and put the host into maintenance mode.
– # esxcli network firewall ruleset set -e true -r httpClient
To upgrade/update ESXi from repository run the below esxcli command
– #esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi6.7.0-20190402001-standard (link update)
Note: Before performing the update you have to place the host into maintenance mode
UPDATE patch esxi 6.7
https://esxi-patches.v-front.de/ESXi-6.7.0.html
Cách 2: Ưu tiên phương án này
B1: Download file patch
https://docs.vmware.com/en/VMware-vSphere/6.7/rn/esxi670-202103001.html
B2: Use WinSCP to copy file to /vmfs/volumes/<datastore-name>
B3: Run command to update
esxcli software vib install -d /vmfs/volumes/5e5f6f40-65c191d8-fb0d-0894ef279a69/ESXi670-202103001.zip
Result: