หน้าเว็บ

วันพฤหัสบดีที่ 6 มิถุนายน พ.ศ. 2562

VMware :: VMware Esxi Upgrade 6.5 To 6.7
(วิธีนี้ทำไม่ได้)
ถ้าจะ Download File มา Upgrade ใหม่ต้องสมัครเมล์ใหม่ และอาจจะได้ Licence ใหม่
เมื่อเขา Download Esxi 6.7 จะมีข้อความบอก ว่าไม่สามารถ UP จาก Version 6.5 ไป 6.7 ไม่ได้
https://my.vmware.com/group/vmware/details?downloadGroup=ESXI670&productId=742#errorCheckDiv

วิธีที่ทำได้คือ Download และ Upgrade ผ่าน Code ลองแล้วผ่านใช้ได้
How to update ESXi 6.5 to 6.7 via command line

1. Place the host you are about to upgrade into Maintenance Mode.
2. Now SSH into the host using PuTTY (or any other SSH client/terminal).
3. Type the following command to open the firewall for outgoing HTTP requests:

esxcli network firewall ruleset set -e true -r httpClient


4. Type the following command to upgrade to the latest ESXi 6.7 Build 9484548 (latest as of writing)

*** ถ้า DNS ปิดต้อง Fix resolv.conf
[code]nano /etc/resolv.conf[/code]
add nameserver
[quote]nameserver 8.8.8.8[/quote]
esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-6.7.0-20180804001-standard


5. After the update has finished disable the HTTP firewall rule by typing:
esxcli network firewall ruleset set -e false -r httpClient


6. And finally, reboot the ESXi host to complete the upgrade.
reboot

Once the host comes back online, remove it from Maintenance mode and you’re good to go. It also wouldn’t hurt to also disable SSH when you’re done, for security purposes.

Tip: To view a list of all available ESXi profiles type the following in your SSH session:

esxcli software sources profile list --depot=https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml

https://miketabor.com/how-to-upgrade-esxi-6-5-to-esxi-6-7/


แล้วค่อย Update Patches 6.7 ต่อ
https://intranet.sci.com/blog.php?u=281&b=1527

ไม่มีความคิดเห็น:

แสดงความคิดเห็น